Building an HP SIM 5.x server on a Linux-based Serviceguard Cluster (444847-001, February 2007)

# "qshost" with 120 seconds for the QS_POLLING_INTERVAL and to
# add 2 seconds to the system assigned value for the quorum server
# timeout, enter:
# QS_HOST qshost
# QS_POLLING_INTERVAL 120000000
# QS_TIMEOUT_EXTENSION 2000000
QS_HOST qs
QS_POLLING_INTERVAL 300000000
# Definition of nodes in the cluster.
# Repeat node definitions as necessary for additional nodes.
NODE_NAME hpsimlnx1
NETWORK_INTERFACE bond0
HEARTBEAT_IP 192.168.2.23
NETWORK_INTERFACE eth2
HEARTBEAT_IP 10.0.0.23
NODE_NAME hpsimlnx2
NETWORK_INTERFACE bond0
HEARTBEAT_IP 192.168.2.24
NETWORK_INTERFACE eth2
HEARTBEAT_IP 10.0.0.24
# Cluster Timing Parameters (microseconds).
# The NODE_TIMEOUT parameter defaults to 2000000 (2 seconds).
# This default setting yields the fastest cluster reformations.
# However, the use of the default value increases the potential
# for spurious reformations due to momentary system hangs or
# network load spikes.
# For a significant portion of installations, a setting of
# 5000000 to 8000000 (5 to 8 seconds) is more appropriate.
# The maximum value recommended for NODE_TIMEOUT is 30000000
# (30 seconds).
HEARTBEAT_INTERVAL 1000000
NODE_TIMEOUT 2000000
# Configuration/Reconfiguration Timing Parameters (microseconds).
AUTO_START_TIMEOUT 600000000
NETWORK_POLLING_INTERVAL 2000000
# Package Configuration Parameters.
11