What does Windows error code 5042 (ERROR_CLUSTER_NODE_NOT_FOUND) mean?

 
Previous Next
ERROR_CLUSTER_JOIN_IN_PROGRESS ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND

ERROR_CLUSTER_NODE_NOT_FOUND

The command or API requested a node that is absent from the cluster database. This does not by itself tell whether the server is offline; first distinguish an unknown node from a known node that is merely Down.

What to check

  • List cluster nodes and verify the exact computer name, including the intended cluster context.
  • Check whether the node was recently evicted, renamed, or removed after a failed deployment.
  • Use the cluster log to determine whether a membership change removed the node unexpectedly.
Get-ClusterNode

Microsoft: Get-ClusterNode

Microsoft: Get-ClusterLog

Microsoft: Failover Clustering overview


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