What does NTSTATUS 0xC0130004 (STATUS_CLUSTER_NODE_NOT_FOUND) mean?

 
Previous Next
STATUS_CLUSTER_JOIN_IN_PROGRESS STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND

STATUS_CLUSTER_NODE_NOT_FOUND

The requested node is not in this cluster

STATUS_CLUSTER_NODE_NOT_FOUND means the cluster cannot find a member record matching the node reference supplied to the operation. The server might exist on the network, but that does not make it a member of the selected cluster.

This is a configuration-scope question before it is a connectivity question. Check the target cluster, the physical node name, and whether the node was removed or was never added. Do not substitute the cluster access name or an unrelated server alias for a cluster member identity.

What to verify

  • List members with Get-ClusterNode against the intended cluster.
  • Confirm whether the operation should target a cluster node or a clustered role/resource instead.
  • If adding a new node is intended, validate it with the existing nodes before joining.

References


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