Operating System - Linux
1832653 Members
3065 Online
110043 Solutions
New Discussion

How to configure standby heartbeat network on hp ux serviceguard

 
Shamsuddoha
Occasional Contributor

How to configure standby heartbeat network on hp ux serviceguard

In my enviroment i have two node  hp ux-v3 serviceguard, for heartbeat network we have configure single NIC from both node, i want to confgiure another physical NIC for standby heartbeat network.

Note: link aggregation is not possible due to 10G nic, confirm by HPE back line team.

1 REPLY 1
RajUX
Advisor

Re: How to configure standby heartbeat network on hp ux serviceguard

Examine the cluster configuration ASCII file , sometimes
called /etc/cmcluster/cmclconfig.ascii or better create a new config file using current settings using cmgetconf command. You might have some 
STATIONARY_IP exists, change it to HEARTBEAT_IP  and cmcheckconf and cmapplyconf.

or

if you have extra interface, create entry below each hosts as:

 

NETWORK_INTERFACE lanx
HEARTBEAT_IP xx.xx.xx.xx

and check and apply the config.