Using Serviceguard Extension for RAC, 10th Edition, April 2011
oc_gen.sh - script to get Toolkit parameters from the SG
configuration database and generate the Toolkit configuration
file oc.conf at OC MNP configuration time. It is called by the
OC MNP module script only.
rac_gen.sh - script to get Toolkit parameters from the SG configuration
database and generate the Toolkit configuration file
rac_dbi.conf at RAC MNP configuration time. It is called by
the RAC MNP module script only.
asmdg_gen.sh - script to get Toolkit parameters from the SG
configuration database and generate the Toolkit configuration
file asm_dg.conf at ASMDG MNP configuration time. It is called
by the ASMDG MNP module script only.
The files and subdirectories under /opt/cmcluster/SGeRAC/toolkit directory are:
README - this file
crsp - subdirectory for OC MNP
racp - subdirectory for RAC MNP
asmp - subdirectory for ASMDG MNP
The files under /opt/cmcluster/SGeRAC/toolkit/crsp are for the OC MNP:
toolkit_oc.sh - The entry point to the toolkit entity. It is an interface
between the OC MNP package control script and the oc.* files
listed below.
oc.conf - The Toolkit configuration file that contains a list of
pre-defined variables users must customize for use with
their Oracle Clusterware. This is a configuration file
which is read by the Toolkit script oc.sh.
oc.check - Toolkit monitor script that checks if the Oracle Clusterware
is running.
oc.sh - Toolkit script to start, stop, and check the Oracle Clusterware.
The files under /opt/cmcluster/SGeRAC/toolkit/racp are for the RAC MNP:
toolkit_dbi.sh - The entry point to the Toolkit entity. It is an
interface between the RAC database instance MNP package
control script and the rac_dbi.* files listed below.
rac_dbi.conf - The Toolkit configuration file that contains a list of
pre-defined variables users must customize for use with
their Oracle RAC database instances. This is a configuration
file which is read by the Toolkit script rac_dbi.sh.
rac_dbi.check - Toolkit monitor script that checks if the RAC instance is
running.
rac_dbi.sh - Toolkit script to start, stop, and check the RAC instance.
The files under /opt/cmcluster/SGeRAC/toolkit/asmp are for the ASMDG MNP:
toolkit_asmdg.sh - The entry point to the Toolkit entity. It is an
interface between the ASMDG MNP package
control script and the asm_dg.* files listed below.
asm_dg.conf - The Toolkit configuration file that contains a list of
pre-defined variables users must customize for use with
their Oracle ASMDG. This is a configuration
file which is read by the Toolkit script asm_dg.sh.
asm_dg.check - Toolkit monitor script that checks if the ASM disk group
is mounted or not.
asm_dg.sh - Toolkit script to mount, unmount and check the status ASM disk group.
E. SGeRAC Toolkit Configuration
The OC MNP supports storage management using SLVM, CVM, CFS, ASM ( For 11gR2 or later
versions of RAC only) and ASM over SLVM (For 11gR2 or later versions of RAC only).
The RAC MNP supports storage management using SLVM, CVM, CFS, ASM or ASM over SLVM.
Users should follow the storage configuration procedures required by SLVM, CVM, CFS,
ASM or ASM over SLVM respectively to configure the storage for Oracle Clusterware
(OCR and voting disk) and RAC database (control files, data files, redo-logs, etc).
The HP manual "Using Serviceguard Extension for RAC", found on
http://www.hp.com/go/hpux-serviceguard-docs -> Serviceguard Extension for RAC,
contains detailed instructions on this topic.
Certain package parameters and some specific parameter values are needed when
configuring the Toolkit MNPs. In addition, some Toolkit specific
configurations are needed in the Toolkit configuration file. The following
sections contain the parameters and values required by the SGeRAC Toolkit.
E-1. Package Configuration File Parameters:
The SGeRAC Toolkit for SGeRAC A.11.19 and later supports both modular and legacy
package formats, these two different formats are described as below:
Support for the SGeRAC Toolkit 97