Managing Serviceguard Extension for SAP Version B.05.10, December 2012

sapccmsr = a SAP additional monitor collector
rfcadapter = a SAP XI/PI/EAI remote function call adapter
sapwebdisp = a SAP webdispatcher (installed to /usr/sap/<SID>/sapwebdisp)
The following values can be specified more than once:
saprouter = a SAP software network routing tool
biamaster = a SAP BIA master nameserver (not for production use)
sap_infra_treat defines whether the tool will only be started/notified with the package startup,
or whether it will also be stopped as part of a package shutdown (default). Possible values are
startonly and startnstop.
sap_infra_sw_params defines additional command line parameters to be called with the tool.
A sap_infra_sw_host value can be added to specify the hostname where to start a BIA master
instance. This parameter will be ignored for other infrastructure components, which always get
started/stopped locally.
Examples:
sap_infra_sw_type saposcol
sap_infra_sw_type saprouter
sap_infra_sw_treat startnstop
sap_infra_sw_params "-H virtual_IP -W 20000\
-R /sapmnt/C11/profile/saprouttab\
-T /sapmnt/C11/profile/dev_rout1"
sap_infra_sw_type sapccmsr
sap_infra_sw_params /sapmnt/C11/profile/ccmsr_profilename
sap_infra_sw_type sapwebdisp
sap_infra_sw_treat startnstop
sap_infra_sw_params -shm_attachmode 6
Installation Step: IS473
Integrate the SAP startup framework with the cluster.
SAP introduced a startup 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.
During the installation of a SAP Netweaver 2004s Web AS, the SAPIinst installer edits a file in
/usr/sap/sapservices and adds a line for each sapstartservice instance. During boot
time an init script is executed located in:
/sbin/init.d/sapinit referenced by /sbin/rc3.d/S<###>sapinit
The sapinit script reads the content in file /usr/sap/sapservices and starts a sapstartsrv
for each instance during OS boot time. This can lead to error output in the boot messages log file
as file systems for exclusive shared storage is not available at that time.
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. Example:
rm /sbin/rc3.d/S<###>sapinit
ps -ef | grep sapstartsrv
kill <PID_of_sapstartsrv>
NOTE: If the SAP hostagent should run saposcol, do not remove sapinit.
Modular Package Configuration 87