Windows 2016 cluster repoted incorrect information in Validate System Health section
i launched cluster validation , got this:
row number | fault id | faulting object description | fault type | perceived severity | reason | recommended actions |
---|---|---|---|---|---|---|
1 | {c95c209d-6d34-4f46-90f8-22edefe85e59} | network adapter connected cluster network 'cluster network 1' | microsoft.health.faulttype.networkinterface.missing | minor | the server 'analyt02' has missing network adapter(s) connected cluster network 'cluster network 1'. | connect server missing cluster network. |
2 | {b913caee-afcb-4f5e-85fb-25f0c198c667} | network adapter connected cluster network 'cluster network 1' | microsoft.health.faulttype.networkinterface.missing | minor | the server 'analyt03' has missing network adapter(s) connected cluster network 'cluster network 1'. | connect server missing cluster network. |
3 | {383c2fff-dff2-43f2-aa43-c1024125ac1c} | network adapter connected cluster network 'cluster network 1' | microsoft.health.faulttype.networkinterface.missing | minor | the server 'analyt04' has missing network adapter(s) connected cluster network 'cluster network 1'. | connect server missing cluster network. |
4 | {1d038a3e-a72f-4e9d-99c5-967867a9e11a} | network adapter connected cluster network 'cluster network 1' | microsoft.health.faulttype.networkinterface.missing | minor | the server 'analyt01' has missing network adapter(s) connected cluster network 'cluster network 1'. | connect server missing cluster network. |
5 | {1f8e78b1-b5ed-4fbd-8369-c867b00f031f} | network adapter connected cluster network 'cluster network 1' | microsoft.health.faulttype.networkinterface.missing | minor | the server 'analyt05' has missing network adapter(s) connected cluster network 'cluster network 1'. | connect server missing cluster network. |
but there isn't 'cluster network 1' in cluster networks:
ps c:\> get-clusternetwork
name state metric role
---- ----- ------ ----
managment up 70384 clusterandclient
smb network 1 up 30081 cluster
smb network 2 up 30080 cluster
how can fix issue?
those faults being returned health service, , validate displaying faults. i'm assuming s2d solution?
if run following can query health service directly faults. see?
get-storagesubsystem *cluster* | debug-storagesubsystem
thanks!
elden
Windows Server > High Availability (Clustering)
Comments
Post a Comment