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

# chkconfig identd on
# ssh hpsimlnx2 chkconfig identd on
# /etc/init.d/identd start
# ssh hpsimlnx2 /etc/init.d/identd start
Managing SGLX authorizations
# cat > /usr/local/cmcluster/conf/cmclnodelist << EOF
hpsimlnx1 root
hpsimlnx2 root
hpsimlnx1p root
hpsimlnx2p root
EOF
# cat > $SGCONF/cluster.conf << EOF
#**********************************************************************
#********* HIGH AVAILABILITY CLUSTER CONFIGURATION FILE ***************
#***** For complete details about cluster parameters and how to *******
#***** set them, consult the ServiceGuard manual. *********************
#**********************************************************************
# Enter a name for this cluster. This name will be used to identify the
# cluster when viewing or manipulating it.
CLUSTER_NAME hpsimlnx
# Quorum Server Parameters. Use the QS_HOST, QS_POLLING_INTERVAL,
# and QS_TIMEOUT_EXTENSION parameters to define a quorum server.
# The QS_HOST is the host name or IP address of the system
# that is running the quorum server process. The
# QS_POLLING_INTERVAL (microseconds) is the interval at which
# ServiceGuard checks to make sure the quorum server is running.
# The optional QS_TIMEOUT_EXTENSION (microseconds) is used to increase
# the time interval after which the quorum server is marked DOWN.
# The default quorum server timeout is calculated from the
# ServiceGuard cluster parameters, including NODE_TIMEOUT and
# HEARTBEAT_INTERVAL. If you are experiencing quorum server
# timeouts, you can adjust these parameters, or you can include
# the QS_TIMEOUT_EXTENSION parameter.
# For example, to configure a quorum server running on node
10