| Previous | Next |
| ERROR_CLUSTER_NODE_NOT_READY | ERROR_CLUSTER_JOIN_ABORTED |
ERROR_CLUSTER_NODE_SHUTTING_DOWN
The node is in an operating-system or Cluster service shutdown transition. Requests that require a stable local membership state should be retried only after the node has either completed shutdown or restarted and rejoined cleanly.
Wait for the operating-system and Cluster service transition to finish before retrying state-dependent commands. If shutdown was unexpected, collect the event that initiated it and the node’s final cluster membership state after restart.
What to check
- Confirm whether shutdown is planned and whether clustered roles were moved safely beforehand.
- Collect the cluster log before the node is restarted if the shutdown was unexpected.
- After restart, verify node state and quorum before returning workload to the node.
Get-ClusterLog -UseLocalTime -Destination C:\ClusterLogs
Looking for a different code? Search another status or error code.
