HP Systems Insight Manager 5.3 Command Line Interface reference guide

Example 7
To move WBEM event subscriptions from the nodes
mycomputer.ak.hp.com
, and
yourcomputer.ak.hp.com
from the default CMS to
newcms.ak.hp.com
, enter mxwbemsub -m newcms.ak.hp.com -n
mycomputer.ak.hp.com yourcomputer.ak.hp.com. This command moves subscriptions whose
destination is the CMS on which the command is running.
Example 8
To move subscriptions from the nodes
mycomputer.ak.hp.com
, and
yourcomputer.ak.hp.com
, from
currentcms.ak.hp.com
to
newcms.ak.hp.com
, enter mxwbemsub -m currentcms.ak.hp.com
newcms.ak.hp.com -n mycomputer.ak.hp.com yourcomputer.ak.hp.com. This command
moves subscriptions whose destination is
currentcms.ak.hp.com
.
Example 9
To list the subscriptions from the nodes in the file /home/user1/defs/filename.txt, enter mxwbemsub
-l -f /home/user1/defs/filename.txt. This command lists subscriptions whose destination is the
CMS on which the command is running.
Example 10
To list subscriptions from the nodes in the file /home/user1/defs/filename.txt, enter mxwbemsub
-l destinationcms -f /home/user1/defs/filename.txt. This command lists subscriptions
whose destination is
destinationcms
.
Example 11
To add health lifecycle event subscriptions for the node
mycomputer.ab.cd.com
, enter mxwbemsub -a -n
mycomputer.ab.cd.com -t health.
Example 12
To remove health lifecycle event subscriptions for the node
mycomputer.ab.cd.com
, enter mxwbemsub -r
-n mycomputer.ab.cd.com -t health.
Limitations
This command must be run on a CMS.
File processing
If CMS detects an error while processing an input file, CMS interrupts processing and displays an error
message describing the error.
See also
HP-UX
mxnodesecurity(1M)
Linux
mxnodesecurity(8)
Example 7 105