Troubleshooting: Cluster UI Says a Server is Already Joined to a Cluster
Published Mar 15 2019 02:00 PM 14.9K Views
Microsoft
First published on MSDN on Mar 25, 2010

Hi Cluster Fans,



In this post I will discuss a 2008 and 2008 R2 deployment issue which is sometimes seen, and how to get around it.  Let’s say you want to Validate a server, create a cluster or add a node to a cluster.  We have a requirement that a node can be a member of only 1 cluster at a time.  When you try this operation, you may see a message which tells you that one of the servers you want to use, a non-clustered server, is already a part of a cluster and so you cannot continue…why?  The message states "The computer '<Server Name>' is joined to a cluster."






The reason for this is that this node was at some point a cluster node, however when the cluster was destroyed or the node was evicted it did not clean up this node properly.  This could happen if the node was offline while the original cluster was destroyed, so other nodes were cleaned up, however this node was never ‘unclustered’.




If you try to connect to that node using Failover Cluster Manager you will see that it attempts to connect, then it will time out after about 5 minutes.






If you check the status of the node using PowerShell, it will report that the node is in a ‘Joining’ state.







If you get into this situation, you can run the following eviction commands directly on the node to properly clean up the cluster components from that node so that you can reuse it in another cluster.



PowerShell (R2 only):


PS> Get-ClusterNode NodeName | Remove-ClusterNode –Force



Cluster.exe:


CMD> cluster.exe node –NodeName /force




To avoid getting to this state, you should make sure that all of your nodes are online when you destroy the cluster or evict a node, so that the cluster can properly clean up the clustering components on every node.



If you plan to evict a node which has resources on it, you should first gracefully move the resources off it to the best nodes (using Move Group or live migration for VMs).  If you forget, the cluster will still failover the resources for you, but it may not be in your preferred way.




Thanks,


Symon Perriman


Program Manager II
Clustering & High-Availability


Microsoft

Version history
Last update:
‎Mar 15 2019 02:00 PM
Updated by: