Managing Serviceguard 14th Edition, June 2007
Cluster and Package Maintenance
Reviewing Cluster and Package Status
Chapter 7 331
Now pkg2 is running on node ftsys9. Note that switching is still
disabled.
Status After Auto Run is Enabled The following command changes
the AUTO_RUN package switching flag back to enabled:
cmmodpkg -e pkg2
The output of the cmviewcl command is now as follows:
CLUSTER STATUS
example up
NODE STATUS STATE
ftsys9 up running
PACKAGE STATUS STATE AUTO_RUN NODE
pkg1 up running enabled ftsys9
pkg2 up running enabled ftsys9
NODE STATUS STATE
ftsys10 up running
Both packages are now running on ftsys9 and pkg2 is enabled for
switching. ftsys10 is running the cmcld daemon but no packages.
Status After Halting a Node After we halt ftsys10 with the
following command
cmhaltnode ftsys10
we’ll see the following output from cmviewcl:
CLUSTER STATUS
example up
NODE STATUS STATE
ftsys9 up running
PACKAGE STATUS STATE AUTO_RUN NODE
pkg1 up running enabled ftsys9
pkg2 up running enabled ftsys9
NODE STATUS STATE
ftsys10 down halted
This output can be seen on both ftsys9 and ftsys10.