Setting up an HP SIM server 6.0 or greater on a Linux-based Serviceguard Cluster White Paper 444847-004, February 2010

21
# You could specify IPv4 or IPv6 IP and subnet address pairs.
# Uncomment IP[0]="" and SUBNET[0]="" and fill in the name of your
first
# IP and subnet address. You must be
gin with IP[0] and SUBNET[0] and
# increment the list in sequence.
#
# For example, if this package uses an IP of 192.10.25.12 and a subnet
of
# 192.10.25.0 enter:
# IP[0]=192.10.25.12
# SUBNET[0]=192.10.25.0 # (netmask=255.255.255.0)
#
#
Hint: The subnet can be obtained by AND masking the IP address and
the
# netmask values from "ifconfig" command.
#
# For example, if this package uses an IPv6 address of 2001::1/64
# The address prefix identifies the subnet as 2001:: which is an
av
ailable
# subnet.
# enter:
# IP[0]=2001::1/64
# SUBNET[0]=2001::
# (netmask=ffff:ffff:ffff:ffff::)
#
# Hint: Run the "ifconfig" command and identify avaialable IPv6 subnets
from
# the "Global" and "Site Local" IPv6 addresse
s configured.
#
# IP/Subnet address pairs for each IP address you want to add to a
subnet
# interface card. Must be set in pairs, even for IP addresses on the
same
# subnet.
#
IP[0]="192.168.5.10"
SUBNET[0]="192.168.5.0"
# HA APPLICATION SERVER
# Enable
or disable a High Availability application server that is used
for
# this package. Some examples of the HA Servers are Network File System
# (NFS), Apache Web Server, and SAMBA (CIFS) Server.
#
# If you plan to use one of the HA server toolkits to run an
a
pplication server,
# you need to set the HA_APP_SERVER value to either "pre
-
IP" or "post
-
IP" in
# order to enable this control script to check and run the Toolkit
Interface
# Script (toolkit.sh) in the package directory. The interface script
will call
# th
e toolkit main script to verify, start, and stop the server
daemons.
#
# If you set the HA_APP_SERVER to "pre
-
IP", the application will be
started
# BEFORE adding the package IP address(es) to the system. Application
servers
# such as NFS and SAMBA are bet
ter to be started before the system
provides