Starting the Package
Follow the steps that are provided below to start the packages on the Primary and Secondary clusters.
To start the package on the Primary cluster
Perform the following steps on node seattle1:
-
Verify the package configuration.
# cmcheckconf -v -P /etc/cmcluster/pri_pkg/pri_pkg.conf
-
Apply the package configuration.
# cmapplyconf -v -P /etc/cmcluster/pri_pkg/pri_pkg.conf
-
Start the package.
# cmrunpkg -n seattle1 pri_pkg
-
Check the package status.
# cmviewcl -v
-
Enable the package to run on node seattle2.
# cmmodpkg -e -n seattle2 pri_pkg
To start the package on the Secondary cluster
Perform the following steps on the node london1:
-
Verify the package configuration.
# cmcheckconf -v -P /etc/cmcluster/sec_pkg/sec_pkg.conf
-
Create the package by applying the package configuration.
# cmapplyconf -v -P /etc/cmcluster/sec_pkg/sec_pkg.conf
-
Start the package.
# cmrunpkg -n london1 sec_pkg
-
Check the package status.
# cmviewcl -v
-
Enable the package to run on node london2.
# cmmodpkg -e -n london2 sec_pkg
|