HP Systems Insight Manager 6.0 Command Line Interface Guide

mxwbemsub -l [ destination ] (-n nodenames|-f filename) [-t indication type
]
This option enables you to list WBEM subscriptions from a set of nodes. This option can list subscriptions
to another CMS. If a CMS is not specified, then subscriptions to the CMS on which the command is
being run are listed.
mxwbemsub -m [ current destination ] new destination (-n nodenames|-f
filename) [-t indication type ]
This option enables you to move WBEM subscriptions for a set of nodes from one CMS to another
CMS. If only one CMS is entered, that CMS is used as the new destination. You can run this option
with one CMS in the argument list, which will move the subscriptions from the CMS on which the
command is run to a new CMS.
Each mxwbemsub option for WBEM subscriptions requires a list of node names on which the option will be
executed. The node names can be entered through the command line or an input file. Each node name
entered on the command line or in a file can use the IP address, hostname, or fully-qualified node name.
XML file support
If the CMS detects an error while processing an input file, it will interrupt processing and issue an error
message.
Options
-a
Add WBEM subscriptions for the specified CMS. If the destination CMS is not specified,
the default is the CMS on which the command is run.
-r
Delete WBEM subscriptions for the specified CMS. If a destination is not specified, the
default is to remove subscriptions to the CMS on which the command is run.
-l
List the WBEM subscriptions for the specified CMS. If a destination is not specified, the
default is to list subscriptions to the CMS on which the command is run.
-m
Move WBEM subscriptions from one CMS to another. If the current CMS is not specified
the default is the CMS on which the command is run. The new destination CMS is required.
-n nodenames
Specify a list of node names. This option is used with -a, -r, -l and -m.
-f filename
Specify a list of node names with a file. Each node name is entered on a separate line. This
option is used with -a, -r, -l and -m.
-t indicationtype
Specify which type of indications to subscribe to. The only valid value is health. This
option is used with the -a and -r options to add or remove health lifecycle event
subscriptions for HP NonStop Kernel servers.
Return value
mxwbemsub returns one of the following error codes:
Completed successfully with no errors.0
Command line syntax error.2
An error occurred during operation.>0
mxwbemsub 109