Managing Serviceguard Extension for SAP on Linux (IA64 Integrity and x86_64), February 2008

SAP Supply Chain Management
Serviceguard Extension for SAP on Linux Package Configuration
Chapter 4198
LC170 liveCache installation Step:
Create the Serviceguard package control script and configuration
files. Note the package naming convention lc<LCSID> as described in
previous sections.
cd ${SGCONF}/<LCSID>
cmmakepkg -s lc<LCSID>.control.script
cmmakepkg -p lc<LCSID>.config
Both files need to be adapted to reflect the file system layout and the
individual network setup chosen. For general information on how to
customize the package control and configuration files refer to the
Managing Serviceguard manual, which is available on
http://docs.hp.com/en/ha.html.
For the lc<LCSID>.config template use the following settings: If a
Serviceguard monitoring service will be used then also set the
SERVICE_NAME variable.
PACKAGE_NAME lc<LCSID>
PACKAGE_TYPE FAILOVER
RUN_SCRIPT $SGCONF/<LCSID>/lc<LCSID>.control.script
HALT_SCRIPT $SGCONF/<LCSID>/lc<LCSID>.control.script
SERVICE_NAME SGeSAPlc<LCSID>
For lc<LCSID>.control.script the following settings are
recommended if the Serviceguard monitoring service will be used:
SERVICE_NAME[0]="SGeSAPlc<LCSID>"
SERVICE_CMD[0]="/sapdb/<LCSID>/db/sap/lccluster monitor"
SERVICE_RESTART[0]="-r 3"
All other parameters should be chosen as appropriate for the
individual setup.