Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have a SQL Server 2008 R2 cluster on Windows Server 20008 R2. There are 2 nodes node1 and node2 in the cluster. When I start node1 and node2, I get the following statue information from them:

From node1:

C:\>cluster node
Listing status for all available nodes:

Node           Node ID Status
-------------- ------- ---------------------
node1                1 Joining
node2                2 Down

C:\>

From node2:

C:\>cluster node
Listing status for all available nodes:

Node           Node ID Status
-------------- ------- ---------------------
node1                1 Down
node2                2 Joining

C:\>

I tried to use the cluster manager to investigate, but it seems it just can't connect to the cluster. How to investigate this issue? Thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.