Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Clustering > Networking configuration recommendations

Reply
Thread Tools Display Modes

Networking configuration recommendations

 
 
Peter Brown
Guest
Posts: n/a

 
      01-19-2009
When setting up a failover cluster in 2008, and using teamed NICs, do you
recommend adding a 2nd IP to the team and creating a "Private" network over
the same teamed interface?

I know it's technically possible and that since everything would be
redundant (switch cores, NICs, etc) and there's just the one interface, it's
somewhat redundant, I'm just curious to know if it's "recommended" to
configure it that way, or just let everything communicate over the "public"
network.

Thanks,

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

 
      01-19-2009
Now that wouldn't really be very highly-available, would it? This would not
be in the best spirit of HA and Failover Clustering. I'd recommend simply
using a separate network interface card to provide this functionality.

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


"Peter Brown" <> wrote in message
news:95E0BE6A-64F0-42CF-B299-...
> When setting up a failover cluster in 2008, and using teamed NICs, do you
> recommend adding a 2nd IP to the team and creating a "Private" network
> over
> the same teamed interface?
>
> I know it's technically possible and that since everything would be
> redundant (switch cores, NICs, etc) and there's just the one interface,
> it's
> somewhat redundant, I'm just curious to know if it's "recommended" to
> configure it that way, or just let everything communicate over the
> "public"
> network.
>
> Thanks,
>
> Peter


 
Reply With Quote
 
Peter Brown
Guest
Posts: n/a

 
      01-19-2009
That's a very good point, but the issue I run into is that the physical nodes
are actually blades only have 2 NICs assigned to them; hence the question.

I know the documentation mentions that it's "OK" to use a teamed NIC as your
private and public connections, but just make sure everything is redundant,
and in this case it is.

Thanks...

"Ryan Sokolowski [MVP]" wrote:

> Now that wouldn't really be very highly-available, would it? This would not
> be in the best spirit of HA and Failover Clustering. I'd recommend simply
> using a separate network interface card to provide this functionality.
>
> --
> Ryan Sokolowski
> MVP - Clustering
> MCT, MCITP x3, MCTS x8, MCSE x2, CCNA, CCDA, BCFP
>
>
> "Peter Brown" <> wrote in message
> news:95E0BE6A-64F0-42CF-B299-...
> > When setting up a failover cluster in 2008, and using teamed NICs, do you
> > recommend adding a 2nd IP to the team and creating a "Private" network
> > over
> > the same teamed interface?
> >
> > I know it's technically possible and that since everything would be
> > redundant (switch cores, NICs, etc) and there's just the one interface,
> > it's
> > somewhat redundant, I'm just curious to know if it's "recommended" to
> > configure it that way, or just let everything communicate over the
> > "public"
> > network.
> >
> > Thanks,
> >
> > Peter

>

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

 
      01-20-2009
I this case I would use VLAN / 802.1q tagging, most NIC drivers and Network
Switches will support this.

rgds,
Edwin.


"Peter Brown" <> wrote in message
news:311913B9-F97B-445F-98BD-...
> That's a very good point, but the issue I run into is that the physical

nodes
> are actually blades only have 2 NICs assigned to them; hence the question.
>
> I know the documentation mentions that it's "OK" to use a teamed NIC as

your
> private and public connections, but just make sure everything is

redundant,
> and in this case it is.
>
> Thanks...
>
> "Ryan Sokolowski [MVP]" wrote:
>
> > Now that wouldn't really be very highly-available, would it? This would

not
> > be in the best spirit of HA and Failover Clustering. I'd recommend

simply
> > using a separate network interface card to provide this functionality.
> >
> > --
> > Ryan Sokolowski
> > MVP - Clustering
> > MCT, MCITP x3, MCTS x8, MCSE x2, CCNA, CCDA, BCFP
> >
> >
> > "Peter Brown" <> wrote in message
> > news:95E0BE6A-64F0-42CF-B299-...
> > > When setting up a failover cluster in 2008, and using teamed NICs, do

you
> > > recommend adding a 2nd IP to the team and creating a "Private" network
> > > over
> > > the same teamed interface?
> > >
> > > I know it's technically possible and that since everything would be
> > > redundant (switch cores, NICs, etc) and there's just the one

interface,
> > > it's
> > > somewhat redundant, I'm just curious to know if it's "recommended" to
> > > configure it that way, or just let everything communicate over the
> > > "public"
> > > network.
> > >
> > > Thanks,
> > >
> > > Peter

> >



 
Reply With Quote
 
Russ Kaufmann
Guest
Posts: n/a

 
      01-21-2009
"Peter Brown" <> wrote in message
news:311913B9-F97B-445F-98BD-...
> That's a very good point, but the issue I run into is that the physical
> nodes
> are actually blades only have 2 NICs assigned to them; hence the question.
>
> I know the documentation mentions that it's "OK" to use a teamed NIC as
> your
> private and public connections, but just make sure everything is
> redundant,
> and in this case it is.


It is not supported to use a teamed NIC for your private network.

--
Russ Kaufmann,
MVP, MCSE: Messaging and Security, MCT, MCITP, MCTS and other stuff

ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp

 
Reply With Quote
 
Ole Kristian Bangås
Guest
Posts: n/a

 
      01-21-2009
VLAN Tagging is definitely a good thing here, but still as pointed out
teaming is not supported for private networks, at least in Windows Server
2003 that is, I do think it is supported in Windows Server 2008 though.

But, I have a few other thoughs: I would never run a two node cluster on two
blade servers being in the same blade shelf. You simply have too many
possible points of failure that will affect both nodes. So, if you plan to
run a cluster on blades, at least ensure that you have the servers
distributed across multiple blade shelves. Needless to say, the
infrastructure from these shelves to the backbone AND the backbone network
should also be highly available, after all you're after a highly available
system right?

 
Reply With Quote
 
Peter Brown
Guest
Posts: n/a

 
      01-21-2009
So, this configuration is not officially supported by Microsoft, correct?

"Russ Kaufmann" wrote:

> "Peter Brown" <> wrote in message
> news:311913B9-F97B-445F-98BD-...
> > That's a very good point, but the issue I run into is that the physical
> > nodes
> > are actually blades only have 2 NICs assigned to them; hence the question.
> >
> > I know the documentation mentions that it's "OK" to use a teamed NIC as
> > your
> > private and public connections, but just make sure everything is
> > redundant,
> > and in this case it is.

>
> It is not supported to use a teamed NIC for your private network.
>
> --
> Russ Kaufmann,
> MVP, MCSE: Messaging and Security, MCT, MCITP, MCTS and other stuff
>
> ClusterHelp.com, a Microsoft Certified Gold Partner
> Web http://www.clusterhelp.com
> Blog http://msmvps.com/clusterhelp
>

 
Reply With Quote
 
Peter Brown
Guest
Posts: n/a

 
      01-21-2009
Thanks for the great ideas and advice! It's much appreciated and that's
something I've considered. We have multiple enclosures and I will move at
least one node to a different enclosure to help increase the high
availability.

Thanks,

Peter

"Ole Kristian Bangås" wrote:

> VLAN Tagging is definitely a good thing here, but still as pointed out
> teaming is not supported for private networks, at least in Windows Server
> 2003 that is, I do think it is supported in Windows Server 2008 though.
>
> But, I have a few other thoughs: I would never run a two node cluster on two
> blade servers being in the same blade shelf. You simply have too many
> possible points of failure that will affect both nodes. So, if you plan to
> run a cluster on blades, at least ensure that you have the servers
> distributed across multiple blade shelves. Needless to say, the
> infrastructure from these shelves to the backbone AND the backbone network
> should also be highly available, after all you're after a highly available
> system right?
>

 
Reply With Quote
 
Russ Kaufmann
Guest
Posts: n/a

 
      01-22-2009
"Peter Brown" <> wrote in message
news9955657-2B34-4F10-9C2B-...
> So, this configuration is not officially supported by Microsoft, correct?


not as I understand your config.


--
Russ Kaufmann,
MVP, MCSE: Messaging and Security, MCT, MCITP, MCTS and other stuff

ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp

 
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
Wireless network configuration recommendations Robert Dye Windows Small Business Server 3 03-04-2005 12:47 AM
Re: Networking resource recommendations Herb Martin Server Networking 0 12-19-2004 10:48 PM
Re: Networking resource recommendations Lanwench [MVP - Exchange] Server Networking 0 12-19-2004 04:34 PM
Re: Networking resource recommendations Steven L Umbach Server Networking 1 12-19-2004 03:42 PM
Networking config failures dual NIC configuration Dell Server/SBS2 JDdotcom Server Networking 12 11-03-2004 01:19 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