Managing Serviceguard Extension for SAP Version B.05.10, December 2012
Alternatively, enable Serviceguard package_admin access role for your <sid>adm in the package
configuration.
Preparation Step: MS410
The generic Serviceguard parameters of the configuration file need to be edited.
Refer to the Managing Serviceguard User's Guide for general information about the generic file
content: At least you’ll want to specify package_name, node_name, ip_address, and
monitored_subnet in the file that you created with step MS400.
CFS based file systems are made available through the corresponding multinode packages as
defined in chapter 2 — “Planning the Storage Layout.” Package dependencies on the multinode
CFS mountpoint packages should be defined to make sure the SAP file system(s) are available.
Example:
dependency_name SG-CFS-MP-SAPEXE
dependency_condition SG-CFS-MP-SAPEXE=up
dependency_location same_node
For non-CFS shares, the volume groups as defined in chapter 2 – “Planning the Storage Layout”
might be directly connected to the SAP packages. That is usually the case for the instance and
database home directories. Example:
vg vgC11
fs_name /dev/vgC11/lvol1
fs_directory /oracle/C11
:
fs_name /dev/vgC11/lvol2
fs_directory /usr/sap/C11/SCS01
:
Installation Step: MS420
The SGeSAP parameters of the configuration file need to be edited that influence the behavior for
all instances that will be clustered by the package.
Only one mandatory parameter has to be specified: the SAP System ID sap_system. Each
SGeSAP package can only failover instances that belongs to one and the same SAP System. Thus,
the parameter needs to be specified exactly once. Example:
sap_system C11
Optional Step: OS421
The rem_comm and priv_comm values define the method to be used to remotely execute commands
for SAP Application Server handling.
Setting the parameter rem_comm is optional. It can be set to ssh to rely on 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 of rem_comm is
remsh.
The parameter priv_comm is a placeholder for future use. It will become effective if SAP clusters
get supported that allow cross-subnet setups.
Optional Step: OS421
It is possible to turn on intra-module parallelism for package startup operations.
The setting parallel_startup "=" yes enables startup attempts for instances of the same
instance type become initiated in parallel by the package control script. This impacts JAVA and
ABAP instance handling as specified in sgesap/sapinstance or sgesap/sapextinstance
module parameters. The value of parallel_startup can be set to no to make the environment
more robust against timeout issues. Specified instances are then be started sequentially. Parallel
shutdown operations are not affected by this setting.
Optional Step: OS422
It is possible to influence the system cleanup behavior of SGeSAP.
Modular Package Configuration 81