What does Windows error code 5064 (ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE) mean?

 
Previous Next
ERROR_CLUSTER_NETWORK_ALREADY_ONLINE ERROR_CLUSTER_NODE_ALREADY_MEMBER

ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE

A request tried to take offline a network that the cluster already sees as offline. This status is useful because it tells you to look for the earlier event that caused the transition, not to repeat the same state change.

What to check

  • Inspect cluster logs and network interface state to identify when and why the network went offline.
  • Check whether the offline state is expected maintenance or an unexpected loss of connectivity.
  • Validate the remaining internal network paths before making additional topology changes.
Get-ClusterNetwork; Get-ClusterNetworkInterface; Get-ClusterLog -UseLocalTime -Destination C:\ClusterLogs

Microsoft: Get-ClusterNetwork

Microsoft: Get-ClusterNetworkInterface

Microsoft: Get-ClusterLog


Looking for a different code? Search another status or error code.