KB IssueAdding a Server Node to a Failover Cluster will sometimes give you an error that it is already joined to an existing cluster.
This happens only when you have removed the server node from another cluster.
Issue DetailsWhen removing a Server Node from a Cluster, it will leave its information behind. This data needs to be cleared from the system for the Server to be added to another Cluster.
Recreate IssueWhen you remove a server node from a Failover Cluster and then try and join it to another Failover Cluster, you will receive the error that it is joined to another cluster.
Resolve IssueLog on to the Server which you are trying to join to the Failover Cluster.
- Start PowerShell under Administrator
- Run Import-Module FailoverClusters
- Run clear-clusternode
- Clear-ClusterNode
- Are you sure you want to forcefully clean up cluster node ServerName?
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): - Choose [Yes] and press [Enter]
On the Server running the Failover Cluster Manager- Failover Cluster Manager
- Enter the server name and press [Add]