Operating System - HP-UX
1833053 Members
2889 Online
110049 Solutions
New Discussion

Number of NICs for 2 Node Serviceguard

 
Basheer_2
Trusted Contributor

Number of NICs for 2 Node Serviceguard

Hello

HP-UX 11.11
RP4440, 8GB

Is this is a good NIC recommendation for 2-Node Serviceguard cluster

1) 1-Port - Data ( Primary)

2) 2-Port - 1 For Heartbeat (Pri)
- 1 For Backup-Agent

3) 2-Port - 1 For Data/Heartbeat (Secondary)
- 1 Spare
11 REPLIES 11
Josiah Henline
Valued Contributor

Re: Number of NICs for 2 Node Serviceguard

That will work and provide good redundancy.

Make sure that the primary and stand-by lans go to different switches. That applies to both nodes.
If at first you don't succeed, read the man page.
Josiah Henline
Valued Contributor

Re: Number of NICs for 2 Node Serviceguard

Don't forget that you can also set your backup NIC to fail to a stand-by. That way if there is a lan failure, there will be less urgency because the backup will still complete.
If at first you don't succeed, read the man page.
BPatrick
Trusted Contributor

Re: Number of NICs for 2 Node Serviceguard

Basheer,
Its not a good idea to share Data and heartbeat. You could use seperate ports for the heartbeat and data


Regards
Patrick
Jeff Schussele
Honored Contributor

Re: Number of NICs for 2 Node Serviceguard

I agree with Patrick.
Heartbeats, ideally, should be on "private" subnets.
Nothing will ruin your day more than an overloaded subnet that causes a missed heartbeat to deduce that the network is down & TOC your box.

My 2 cents,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Basheer_2
Trusted Contributor

Re: Number of NICs for 2 Node Serviceguard

Thanks Patrick and Jeff
I already have a Primary heartbeat on one NIC

1) 1-Port - Data ( Primary)

2) 2-Port - 1 For Heartbeat (Primary)
- 1 For Backup-Agent

3) 2-Port - 1 For Data/Heartbeat (Secondary)
- 1 Spare
BPatrick
Trusted Contributor

Re: Number of NICs for 2 Node Serviceguard

Basheer,

Since you have a spare port its a good idea to seperate your heartbeat and data.

Patrick
Mridul Shrivastava
Honored Contributor

Re: Number of NICs for 2 Node Serviceguard

I would suggets you to have different cards for data and heartbeat purpose. Otherwise sometimes because of excess data flow heartbeat misses and one of the node may TOC.
Time has a wonderful way of weeding out the trivial
Basheer_2
Trusted Contributor

Re: Number of NICs for 2 Node Serviceguard

Thanks

I already have

1 NIC for Primary - Heartbeat
1 NIC for Data/Heartbeat ( Secondary)
Stephen Doud
Honored Contributor

Re: Number of NICs for 2 Node Serviceguard

I don't see a problem with putting HB on multiple NICs.... it insures redundancy - which is the name of the game.
It's best to have a dedicated HB LAN, but if you need the NICs for data transfer, then make all of them allow HB traffic. Serviceguard allows for up to 7 HB-carrying LANs.
Sp4admin
Trusted Contributor

Re: Number of NICs for 2 Node Serviceguard

The I thinks it goes is as follows. you can use the Core-LAN with a cross-over cable. You will need to beable to ping the servers on the cross-over. configure it using SAM.

1. primary IP (HB)
2. scondary (HB)
3. Hartbeat cross-over cable (core -lan)



$0.02
Sp4admin
freddy_21
Respected Contributor

Re: Number of NICs for 2 Node Serviceguard

MCSG need 3 port:
1. for Data primary ( production IP )
2. for standby ( no IP just failed over port when your data primary failed)
3. for heartbeat ( to check that pair still alive )

To make redundant for heartbeat, usually we use data (primary) port as heartbeat (secondary).

remember please seperate network card for data primary port and heartbeat primary. It will be single point of failure.