Operating System - HP-UX
1855226 Members
7720 Online
104109 Solutions
New Discussion

ips at cmclconf.ascii (STATIONARY_IP and HEARTBEAT_IP)

 
SOLVED
Go to solution
Carme Torca
Super Advisor

ips at cmclconf.ascii (STATIONARY_IP and HEARTBEAT_IP)

Hi,

I would know if I can put the same lan in the stationary_ip and the heartbeat_ip??
Is it possible??

NODE_NAME hp9ges01
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.32.54.1
NETWORK_INTERFACE lan1
STATIONARY_IP 10.32.13.2
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.32.13.2
FIRST_CLUSTER_LOCK_PV /dev/dsk/c14t1d0
# List of serial device file names
# For example:
# SERIAL_DEVICE_FILE /dev/tty0p0

# Warning: There are no standby network interfaces for lan0.
# Warning: There are no standby network interfaces for lan1.
# Warning: There are no standby network interfaces for lan2.

NODE_NAME hp9ges02
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.32.54.2
NETWORK_INTERFACE lan1
STATIONARY_IP 10.32.13.3
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.32.13.3
FIRST_CLUSTER_LOCK_PV /dev/dsk/c28t1d0
# List of serial device file names

Thanks a lot of!!,
Carmen.
Users are not too bad ;-)
2 REPLIES 2
Dietmar Konermann
Honored Contributor
Solution

Re: ips at cmclconf.ascii (STATIONARY_IP and HEARTBEAT_IP)

No, that's not possible. But it's not needed either. Simply use a single HEARTBEAT_IP entry if you want to have _also_ HB's travel on that link. That does _not_ mean that it's private for Serviceguard.

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Sanjay_6
Honored Contributor

Re: ips at cmclconf.ascii (STATIONARY_IP and HEARTBEAT_IP)

Hi Carmen,

A heartbeat_ip carries both data and heartbeat whereas a stationary_ip carries only data, so if you want that particular lan to carry both data and heartbeat configure it as a heartbeat ip else configure it as a stationary_ip. If you don't define anything and if the lan doesn't have its own ip, it would be the standby lan.

Hope this helps.

Regds