HP Systems Insight Manager 7.1 Command Line Interface Guide

Example 4
To remove subscriptions from the node mycomputer.ak.hp.com, enter mxwbemsub -r
destinationcms.ak.hp.com -n mycomputer.ak.hp.com. This command removes
subscriptions whose destination is destinationcms.ak.hp.com.
Example 5
To list WBEM event subscriptions from the nodes mycomputer, and yourcomputer, enter mxwbemsub
-l -n mycomputer yourcomputer. This command lists subscriptions whose destination is
the CMS on which the command is running.
Example 6
To list subscriptions with the destination destinationcms from the nodes mycomputer, and
yourcomputer, enter mxwbemsub -l destinationcms -n mycomputer.ak.hp.com
yourcomputer.ak.hp.com.
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.
mxwbemsub 131