Managing Serviceguard Extension for SAP, December 2007
Step-by-Step Cluster Conversion
SAP Preparation
Chapter 3 103
This template shows the minimum settings. Scan the old
<SID>_DVEBMGS<INSTNR>_<local_ip> profile to see whether there are
additional parameters that apply to either the Enqueue Service or the
Message Service. Individual decisions need to be made whether they
should be moved to the new profile.
Here is an example template for the startup profile
START_ASCS<INSTNR>_<CIRELOC>
#-----------------------------------------------------------------------
SAPSYSTEMNAME =<SID>
INSTANCE_NAME =ASCS<INSTNR>
-----------------------------------------------------------------------
# start SCSA handling
#-----------------------------------------------------------------------
Execute_00 =local $(DIR_EXECUTABLE)/sapmscsa –n
pf=$(DIR_PROFILE)/<SID>_ASCS<INSTNR>_<CIRELOC>
#-----------------------------------------------------------------------
# start message server
#-----------------------------------------------------------------------
MS =ms.sap<SID>_ASCS<INSTNR>
Execute_01 =local rm -f $(_MS)
Execute_02 =local ln -s -f $(DIR_EXECUTABLE)/msg_server $(_MS)
Start_Program_01 =local $(_MS) pf=$(DIR_PROFILE)/<SID>_ASCS<INSTNR>_<CIRELOC>
#-----------------------------------------------------------------------
# start syslog collector daemon
#-----------------------------------------------------------------------
CO =co.sap<SID>_ASCS<INSTNR>
Execute_03 =local rm -f $(_CO)
Execute_04 =local ln -s -f $(DIR_EXECUTABLE)/rslgcoll $(_CO)
Start_Program_02 =local $(_CO) -F pf=$(DIR_PROFILE)/<SID>_ASCS<INSTNR>_<CIRELOC>
#-----------------------------------------------------------------------
# start enqueue server