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 4 199
LC180 liveCache installation Step:
In file ${SGCONF}/<LCSID>/lc<LCSID>.control.script add the
following lines to the customer defined functions
customer_defined_run_cmds and customer_defined_halt_cmds.
These commands will actually call the SGeSAP/LX relevant functions to
start and stop the liveCache instance. So the customer defined functions
are the glue that connects the generic Serviceguard components with the
SGeSAP/LX components.
function customer_defined_run_cmds
{
### Add following line
${SGCONF}/<SID>/saplc.sh startDB <LCSID>
test_return 51
}
function customer_defined_halt_cmds
{
### Add following line
/${SGCONF}/<SID>/saplc.sh stopDB <LCSID>
test_return 52
}
LC190 liveCache installation Step:
The ${SGCONF}/<LCSID>/sap.config configuration file of a liveCache
package is similar to the sap.config configuration file of the generic
SGeSAP/LX packages.
The following standard parameters in sap.config have to be set for a
liveCache package:
DB=LIVECACHE
DBRELOC=<reloclc_s>
TRANSRELOC=<relocsapnfs_s>
CLEANUP_POLICY= [ strict | normal | lazy ]