User's Guide
used, you also have to specify the Dialog Instance package name in ASPKGNAME[*].The common
naming conventions for Dialog Instance packages are:
• d<ASNR><SID> (new)
• app<SID><ASNR> (deprecated)
${START_WITH_PACKAGE}, ${STOP_WITH_PACKAGE} and {RESTART_DURING_FAILOVER} only
make sense if ASSID[]=${SAPSYSTEMNAME}, i.e. these instances need to belong to the clustered SAP
component. ${STOP_IF_LOCAL_AFTER_FAILOVER} and {STOP_DEPENDENT_INSTANCES} can also
be configured for different SAP components.
The following table gives an overview of ASTREAT[*] values and their combination. The
${START_WITH_PKG}, ${STOP_WITH_PKG}, ${RESTART_DURING_FAILOVER},
${STOP_IF_LOCAL_AFTER_FAILOVER}, ${STOP_DEPENDENT_INSTANCES} columns represent binary
values and decimal values in parenthesis that are accumulated in the ASTREAT column.
Table 3-6 Overview of reasonable ASTREAT values
RestrictionsSTARTSTOPRESTARTSTOP_LOCALSTOP_DEPASTREAT value
Should only be configured for
AS that belong to the same SID
000000
1 (1)00001
01 (2)0002
11 (2)0003
001 (4)004
1 (1)01 (4)005
01 (2)1 (4)006
1 (1)1 (2)1 (4)007
Can be configured for AS
belonging to same SID or AS
part of other SID
0001 (8)08
Should only be configured for
AS that belong to the same SID
1 (1)001 (8)09
01 (1)01 (8)010
1 (1)1 (2)01 (8)011
001 (4)1 (8)012
1 (1)01 (4)1 (8)013
01 (2)1 (4)1 (8)014
1 (1)1 (2)1 (4)1 (8)015
Should only be configured for
Instances that have different
SID and have dependencies to
AS
0001 (8)1 (16)24
START=${START_WITH_PKG}
STOP=${STOP_WITH_PKG}
RESTART=${RESTART_DURING_FAILOVER}
STOP_LOCAL=${STOP_IF_LOCAL_AFTER_FAILOVER}
STOP_DEP=${STOP_DEPENDENT_INSTANCES}
Example 1:
The primary node is also running a non-critical Dialog Instance with instance ID 01. It should be stopped
and started with the package. In case of a failover a restart attempt should be made. There is a second
instance outside of the cluster that should be treated the same.
ASSID[0]=SG1; ASHOST[0]=node1; ASNAME[0]=D; ASNR[0]=01; ASTREAT[0]=7;
ASPLATFORM[0]="HP-UX"
74 Step-by-Step Cluster Conversion