Configuring Single Instance Applications in CFS/CVM Environments in Continentalclusters, November 2006
12
5) If CFS is used for the Oracle package then SG-CFS-MP MNP dependency must be configured
in the package configuration file.
DEPENDENCY_NAME oracle_dependency
DEPENDENCY_CONDITION SG-CFS-MP-1 = up
DEPENDENCY_LOCATION SAME_NODE
6) If CVM is used (without CFS) then SG-CFS-DG MNP dependency (instead of SG-CFS-MP
MNP) must be configured in the package configuration file.
DEPENDENCY_NAME oracle_dependency
DEPENDENCY_CONDITION SG-CFS-DG-1 = up
DEPENDENCY_LOCATION SAME_NODE
7) Copy all the package related information to all nodes in the cluster under the same directory.
$ rcp /etc/cmcluster/
<
package_name
>
/*<other_node>:/etc/cmcluster/<package_name>
8) Check the script and apply the Serviceguard configuration using the
"cmcheckconf" and "cmapplyconf" commands.
$ cmcheckconf –P
<
package_name
>
.conf
$ cmapplyconf –P
<
package_name
>
.conf
9) Repeat the above steps on the recovery cluster for configuring the SG recovery package.