Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Clustering > Windows 2003 Cluster not setting up 2nd node

Reply
Thread Tools Display Modes

Windows 2003 Cluster not setting up 2nd node

 
 
Brian MXP
Guest
Posts: n/a

 
      12-02-2008

Howdy-

In this two-node cluster, both servers can see the shared storage fine (mapped as Q:
drive, reads/writes from both), but when we follow the procedure in the 'Guide to
Configuring a Server Cluster Under Windows 2003', the first node sets up properly, but
when the 2nd node gets added, the drive goes offline for the 2nd node.

We're following the guide faithfully, but can't seem to determine what's wrong with our
setup...

TIA,
BM
 
Reply With Quote
 
 
 
 
Edwin vMierlo [MVP]
Guest
Posts: n/a

 
      12-02-2008

"Brian MXP" <> wrote in message
news:...
> Howdy-
>
> In this two-node cluster, both servers can see the shared storage fine

(mapped as Q:
> drive, reads/writes from both), but when we follow the procedure in the

'Guide to
> Configuring a Server Cluster Under Windows 2003', the first node sets up

properly, but
> when the 2nd node gets added, the drive goes offline for the 2nd node.


Actually, this is correct, the disk is only online on 1 node at any given
time.
So if you correctly configured Node1, and the disk is on Node 1, then when
adding Node 2, the access to the disk is lost. This is by design. Microsoft
Failover Clustering is a "shared nothing" model, which means the Disks are
not shared by the nodes, instead they are online on 1 node.

You need to "move the group" in cluster administrator to Node 2, then you
can access the disk from Node 2 (but you cannot from Node 1)

Rgds,
Edwin.



>
> We're following the guide faithfully, but can't seem to determine what's

wrong with our
> setup...
>
> TIA,
> BM



 
Reply With Quote
 
Tina Kane
Guest
Posts: n/a

 
      12-02-2008
Edwin,

Thank you for the quick reply.

Just to follow up, even if we ignore the second node no longer able to
read/write to the Quorum, adding the second node fails.

Has anyone tried to add the second node then gotten
"Error 0x800706be: The Remote procedure call failed"

This error is several places during the final configuration does not allow
you to move on in the process.

Thank you,
TK

"Edwin vMierlo [MVP]" wrote:

>
> "Brian MXP" <> wrote in message
> news:...
> > Howdy-
> >
> > In this two-node cluster, both servers can see the shared storage fine

> (mapped as Q:
> > drive, reads/writes from both), but when we follow the procedure in the

> 'Guide to
> > Configuring a Server Cluster Under Windows 2003', the first node sets up

> properly, but
> > when the 2nd node gets added, the drive goes offline for the 2nd node.

>
> Actually, this is correct, the disk is only online on 1 node at any given
> time.
> So if you correctly configured Node1, and the disk is on Node 1, then when
> adding Node 2, the access to the disk is lost. This is by design. Microsoft
> Failover Clustering is a "shared nothing" model, which means the Disks are
> not shared by the nodes, instead they are online on 1 node.
>
> You need to "move the group" in cluster administrator to Node 2, then you
> can access the disk from Node 2 (but you cannot from Node 1)
>
> Rgds,
> Edwin.
>
>
>
> >
> > We're following the guide faithfully, but can't seem to determine what's

> wrong with our
> > setup...
> >
> > TIA,
> > BM

>
>
>

 
Reply With Quote
 
Ryan Sokolowski [MVP]
Guest
Posts: n/a

 
      12-02-2008
This sounds like name resolution issues...triple-check all your name
resolution.

--
Ryan Sokolowski
MVP - Clustering
MCT, MCITP x3, MCTS x7, MCSE x2, CCNA, CCDA, BCFP


"Tina Kane" <Tina > wrote in message
news:E5012EA8-022F-4F0B-A66F-...
> Edwin,
>
> Thank you for the quick reply.
>
> Just to follow up, even if we ignore the second node no longer able to
> read/write to the Quorum, adding the second node fails.
>
> Has anyone tried to add the second node then gotten
> "Error 0x800706be: The Remote procedure call failed"
>
> This error is several places during the final configuration does not allow
> you to move on in the process.
>
> Thank you,
> TK
>
> "Edwin vMierlo [MVP]" wrote:
>
>>
>> "Brian MXP" <> wrote in message
>> news:...
>> > Howdy-
>> >
>> > In this two-node cluster, both servers can see the shared storage fine

>> (mapped as Q:
>> > drive, reads/writes from both), but when we follow the procedure in the

>> 'Guide to
>> > Configuring a Server Cluster Under Windows 2003', the first node sets
>> > up

>> properly, but
>> > when the 2nd node gets added, the drive goes offline for the 2nd node.

>>
>> Actually, this is correct, the disk is only online on 1 node at any given
>> time.
>> So if you correctly configured Node1, and the disk is on Node 1, then
>> when
>> adding Node 2, the access to the disk is lost. This is by design.
>> Microsoft
>> Failover Clustering is a "shared nothing" model, which means the Disks
>> are
>> not shared by the nodes, instead they are online on 1 node.
>>
>> You need to "move the group" in cluster administrator to Node 2, then you
>> can access the disk from Node 2 (but you cannot from Node 1)
>>
>> Rgds,
>> Edwin.
>>
>>
>>
>> >
>> > We're following the guide faithfully, but can't seem to determine
>> > what's

>> wrong with our
>> > setup...
>> >
>> > TIA,
>> > BM

>>
>>
>>


 
Reply With Quote
 
Tina Kane
Guest
Posts: n/a

 
      12-02-2008
Maybe I was confused by the documentation, but when prompted during the
configuration of the first node by Cluster Services to use a uniqe cluster IP
address, I had created a third private IP (one private IP for each node and
one public IP for each node) - should I have used the private IP of the first
node instead of a third one?

If not, I can ping the private and public IP and hostnames from both nodes
including the third IP assigned to the cluster.

Thanks for any clarification.

TK

"Ryan Sokolowski [MVP]" wrote:

> This sounds like name resolution issues...triple-check all your name
> resolution.
>
> --
> Ryan Sokolowski
> MVP - Clustering
> MCT, MCITP x3, MCTS x7, MCSE x2, CCNA, CCDA, BCFP
>
>
> "Tina Kane" <Tina > wrote in message
> news:E5012EA8-022F-4F0B-A66F-...
> > Edwin,
> >
> > Thank you for the quick reply.
> >
> > Just to follow up, even if we ignore the second node no longer able to
> > read/write to the Quorum, adding the second node fails.
> >
> > Has anyone tried to add the second node then gotten
> > "Error 0x800706be: The Remote procedure call failed"
> >
> > This error is several places during the final configuration does not allow
> > you to move on in the process.
> >
> > Thank you,
> > TK
> >
> > "Edwin vMierlo [MVP]" wrote:
> >
> >>
> >> "Brian MXP" <> wrote in message
> >> news:...
> >> > Howdy-
> >> >
> >> > In this two-node cluster, both servers can see the shared storage fine
> >> (mapped as Q:
> >> > drive, reads/writes from both), but when we follow the procedure in the
> >> 'Guide to
> >> > Configuring a Server Cluster Under Windows 2003', the first node sets
> >> > up
> >> properly, but
> >> > when the 2nd node gets added, the drive goes offline for the 2nd node.
> >>
> >> Actually, this is correct, the disk is only online on 1 node at any given
> >> time.
> >> So if you correctly configured Node1, and the disk is on Node 1, then
> >> when
> >> adding Node 2, the access to the disk is lost. This is by design.
> >> Microsoft
> >> Failover Clustering is a "shared nothing" model, which means the Disks
> >> are
> >> not shared by the nodes, instead they are online on 1 node.
> >>
> >> You need to "move the group" in cluster administrator to Node 2, then you
> >> can access the disk from Node 2 (but you cannot from Node 1)
> >>
> >> Rgds,
> >> Edwin.
> >>
> >>
> >>
> >> >
> >> > We're following the guide faithfully, but can't seem to determine
> >> > what's
> >> wrong with our
> >> > setup...
> >> >
> >> > TIA,
> >> > BM
> >>
> >>
> >>

>

 
Reply With Quote
 
Ryan Sokolowski [MVP]
Guest
Posts: n/a

 
      12-02-2008
Maybe I'm still confused by the description, but you should basically have 2
IPs for the public NICs (1 per node), 2 more IPs in a different subnet for
the heartbeat NICs and one more IP for the Cluster itself. Additional IPs
would be needed for additional (read: actually functioning) services within
the cluster: MSDTC, SQL, Exchange, etc...

--
Ryan Sokolowski
MVP - Clustering
MCT, MCITP x3, MCTS x7, MCSE x2, CCNA, CCDA, BCFP


"Tina Kane" <> wrote in message
news12DDE68-6858-48FA-B369-...
> Maybe I was confused by the documentation, but when prompted during the
> configuration of the first node by Cluster Services to use a uniqe cluster
> IP
> address, I had created a third private IP (one private IP for each node
> and
> one public IP for each node) - should I have used the private IP of the
> first
> node instead of a third one?
>
> If not, I can ping the private and public IP and hostnames from both nodes
> including the third IP assigned to the cluster.
>
> Thanks for any clarification.
>
> TK
>
> "Ryan Sokolowski [MVP]" wrote:
>
>> This sounds like name resolution issues...triple-check all your name
>> resolution.
>>
>> --
>> Ryan Sokolowski
>> MVP - Clustering
>> MCT, MCITP x3, MCTS x7, MCSE x2, CCNA, CCDA, BCFP
>>
>>
>> "Tina Kane" <Tina > wrote in message
>> news:E5012EA8-022F-4F0B-A66F-...
>> > Edwin,
>> >
>> > Thank you for the quick reply.
>> >
>> > Just to follow up, even if we ignore the second node no longer able to
>> > read/write to the Quorum, adding the second node fails.
>> >
>> > Has anyone tried to add the second node then gotten
>> > "Error 0x800706be: The Remote procedure call failed"
>> >
>> > This error is several places during the final configuration does not
>> > allow
>> > you to move on in the process.
>> >
>> > Thank you,
>> > TK
>> >
>> > "Edwin vMierlo [MVP]" wrote:
>> >
>> >>
>> >> "Brian MXP" <> wrote in message
>> >> news:...
>> >> > Howdy-
>> >> >
>> >> > In this two-node cluster, both servers can see the shared storage
>> >> > fine
>> >> (mapped as Q:
>> >> > drive, reads/writes from both), but when we follow the procedure in
>> >> > the
>> >> 'Guide to
>> >> > Configuring a Server Cluster Under Windows 2003', the first node
>> >> > sets
>> >> > up
>> >> properly, but
>> >> > when the 2nd node gets added, the drive goes offline for the 2nd
>> >> > node.
>> >>
>> >> Actually, this is correct, the disk is only online on 1 node at any
>> >> given
>> >> time.
>> >> So if you correctly configured Node1, and the disk is on Node 1, then
>> >> when
>> >> adding Node 2, the access to the disk is lost. This is by design.
>> >> Microsoft
>> >> Failover Clustering is a "shared nothing" model, which means the Disks
>> >> are
>> >> not shared by the nodes, instead they are online on 1 node.
>> >>
>> >> You need to "move the group" in cluster administrator to Node 2, then
>> >> you
>> >> can access the disk from Node 2 (but you cannot from Node 1)
>> >>
>> >> Rgds,
>> >> Edwin.
>> >>
>> >>
>> >>
>> >> >
>> >> > We're following the guide faithfully, but can't seem to determine
>> >> > what's
>> >> wrong with our
>> >> > setup...
>> >> >
>> >> > TIA,
>> >> > BM
>> >>
>> >>
>> >>

>>


 
Reply With Quote
 
Tina Kane
Guest
Posts: n/a

 
      12-02-2008
Ryan,

Sorry for the confusion, but you have the scenario down

I have two public IP's, (one for each node) and two private IP's (one for
each node - NetBIOS is disabled) - the two nodes can ping each other by IP's
and hostnames for both public and private.

I have another IP configured for the cluster itself and this is the UP and
NetBIOS name I used during the initial setup. It sounds like that is
accurate.

The hardware on both is the same and I'm runnning Win2003 R2 64bit EE.

I have the Quorum configured for both nodes, but I still get that RPC error.
I checked to verify my clusteradmin account has all the correct permissions
via local sec. pol as well as local admin group. All the services necessary
are started so I'm at a loss with all the thousands of clustering articles on
what that error means.

Any light you can shed would be terrific, and thanks again for the response.

TK

"Ryan Sokolowski [MVP]" wrote:

> Maybe I'm still confused by the description, but you should basically have 2
> IPs for the public NICs (1 per node), 2 more IPs in a different subnet for
> the heartbeat NICs and one more IP for the Cluster itself. Additional IPs
> would be needed for additional (read: actually functioning) services within
> the cluster: MSDTC, SQL, Exchange, etc...
>
> --
> Ryan Sokolowski
> MVP - Clustering
> MCT, MCITP x3, MCTS x7, MCSE x2, CCNA, CCDA, BCFP
>
>
> "Tina Kane" <> wrote in message
> news12DDE68-6858-48FA-B369-...
> > Maybe I was confused by the documentation, but when prompted during the
> > configuration of the first node by Cluster Services to use a uniqe cluster
> > IP
> > address, I had created a third private IP (one private IP for each node
> > and
> > one public IP for each node) - should I have used the private IP of the
> > first
> > node instead of a third one?
> >
> > If not, I can ping the private and public IP and hostnames from both nodes
> > including the third IP assigned to the cluster.
> >
> > Thanks for any clarification.
> >
> > TK
> >
> > "Ryan Sokolowski [MVP]" wrote:
> >
> >> This sounds like name resolution issues...triple-check all your name
> >> resolution.
> >>
> >> --
> >> Ryan Sokolowski
> >> MVP - Clustering
> >> MCT, MCITP x3, MCTS x7, MCSE x2, CCNA, CCDA, BCFP
> >>
> >>
> >> "Tina Kane" <Tina > wrote in message
> >> news:E5012EA8-022F-4F0B-A66F-...
> >> > Edwin,
> >> >
> >> > Thank you for the quick reply.
> >> >
> >> > Just to follow up, even if we ignore the second node no longer able to
> >> > read/write to the Quorum, adding the second node fails.
> >> >
> >> > Has anyone tried to add the second node then gotten
> >> > "Error 0x800706be: The Remote procedure call failed"
> >> >
> >> > This error is several places during the final configuration does not
> >> > allow
> >> > you to move on in the process.
> >> >
> >> > Thank you,
> >> > TK
> >> >
> >> > "Edwin vMierlo [MVP]" wrote:
> >> >
> >> >>
> >> >> "Brian MXP" <> wrote in message
> >> >> news:...
> >> >> > Howdy-
> >> >> >
> >> >> > In this two-node cluster, both servers can see the shared storage
> >> >> > fine
> >> >> (mapped as Q:
> >> >> > drive, reads/writes from both), but when we follow the procedure in
> >> >> > the
> >> >> 'Guide to
> >> >> > Configuring a Server Cluster Under Windows 2003', the first node
> >> >> > sets
> >> >> > up
> >> >> properly, but
> >> >> > when the 2nd node gets added, the drive goes offline for the 2nd
> >> >> > node.
> >> >>
> >> >> Actually, this is correct, the disk is only online on 1 node at any
> >> >> given
> >> >> time.
> >> >> So if you correctly configured Node1, and the disk is on Node 1, then
> >> >> when
> >> >> adding Node 2, the access to the disk is lost. This is by design.
> >> >> Microsoft
> >> >> Failover Clustering is a "shared nothing" model, which means the Disks
> >> >> are
> >> >> not shared by the nodes, instead they are online on 1 node.
> >> >>
> >> >> You need to "move the group" in cluster administrator to Node 2, then
> >> >> you
> >> >> can access the disk from Node 2 (but you cannot from Node 1)
> >> >>
> >> >> Rgds,
> >> >> Edwin.
> >> >>
> >> >>
> >> >>
> >> >> >
> >> >> > We're following the guide faithfully, but can't seem to determine
> >> >> > what's
> >> >> wrong with our
> >> >> > setup...
> >> >> >
> >> >> > TIA,
> >> >> > BM
> >> >>
> >> >>
> >> >>
> >>

>

 
Reply With Quote
 
Tina Kane
Guest
Posts: n/a

 
      12-02-2008
Thanks to everyone that replied. It ended up that I had Jumbo MTU set to
9000 on the Private Vlan and needed to set that to 1500 - wacky!

TK


 
Reply With Quote
 
Neo
Guest
Posts: n/a

 
      01-10-2009
Not only that coz in our case the MTU settings were Ok on the servers and the
switches.
Turns out to be an issue with the Routing and Remote service, we disabled it
on both nodes and voilÃ* the second node was successfully added to the cluster
configuration.

BR,


"Tina Kane" wrote:

> Thanks to everyone that replied. It ended up that I had Jumbo MTU set to
> 9000 on the Private Vlan and needed to set that to 1500 - wacky!
>
> TK
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: Replace 1 node in a 2 node Windows 2003 cluster Mark Clustering 0 06-21-2007 05:20 PM
Re: Help!! with setting up a 3 node cluster. Martin Clustering 2 09-19-2006 10:30 AM
Re: Help!!1 Setting up a 3 node cluster Dave Patrick Clustering 0 09-18-2006 09:23 PM
Windows 2003 2 Node Cluster, AD running on Cluster Nodes and SQL 2 Brian Clustering 3 03-11-2006 12:46 AM
MSCS 2003 2-node cluster: one node Exchange, another SQL rmagoon Clustering 3 08-03-2004 03:00 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59