FailoverCluster: EventID 5120 - STATUS CONNECTION DISCONNECTED(c000020c)
Aus Wiki-WebPerfect
Version vom 12. Dezember 2018, 09:52 Uhr von Admin (Diskussion | Beiträge)
Error
EventID 5120, FailoverClustering: Cluster Shared Volume 'CSV01' has entered a paused state because of 'STATUS_CONNECTION_DISCONNECTED(c000020c)'. All I/O will temporarily be queued until a path to the volume is reestablished.
More Information about the reason of c000020c: Microsoft-Windows-FailoverClustering-CsvFs/Operational, EventID 9296
Cause
EventID 30807, Microsoft-Windows-SMBClient/Connectivity: The connection to the share was lost. Error: The network name was deleted.
Solution
- Search the ClusterNode with the IPv6-Address:
$Cluster = "<ClusterName" $IPv6Address = "<IPv6-Address>" Foreach ($ClusterNode in (Get-ClusterNode -Cluster $Cluster).Name) { Get-NetIPAddress -CimSession $ClusterNode | ? {$_.IPAddress -match $IPv6Address} }
- Search the Network-Adapter with the associated IPv6-Address
- Disable this Network-Adapter if it is useless (disconnected)