Managing Serviceguard Extension for SAP on Integrity Linux, December 2005

Step by Step Installation of SGeSAP on Integrity Linux for SAP WAS Central Instances
Cluster Configuration
Chapter 262
In the ASNAME[*] array, the instance name of the application server is
specified. The name is built by the abbreviations of the services that are
offered by the application server. The name of a Dialog Instance is D. The
name becomes unique by combining it with the instance ID.
In the fourth array called ASTREAT[*], you can define the way the
application server acts if the status of the package changes.
ASTREAT[*]=0 means that the application server is not affected by any
changes that happen to the package status.
${START_WITH_PKG}: Add 1 to ASTREAT[*] if the application server
should be started automatically during startup of a package.
${STOP_WITH_PKG}: Add 2 to ASTREAT[*] if the application server
should be stopped automatically during halt of the package.
${RESTART_DURING_FAILOVER}: Add 4 to ASTREAT[*] if the
application server should be restarted automatically if a failover of the
package occurs. If you do not use the restart option you have to configure
the instance to use DB-RECONNECT.
${STOP_IF_LOCAL_AFTER_FAILOVER}: Add 8 to ASTREAT[*] if the
Application Server should automatically be shut down if the package
fails over to its node. This treatment policy will overrule the
${RESTART_DURING_FAILOVER} if applicable.
${STOP_DEPENDENT_INSTANCES}: Add 16 to ASTREAT[*] if the
instance is a Central Instance and all specified Dialog Instances with the
same ASSID[] should be stopped prior to it. This treatment policy
overrules the treatment policies specified for Dialog Instances.