Managing Serviceguard Extension for SAP, December 2007
Step-by-Step Cluster Conversion
SGeSAP Configuration
Chapter 3 169
If the use of the SAP control framework is not required, then remove the
reference link from the sapinit script. Furthermore, any running
sapstartsrv processes can be killed from the process list. For example:
# rm /sbin/rc3.d/S<###>sapinit
# ps –ef | grep sapstartsrv
# kill {PID of sapstartsrv }
To make use of the sapstartservice configure the SAPSTARTSRV_START
and SAPSTARTSRV_STOP values. The sapstartsrv daemon is started and
stopped accordingly. For example:
SAPSTARTSRV_START=1
SAPSTARTSRV_STOP=1
OS 790 Optional Step:
To enable the Workload Management (WLM) support of the dispatcher
monitors specify:
WLM_PROCMAP=1
The following example WLM configuration file illustrates how to favour
dialog to batch processing.
prm {
groups = OTHERS : 1,
Batch : 2,
Dialog : 3,
SAP_other: 4;
users = <sid>adm: SAP_other, ora<sid>: SAP_other;
#
# utilize the data provided by sapdisp.mon to identify batch and dialog
#
procmap = Batch : /opt/wlm/toolkits/sap/bin/wlmsapmap -f
/etc/cmcluster/<SID>/wlmprocmap.<SID>_<INSTNAME><INR>_<HOSTNAME> -t BTC,
Dialog :