What does NTSTATUS 0x80130004 (STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE) mean?

 
Previous Next
STATUS_CLUSTER_NETWORK_ALREADY_ONLINE STATUS_CLUSTER_NODE_ALREADY_MEMBER

STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE

The cluster network is already Offline

STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE means an Offline transition was requested for a cluster network that is already Offline. This is a network-object state result; it does not by itself reveal whether the cause is deliberate maintenance, adapter loss, configuration, or discovery failure.

Before changing roles or interfaces, identify which nodes and interfaces use the network and whether alternative cluster paths remain. Taking an already-offline network as a signal to make more changes can turn a contained issue into a cluster-wide communication outage.

What to verify

  • Inspect the network object and all associated interfaces.
  • Check whether other cluster networks still provide required inter-node connectivity.
  • Use the cluster log to correlate the Offline transition with adapter or node events.

References


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