Checking Serviceguard cluster packages
root@linux01:~ # cmviewcl
CLUSTER STATUS
cluster_virtual_scc_004 upNODE STATUS STATE
linux01 up running
linux02 up runningPACKAGE STATUS STATE AUTO_RUN NODE
infraWP0 up running enabled linux02
ascsWP0 up running enabled linux02
wdpWP0 up running enabled linux02
infraSCP up running enabled linux02
scsSCP up running enabled linux02UNOWNED_PACKAGES
PACKAGE STATUS STATE AUTO_RUN NODE
wdpSCP down failed enabled unowned
When trying to start the cluster package wdpSCP on server linux02 it fails because it says the node is not eligible
root@linux01:~ # cmrunpkg -n linux02 wdpSCP
Checking for license………
Found Valid Advanced License
Number of Advanced licenses:1
Unable to run package wdpSCP on node linux02. Node is not eligible.
cmrunpkg: Unable to start some package or package instances.
Checking detailed statistics about the cluster package wdpSCP says that it is disabled to run on node linux02
root@linux01:~ # cmviewcl -v -p wdpSCP
UNOWNED_PACKAGES
PACKAGE STATUS STATE AUTO_RUN NODE
wdpSCP down failed enabled unownedPolicy_Parameters:
POLICY_NAME CONFIGURED_VALUE
Failover configured_node
Failback manualScript_Parameters:
ITEM STATUS NODE_NAME NAMENode_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled linux01
Alternate up disabled linux02Dependency_Parameters:
DEPENDENCY_NAME NODE_NAME SATISFIED
infraSCP_dep linux01 no
infraSCP_dep linux02 yesOther_Attributes:
ATTRIBUTE_NAME ATTRIBUTE_VALUE
Style modular
Priority no_priority
Enable the cluster package to run on node linux02
root@linux01:~ # cmmodpkg -e -v -n linux02 wdpSCP
Checking for license………
Found Valid Advanced License
Number of Advanced licenses:1
Enabling node linux02 for switching of package wdpSCP
Successfully enabled package wdpSCP to run on node linux02
cmmodpkg: Completed successfully on all packages specified