Using Serviceguard Extension for RAC, 10th Edition, April 2013
Oracle RAC MNP startup procedures
1. On one node of the cluster, start the RAC MNP via cmrunpkg.
# cmrunpkg Your-RACMNP-Name
Use cmviewcl to check the package status.
2. After the package is up and running, verify that the RAC instance is running.
On one node of the cluster, login as the Oracle administrator and enter:
: $ORACLE_HOME/bin/srvctl status instance -d $databaseName -i $instanceName
Messages like the following should be seen:
Instance <InstanceName> is running on node <NodeName>
3. If more than one RAC database is configured in the cluster and the RAC instances are to be
managed in the RAC MNP, repeat the steps in F-9 and steps 1 and 2 in F-10 for each RAC
database.
Migration
SGeRAC Toolkit Legacy Package to Modular Package Migration
This section describes the steps for migrating from the SGeRAC Toolkit legacy packages (SGeRAC
Toolkit A.11.17, A.11.18, A.11.19, and A.11.20) to modular packages:
Migrating from legacy Oracle Clusterware (OC) MNP package to modular style
1. Create a new OC MNP package working directory on one node, and then change directory
to the new package directory.
# mkdir /etc/cmcluster/OCMNP-Dir
# cd/ etc/cmcluster/OCMNP-Dir
2. Use the cmmigratepkg command to migrate the legacy OC MNP to modular format.
# cmmigratepkg -p <legacy OC MNP> -s -o <OC MNP output>
3. Create a new modular OC MNP configuration file using cmmakepkg command.
# cmmakepkg -i <OC MNP output>
-m sg/multi_node_all -m sgerac/erac_tk_oc -t <OC MNP toolkit configuration file> <new OC
MNP ascii file>
NOTE: The above step assumes that oc.conf file created in legacy package creation exists
in OC MNP working directory on all the cluster nodes.
4. Edit the new OC MNP configuration file and set the Toolkit parameter TKIT_DIR to the directory
created in Step 1.
Migrating from legacy ASMDG MNP package to modular style
NOTE: If you have not configured any ASMDG MNP package, ignore this section.
1. Create a new ASMDG MNP package working directory on one node, then change directory
to the new package directory.
# mkdir /etc/cmcluster/ASMDGMNP-Dir
# cd /etc/cmcluster/ASMDGMNP-Dir
2. Use the cmmigratepkg command to migrate the legacy ASMDG MNP to modular format.
# cmmigratepkg -p <legacy ASMDG MNP> -s -o <ASMDG MNP output>
3. Create a new modular ASMDG MNP configuration file.
# cmmakepkg -i <ASMDG MNP output> -m sg/multi_node_all -m
sgerac/erac_tk_asmdg -t <ASMDG MNP toolkit configuration file> <new
ASMDG MNP ascii file>
90 Serviceguard Configuration for Oracle 10gR2, 11gR1, or 11gR2 RAC