Error: The computer is joined to cluster when creating the Cluster

Hello Guys,

I have created a cluster to configure Hyper-V for 2 Nods, everything was greate and works perfectly, next day the storage hang and the cluster didn't work any more, I have destroyed the cluster the removed the cluster feature from both nods, deleted the cluster-computer from AD and the deleted the storage. after we fixed the storage, I have reconnect the storage, installed the cluster service on both nods, then I have validate the configuration and I had everything green 100%.

while creating the cluster, I faced an issue Unable "to successfully cleanup" I kept trying and removed the anti-virus, restarted the servers manytime, then I ended up to have another error, direclty when I add the server name on the creat cluster wizard, its telling me that the computer I'm adding is joined to cluster.

I think I need to do some cleaning to the previous cluster, can I have some help here ?

Regards..

Nour

February 29th, 2012 12:33am

Perhaps:

http://support.microsoft.com/kb/282227

Cluster node /force

or

cluster node nodename /forcecleanup

Free Windows Admin Tool Kit Click here and download it now
February 29th, 2012 12:44am

Hello Dave,

the command help to start the creation wizard again, but again in the forming  cluster step after about waiting 3 minutes it gave me the error :

"Unable to Successfully Cleanup"

any suggestions ?

Nour

February 29th, 2012 1:11am

Hello

I don't know if this will help to resolve the issue. I have installed 2 SFP network interface and configured teaming for them, I want to use these interfaces with Hyper-V to have fast networ. is teaming supported with Cluster, it is not the management interface, it will be like a virtual switch for the Hyper-V and it is available on both servers.

Regards..

Nour

Free Windows Admin Tool Kit Click here and download it now
February 29th, 2012 1:19am

Hi,   Please check the following blog to see whether you can resolve the issue.   Troubleshooting: Cluster UI Says a Server is Already Joined to a Cluster
http://blogs.msdn.com/b/clustering/archive/2010/03/26/9985790.aspx  
February 29th, 2012 6:28am

Hello

this didn't help me out, I'm able now to add the hyper-v hosts on creating cluster wizard, however, while forming the cluster it took time more than required and it failes, in the reports, it says unable to successfully clean up, any suggestions ?

Regards..

Nour

Free Windows Admin Tool Kit Click here and download it now
March 1st, 2012 3:19pm

If the force clean up command followed by a reboot of both nodes exhibits the same issue, I would remove failover clustering feature from both nodes, reboot, reinstall feature etc and see if you can setup cluster.

March 1st, 2012 5:40pm

Hello,

Even removing the cluster feature and restart for both nods didn't work, I'm going to format the servers againa and do the cluster from begining, but I need to use same names, do I need to delete any AD records after dejoining the nods from the domain.

Regards

Free Windows Admin Tool Kit Click here and download it now
March 2nd, 2012 1:31pm

I have faced same issu longback. please try to stop cluster services and then try that it should work.

July 26th, 2012 6:40pm

Hi All,

I have faced the same issue in Win 2012 after removing cluster.

and trying to recreate it.

Issue : The computer servername.domain is joined to a cluster.

Solution :Start PowerShell with administrative rights and type
get-service -Name "Cluster Service" | Set-Service StartupType Disabled

Free Windows Admin Tool Kit Click here and download it now
August 16th, 2013 1:43pm

How To Clean Up Cluster Nodes from Destroyed Clusters

http://blogs.technet.com/b/canitpro/archive/2012/02/14/how-to-clean-up-cluster-nodes-from-destroyed-clusters.aspx

Troubleshooting: Cluster UI Says a Server is Already Joined to a Cluster

http://blogs.msdn.com/b/clustering/archive/2010/03/26/9985790.aspx?Redirected=true

How to remove Cluster node from cluster forcibly through Powershell

http://www.assemblein.info/system-center/how-to-remove-clusternode-from-cluster-forcely/

Clear Cluster from Registry

http://blogs.technet.com/b/chrad/archive/2009/11/02/failover-cluster-snafu-forcibly-removing-failover-cluster-feature-after-cluster-failure.aspx

Start powershell and type
get-service -Name "Cluster Service" | Set-Service StartupType Disabled

http://www.itexperience.net/2012/02/02/error-the-computer-servername-domain-is-joined-to-a-cluster-on-windows-2008-r2/

August 16th, 2013 1:46pm

How To Clean Up Cluster Nodes from Destroyed Clusters

http://blogs.technet.com/b/canitpro/archive/2012/02/14/how-to-clean-up-cluster-nodes-from-destroyed-clusters.aspx

Troubleshooting: Cluster UI Says a Server is Already Joined to a Cluster

http://blogs.msdn.com/b/clustering/archive/2010/03/26/9985790.aspx?Redirected=true

How to remove Cluster node from cluster forcibly through Powershell

http://www.assemblein.info/system-center/how-to-remove-clusternode-from-cluster-forcely/

Clear Cluster from Registry

http://blogs.technet.com/b/chrad/archive/2009/11/02/failover-cluster-snafu-forcibly-removing-failover-cluster-feature-after-cluster-failure.aspx

Start powershell and type
get-service -Name "Cluster Service" | Set-Service StartupType Disabled

http://www.itexperience.net/2012/02/02/error-the-computer-servername-domain-is-joined-to-a-cluster-on-windows-2008-r

September 3rd, 2013 4:01pm

This works for me

1. Start PowerShell under Administrator

2. Run "Import-Module FailoverClusters"

3. Run "clear-clusternode"

September 18th, 2013 9:42am

This works for me

1. Start PowerShell under Administrator

2. Run "Import-Module FailoverClusters"

3. Run "clear-clusternode"

Free Windows Admin Tool Kit Click here and download it now
September 18th, 2013 12:42pm

Hi Kirpal, disabling the service on the inactive/ejected node is all I had to do too.  Thanks!
November 22nd, 2013 3:53pm

Dont forget to make sure the cluster service gets set back to Automatic.

Free Windows Admin Tool Kit Click here and download it now
December 14th, 2013 1:12am

Thanks for the post. Until I read this I had completely forgotten that I had manually set the cluster service to automatic start. that was causing all my problems. Once it was set back to disabled everything worked. go figure. helps to follow direction and not just do what I think should be done sometimes.

Thanks again.

April 14th, 2014 7:49pm

Well. This works for me and solve my headache.
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2015 5:51am

Thanks So much Elden ,

Your Solution Worked for me too.

Kripal, Thanks for your article though, which was the basis for the solution.

  • Proposed as answer by ddb01 21 hours 44 minutes ago
August 15th, 2015 5:24am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics