| Previous | Next |
| ERROR_CLUSTER_QUORUMLOG_NOT_FOUND | ERROR_CLUSTER_INSTANCE_ID_MISMATCH |
ERROR_CLUSTER_MEMBERSHIP_HALT
ERROR_CLUSTER_MEMBERSHIP_HALT means the membership engine requested that the cluster service stop on this node. This is a protective condition and should be investigated as a cluster-health event.
Collect Cluster.log, System events, and quorum/membership state before restarting services. The halt request can be part of protective recovery, and the preceding membership event is usually more diagnostic than the final stopped state.
What to check
- Check System and FailoverClustering events around the halt timestamp.
- Compare the node’s network and storage health with the remaining members.
- Collect logs before restarting services repeatedly, because the earlier membership events explain why the halt was requested.
Get-ClusterLog -UseLocalTime -Destination C:\Temp
Looking for a different code? Search another status or error code.