Site icon EfmSoft

What does Windows error code 5036 (ERROR_NODE_NOT_AVAILABLE) mean?

 
Previous Next
ERROR_NETWORK_NOT_AVAILABLE ERROR_ALL_NODES_NOT_AVAILABLE

ERROR_NODE_NOT_AVAILABLE

The node object exists but cannot participate in this operation

This code indicates node availability rather than resource health. The node can still be known to cluster configuration while its current state prevents the operation. A stopped Cluster Service, pause or drain workflow, shutdown, or membership loss can all change whether a node is usable.

Inspect the cluster-wide node view before troubleshooting an individual resource DLL. If the node is unavailable, resource operations targeted at that node can fail without ever reaching application-specific startup code.

What to inspect

Get-ClusterNode | Format-Table Name, State
Get-ClusterGroup | Format-Table Name, OwnerNode, State

References


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

Exit mobile version