Using Serviceguard Extension for RAC, 10th Edition, April 2013

When SLVM or ASM over SLVM is used for Oracle Clusterwaer storage, specify the corresponding
SLVM Volume Group names and set activation to shared mode.
set VGCHANGE to "vgchange -a s"
specify the names of the Shared Volume Groups in vg[0], vg[1]....
NOTE: You must not specify SLVM Volume groups used by RAC databases here. When using
ASM over SLVM for RAC database storage, specify the SLVM Volume Group of member disks in
the ASM DG MNP package configuration file.
If CVM is used for Oracle Clusterware storage management and the CVM disk group activation
and deactivation are to be handled in the package control file:
set CVM_ACTIVATION_CMD to "vxdg -g \$Disk group set activation=sharedwrite"
specify the names of the CVM Disk Groups in CVM_DG[0], CVM_DG[1]...
Configure one package service:
set SERVICE_NAME[0] to the name of service specified in the ASCII configuration file
set SERVICE_CMD[0] to "<OC MNP working directory>/toolkit_oc.sh check"
set SERVICE_RESTART[0] to ""
In the function customer_defined_run_cmds:
start Oracle Clusterware using the command: <OC MNP working directory>/toolkit_oc.sh
start
In the function customer_defined_halt_cmds:
stop Oracle Clusterware using the command: <OC MNP working directory>/toolkit_oc.sh
stop
For the RAC MNP:
If SLVM volumes are used for the Oracle RAC database storage management, in the package
control file:
set VGCHANGE to "vgchange -a s"
specify the names of the Shared Volume Groups in VG[0], VG[1]...
If CVM is used for the RAC database storage management and the CVM disk group activation
and deactivation are to be handled in the package control file:
set CVM_ACTIVATION_CMD to "vxdg -g \$DiskGroup set activation=sharedwrite"
specify the names of the CVM Disk Groups in CVM_DG[0], CVM_DG[1]...
Configure one package service:
set SERVICE_NAME[0] to the name of service specified in the ASCII configuration file
set SERVICE_CMD[0] to " <RAC MNP working directory>/toolkit_dbi.sh check"
set SERVICE_RESTART[0] to ""
86 Serviceguard Configuration for Oracle 10gR2, 11gR1, or 11gR2 RAC