Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Thoughts about running heartbeat and data over NIC team?

Status
Not open for further replies.

cajuntank

IS-IT--Management
May 20, 2003
947
US
I am about to deploy my first 2008 cluster and I have done a little research online. I have found several state they don't use a dedicated heartbeat nic anymore and run both over a regular teamed ethernet connection (albeit, just fail on fault, no type of load balancing).

Thoughts?
 
I've got 4 NICs in my servers. I've teamed two of them together (one on each switch) for the public side, and then the other two each have a private IP for the heartbeat (one on each switch).

This way if I loose a switch the heartbeat is still ok, and if a loose any NIC I'm covered.

Personally if I could setup two bridges I would, but Widnows 2008 only supports one bridge.

Denny
MVP
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / SQL 2005 BI / SQL 2008 DBA / SQL 2008 DBD / SQL 2008 BI / MWSS 3.0: Configuration / MOSS 2007: Configuration)
MCITP (SQL 2005 DBA / SQL 2008 DBA / SQL 2005 DBD / SQL 2008 DBD / SQL 2005 BI / SQL 2008 BI)

My Blog
 
It depends on what you're doing. At many companies they will put both cluster nodes into the same rack and just connect via a crossover cable. Of course, if you lose both PDUs on the rack then you lose both nodes too.

The good thing about Windows 2008 clustering is that it will use whatever network has visibility to all hosts for the heartbeat. So if you did use a dedicated NIC for for the cluster heartbeat and the NIC failed the cluster will begin communicating heartbeat data over the public network (and indeed, the public network is how heartbeats are used with geoclustering).

From a best practices standpoint, MS used to say that running the heartbeat over a teamed connection was unsupported with Server 2003. I'm assuming that this has changed in 2008, but even on 2003 it still worked. It was just that if you called support they wouldn't support it.

________________________________________
CompTIA A+, Network+, Server+, Security+
MCTS:Windows 7
MCTS:Hyper-V
MCTS:System Center Virtual Machine Manager
MCSE:Security 2003
MCITP:Enterprise Administrator
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top