Managing Serviceguard Extension for SAP on Integrity Linux, December 2005

Step by Step Installation of SGeSAP on Integrity Linux for SAP WAS Central Instances
Cluster Configuration
Chapter 2 77
test_return 51
}
function customer_defined_halt_cmds
{
${SGCONF}/<SID>/sapdbci.sh stopDBCI <SID> 2>/dev/null
test_return 52
}
For a two package concept:
Use the commands stopDB, startDB to call the database control flow
sapdb.sh from the customer defined sections in file db.sh. Similarly use
stopCI, startCI to call the Central Instance package control flow
sapci.sh from the file ci.sh.
For an Application Server package in d<INSTNR>.sh:
function customer_defined_run_cmds
{
${SGCONF}/<SID>/sapapp.sh startAP <SID> <INSTNAME> <INSTNR> \
<IP_of_AppServer> 2>/dev/null
test_return 51
}
function customer_defined_halt_cmds
{
${SGCONF}/<SID>/sapapp.sh stopAP <SID> <INSTNAME> <INSTNR> \
<IP_of_AppServer> 2>/dev/null
test_return 52
}