Managing Serviceguard Extension for SAP on Linux (IA64 Integrity and x86_64), April 2009

ASSID[0]=QAS; ASHOST[0]=node2; ASNAME[0]=DVEBMGS; ASNR[0]=10; ASTREAT[0]=24;
ASPLATFORM[0]="HP-UX"
ASSID[1]=QAS; ASHOST[1]=node3; ASNAME[1]=D; ASNR[1]=11; ASTREAT[1]=8;
ASPLATFORM[1]="HP-UX"
ASSID[2]=QAS; ASHOST[2]=extern1; ASNAME[2]=D; ASNR[2]=12; ASTREAT[2]=8;
ASPLATFORM[2]="HP-UX"
The Central Instance is treated the same way as any of the additional packaged or unpackaged instances.
Use the ASTREAT[*]-array to configure the treatment of a Central Instance. For Example, if a Central
Instance should be restarted as soon as a DB-package fails over specify the following in
sapdb<SID>.config:
ASSID[0]=SG1; ASHOST[0]=node2; ASNAME[0]=DVEBMGS; ASNR[0]=00;
ASTREAT[0]=${RESTART_DURING_FAILOVER}; ASPLATFORM[0]="SG-PACKAGE";
ASPKGNAME="ciSG1"
If you don't restart the SAP Instances during database failover, make sure to turn on the DB-RECONNECT
feature within their profile.
NOTE: It is not possible to configure a JAVA-only instance in the AS*array as a dependent component.
Installation Step: IS680
The
REM_COMM
value defines the method to be used to remotely execute commands for Application Server
handling.
It can be set to ssh to provide secure encrypted communications between untrusted hosts over an insecure
network.
Information on how to set up ssh for each node refer to Section Cluster Node Configuration.
Default value is remsh.
Example:
REM_COMM=remsh
Installation Step: IS690
Use the
AS_PSTART
variable to specify the startup procedure of the configured Application Servers.
The default value here is AS_PSTART=1 for parallel startup and AS_PSTART=0 for sequential startup. Be
aware that setting AS_PSTART=0 will slow down your total failover time.
Example:
AS_PSTART=1
Optional Step: OS700
If your setup consists of application servers that are significantly slower than the Central Instance host, it is
possible that the Central Instance shuts down before application server shutdown is completed.
This can lead to unsafe shutdowns and Instance crash.
To be safe, specify one of the following:
WAIT_OWN_AS=1
the shutdown of all application servers takes place in parallel, but the scripts do not continue before all of
these shutdown processes have come to an end.
WAIT_OWN_AS=2
if the package should also wait for all application servers to come up successfully. You have to use this value
if you want to prevent the integration from temporarily opening a new process group for each application
server during startup.
WAIT_OWN_AS=0
can significantly speed up the package start and stop, especially if Windows NT application servers are
used. Use this value only if you have carefully tested and verified that timing issues will not occur.
Optional Step: OS710
Specify
SAPOSCOL_STOP=1
if saposcol should be stopped together with each instance that is stopped.
Serviceguard Extension for SAP on Linux Configuration - sap.config 89