Managing Serviceguard Extension for SAP on Linux (IA64 Integrity and x86_64), April 2009

LV[0]="/dev/vgC11_oracleC11/lvol0"; \
FS[0]="/oracle/XI7"; \
FS_TYPE[0]="ext3"; \
FS_MOUNT_OPT[0]=""; \
FS_UMOUNT_OPT[0]=""; \
FS_FSCK_OPT[0]=""
# IP ADDRESSES
# Specify the IP and Subnet address pairs which are used by this package.
# Uncomment IP[0]="" and SUBNET[0]="" and fill in the name of your first
# IP and subnet address. You must begin 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)
IP[0]="1.1.1.22"
SUBNET[0]="1.1.1.0"
# SERVICE NAMES and COMMANDS
# Specify the service name, command and restart parameters which are
# used by this package
SERVICE_NAME[0]=ciC11ms
SERVICE_CMD[0]=${SGCONF}/C11/sapms.mon
SERVICE_RESTART[0]=””
# START OF CUSTOMER DEFINED FUNCTIONS
# This function is a place holder for customer define functions.
# You should define all actions you want to happen here, before the service
# is started. You can create as many functions as you need.
#
function customer_defined_run_cmds
{
. /usr/local/cmcluster/conf/C11/sapwas.sh start
test_return 51
}
# This function is a place holder for customer define functions.
# You should define all actions you want to happen here, before the service
# is halted.
#
function customer_defined_halt_cmds
{
. /usr/local/cmcluster/conf/C11/sapwas.sh stop
test_return 52
}
# END OF CUSTOMER DEFINED FUNCTIONS
The following is an extract of a (db) package based on MaxDB for SAP instance LXM in directory
${SGCONF}/LXM/dbLXM.control.script:
# VOLUME GROUPS
VG[0]="vgsapdbLXM"
78 Step-by-Step Cluster Conversion