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

NOTE: If Database services are already running then you must not perform the steps 4 and
5.
4. If Database services are not running then halt the RAC-MNP using cmhaltpkg <RAC-MNP>.
5. Re-start the RAC-MNP.
cmrunpkg <RAC-MNP>
SGeRAC Toolkit Package Cleanup
1. Shutdown the RAC MNP.
# cmhaltpkg <RAC MNP name>
2. Delete the RAC MNP configuration.
# cmdeleteconf -p <RAC MNP name>
3. Remove the RAC MNP working directory from all nodes.
# rm -rf /etc/cmcluster/RACMNP-Dir
NOTE: If more than one RAC MNPs are configured, steps 1 and 3 must be repeated for all
the RAC MNPs.
Steps 4 through 6 are required only if you have configured ASMDG MNP.
4. Shutdown the ASMDG MNP.
# cmhaltpkg <ASMDG MNP name>
5. Delete the ASMDG MNP configuration.
# cmdeleteconf -p <ASMDG MNP name>
6. Remove the ASMDG MNP working directory on all nodes.
# rm -rf /etc/cmcluster/ASMDGMNP-Dir
NOTE: If more than one ASMDG MNPs are configured, step number 4 to 6 should be
repeated for all the ASMDG MNPs.
7. Shutdown the OC MNP.
# cmhaltpkg <OC MNP name>
8. Delete the OC MNP configuration.
# cmdeleteconf -p <OC MNP name>
9. Remove the OC MNP package working directory on all nodes.
# rm -rf /etc/cmcluster/OCMNP-Dir
Additional Information
For more information on SGeRAC toolkit background and operation. see, Use of Serviceguard
Extension For RAC Toolkit with Oracle RAC 10g Release 2 or later whitepaper at http://
www.hp.com/go/hpux-serviceguard-docs —> Serviceguard Extension for RAC —> Whitepapers.
Please note that this whitepaper has not been updated to include documentation for the new
ASMDG MNP.
For more information on ASM features and configuration of ASM with SGeRAC, see Support of
Oracle RAC ASM with SGeRAC whitepaper at http://www.hp.com/go/hpux-serviceguard-docs
—> Serviceguard Extension for RAC —> Whitepapers.
For more information on SGeRAC, see the following websites:
www.hp.com/go/sgerac
www.hp.com/go/serviceguardsolutions
Using Serviceguard Packages to Synchronize with Oracle 10gR2/11gR1/11gR2 RAC 95