Managing Serviceguard Extension for SAP Version B.05.10, September 2010
The array SAPROUTER_START[*] should be set to 1 for each saprouter that should be started
with the CI package. Make sure that multiple saprouters do not share the same
SAPROUTER_PORT. The SAPROUTER_HOST[*]-array specifies where the saprouter should
be started. These parameters are mandatory. An optional SAPROUTER_STRING may be set that
will be passed to the saprouter, for example to set the path to the saprouttab file to reside
on a shared volume.
Example:
SAPROUTER_START[0]=1
SAPROUTER_PORT[0]="-S3299"
SAPROUTER_HOST[0]=hpcc006
SAPROUTER_STRING[0]="-W 20000 -R
/sapmnt/SG1/profile/saprouttab3299 -T sapmnt/SG1/profile/dev_rout3299"
The saprouter is started in the script customer.functions (start_addons_postciapp)
and is halted sequentially during package shutdown (stop_addons_preciapp).
Optional Step: OS750
Specify RFCADAPTER_START=1 to automatically start the RFC adapter component.
For example, some early Exchange Infrastructure versions. Make sure that the JVM executables
can be reached via the path of SIDADM.
Example:
RFCADAPTER_START=1
RFCADAPTER_CMD="run_adapter.sh"
Optional Step: OS760
Specify SAPCCMSR_START=1 if there should be a CCMS agent started on the DB host
automatically. You should also specify a path to the profile that resides on a shared lvol.
Example:
SAPCCMSR_START=1
SAPCCMSR_CMD=sapccmsr
SAPCCMSR_PFL="/usr/sap/ccms/${SAPSYSTEMNAME}_${CINR}/sapccmsr/${SAPSYSTEMNAME}.pfl
Global Defaults
The fourth section of sap.config is rarely needed. It mainly provides various variables that
allow overriding commonly used default parameters.
Optional Step: OS770
If there is a special demand to use values different from the default, it is possible to redefine
some global parameters.
Depending on your need for special HA setups and configurations, take a look at those parameters
and their description in the SAP specific configuration file sap.config.
When using the HP Serviceguard Storage Management Suite with CFS and shared access Option
3 (chapter 2—“Planning the Storage Layout”) it is required to set the CTEXERELOC variable ,
because otherwise the default initialization value would be NFSRELOC (DEFAULT:
${NFSRELOC}). CTEXERELOC should get initialized to DBRELOC or CIRELOC.
Optional Step for Netweaver 2004s: NW04S780
This installation step only applies if Netweaver 2004s with SAP Application Server 7.0 is
installed.
SAP introduced a control framework with Netweaver 2004s and SAP Application Server 7.0 that
enables the management of SAP instances from third party products using a defined application
interface. This control framework is implemented using a daemon process that is either started
by:
• the operating system during boot time or
• the SAP startup script when the instance is started.
Legacy Package Configuration 91