Using the Oracle Toolkit in a HP Serviceguard Cluster README Revision: B.06.00, August 2010

- The Serviceguard package control script (ORACLE_TEST0.cntl).
Below are some examples of modifications to the Serviceguard
package control script you need to make to customize to your
environment.
If you are using LVM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VOLUME GROUPS
Define the volume groups that are used by the Oracle instance.
File systems associated with these volume groups are defined as
follows: VG[0]=/dev/vg00_${SID_NAME}
EXAMPLE:
VG[0]=/dev/vg00_ORACLE_TEST0
Define the file systems which are used by the Oracle instance.
Note that one of these file systems must be the shared file
system/logical volume containing the Oracle Home configuration
information ($ORACLE_HOME). The name of the instance is used to
name the volume groups, logical volumes and file systems.
LV[0]=/dev/vg00_${SID_NAME}/lvol1
FS[0]=/${SID_NAME}
EXAMPLE:
LV[0]=/dev/vg00_ORACLE_TEST0/lvol1
FS[0]=/ORACLE_TEST0
If you are using VxVM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DISK GROUPS
Define the disk groups that are used by the Oracle instance.
File systems associated with these disk groups are defined as
follows: VXVM_DG[0]=/dev/vx/dsk/DG00_${SID_NAME}
EXAMPLE:
VXVM_DG[0]=/dev/vx/dsk/DG00_ORACLE_TEST0
Define the file systems which are used by the Oracle instance.
Note that one of these file systems must be the shared file
system/logical volume containing the Oracle Home configuration
information ($ORACLE_HOME). The name of the instance is used to
name the disk groups, logical volumes and file systems.