Using Serviceguard Extension for RAC Version A.11.20 - (August 2011)

After installation of SGeRAC, the SGeRAC Toolkit module Attribute Definition Files (ADF)
reside under the /etc/cmcluster/modules/sgerac directory and the module
scripts reside under the /etc/cmcluster/scripts/sgerac directory.
The SGeRAC Toolkit files reside under /opt/cmcluster/SGeRAC/toolkit. This
directory contains three subdirectories crsp, asmp and racp. Subdirectory
crsp contains the Toolkit scripts for OC MNP. Subdirectory racp contains
the Toolkit scripts for RAC MNP. Subdirectory asmp contains the Toolkit
scripts for ASMDG MNP.
The following files are installed during the SGeRAC Toolkit installation:
/opt/cmcluster/SGeRAC/toolkit/README
/opt/cmcluster/SGeRAC/toolkit/crsp/toolkit_oc.sh
/opt/cmcluster/SGeRAC/toolkit/crsp/oc.conf
/opt/cmcluster/SGeRAC/toolkit/crsp/oc.sh
/opt/cmcluster/SGeRAC/toolkit/crsp/oc.check
/opt/cmcluster/SGeRAC/toolkit/racp/toolkit_dbi.sh
/opt/cmcluster/SGeRAC/toolkit/racp/rac_dbi.conf
/opt/cmcluster/SGeRAC/toolkit/racp/rac_dbi.sh
/opt/cmcluster/SGeRAC/toolkit/racp/rac_dbi.check
/opt/cmcluster/SGeRAC/toolkit/asmp/toolkit_asmdg.sh
/opt/cmcluster/SGeRAC/toolkit/asmp/asm_dg.conf
/opt/cmcluster/SGeRAC/toolkit/asmp/asm_dg.sh
/opt/cmcluster/SGeRAC/toolkit/asmp/asm_dg.check
/etc/cmcluster/modules/sgerac/erac_tk_oc
/etc/cmcluster/modules/sgerac/erac_tk_oc.1
/etc/cmcluster/modules/sgerac/erac_tk_rac
/etc/cmcluster/modules/sgerac/erac_tk_rac.1
/etc/cmcluster/modules/sgerac/erac_tk_asmdg
/etc/cmcluster/modules/sgerac/erac_tk_asmdg.1
/etc/cmcluster/scripts/sgerac/erac_tk_oc.sh
/etc/cmcluster/scripts/sgerac/erac_tk_rac.sh
/etc/cmcluster/scripts/sgerac/erac_tk_asmdg.sh
/etc/cmcluster/scripts/sgerac/oc_gen.sh
/etc/cmcluster/scripts/sgerac/rac_gen.sh
/etc/cmcluster/scripts/sgerac/asmdg_gen.sh
D. SGeRAC Toolkit Files
The SGeRAC Toolkit files under /etc/cmcluster/modules/sgerac are the
module ADF files:
erac_tk_oc.1 - Toolkit OC MNP module ADF file.
erac_tk_oc - A symbolic link to the latest version of OC MNP module
file (e.g. erac_tk_oc.1).
erac_tk_rac.1 - Toolkit RAC MNP module ADF file.
erac_tk_rac - A symbolic link to the latest version of RAC MNP module
file (e.g. erac_tk_rac.1).
erac_tk_asmdg.1 - Toolkit ASMDG MNP module ADF file.
erac_tk_asmdg - A symbolic link to the latest version of ASMDG MNP module
file (e.g. erac_tk_asmdg.1).
The files under /etc/cmcluster/scripts/sgerac are the module script
files:
erac_tk_oc.sh - Toolkit OC MNP module script file.
erac_tk_rac.sh - Toolkit RAC MNP module script file.
erac_tk_asmdg.sh - Toolkit ASMDG MNP module script file.
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
Support for the SGeRAC Toolkit 95