Hello, MS specialist. I'm experiencing an issue about creating cluster. I have researched it for over one week, but I cannot resolved it, it really trouble me.
environment:
three guest machine in hyper-v.
DC
cluster1
cluster2
Host machine is windows2008 R2, three guest mancines are also windows2008 R2
First of all, validation is passed successfully without any error.
When I use wizard to create cluster, it stop at "Forming cluster "clusterdemo"" for a long time and failed with error:
An error occurred while creating the cluster.
An error occurred creating cluster "clusterdemo".
This operation returned because the timeout period expired.
Meanwhile I found message in event viewer:
Event 1570, Failoverclusting
Node 'cluster1' failed to establish a communication session while joining the cluster. This was due to an authentication failure. Please verify that the nodes are running compatible versions of the cluster service software.
Event 1280, Failoverclusting
Sponsor tried to create security context using package='Kerberos' with context requirment='165910' and timeout='30000'
Event 1281, Failoverclusting
Joiner tried to create security context using package='Kerberos' with context requirement='83990' and timeout='30000' for the target='cluster2'
I have read http://technet.microsoft.com/en-us/library/dd301029(WS.10).aspx it's about Event ID 1570 — Node Membership in Cluster, but it's no help to me
Since two nodes cluster creating failed, I create a one node cluster, the node machine is cluster1. it is successfully created.
When I use wizard to add another node cluster2 to cluster, it failed with error :
The server "cluster2" could not be added to the cluster. An error occurred while adding node "cluster2" to cluster "clusterdemo". the cluser node is not reachable.
and meanwhile I found error message in event viewer said:
Event 10009, DistributedCOM
Dcom was unable to communicate with the computer cluster2 using any of the cofigured protocols
I have read this document http://technet.microsoft.com/en-us/library/dd337741(WS.10).aspx it's about Event ID 10009 — COM Remote Service Availability
I think it's also no help to me
So finally I have entered an dead lane, Could anyone help me or give some suggestion to me.
Waiting your post. Thanks.