| Previous | Next |
| ERROR_CLUSTER_NODE_UNREACHABLE | ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS |
ERROR_CLUSTER_NODE_NOT_MEMBER
The server exists but is not recorded as a current cluster member. It may never have joined, it may have been evicted, or the operation may be pointing to the wrong cluster.
What to check
- Confirm the intended cluster name and list its current nodes before trying an add-node operation.
- Check whether the server was removed intentionally or after a failed membership repair.
- Validate the server against the existing cluster before adding it back.
Get-ClusterNode; Test-Cluster
Microsoft: Create and manage a failover cluster
Looking for a different code? Search another status or error code.