| Previous | Next |
| STATUS_CLUSTER_NODE_NOT_MEMBER | STATUS_CLUSTER_INVALID_NETWORK |
STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS
No node join is currently active
STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS means a caller attempted a join-specific continuation, query, or control operation when the cluster has no active join for that node. It does not identify whether a previous join completed, failed, or was never started.
Reconstruct the operation lifecycle from state and logs instead of assuming that the server is safe to retry. A retry is appropriate only after confirming that no membership transition remains active and that validation prerequisites are still satisfied.
What to verify
- Check node membership and current state before issuing another join command.
- Review recent cluster logs for join start, completion, rollback, or validation failures.
- Keep one operation owner for automated joins to avoid stale continuation requests.
References
- Microsoft: Add-ClusterNode
- Microsoft: Test-Cluster
- Microsoft: Get-ClusterNode
- Microsoft: Get-ClusterLog
Looking for a different code? Search another status or error code.