HP Systems Insight Manager 5.3 Command Line Interface reference guide

Example 9
To list the contents of the report category
White Noise
, enter mxreport -l -x category -n "White
Noise".
Example 10
To run a report from the
Inventory
category with the system collection
All Servers
and the event filter
All
Events
, enter mxreport -eCat Inventory -S "All Servers" -E "All Events" -x XML.
Example 11
To run a report from the
Inventory
category with the node name list
cmssystem,mycomputer
and an event
filter
All Events
, enter mxreport -eCat Inventory -S "cmssystem,mycomputer" -n -E "All
Events" -x XML.
Limitations
This command can only be run on the CMS.
See also
HP-UX
mxauth(1M), mxreport(4), mxcategoryitem(4)
Linux
mxauth(8), mxreport(4), mxcategoryitem(4)
mxstart
Starts HP SIM and the TomCat web server.
Synopsis
mxstart
Description
mxstart starts the HP SIM daemons.
Return values
MeaningValue
Successful completion.0
An error occurred during operation.>0
Example
To start the HP SIM daemons, enter mxstart.
mxstm
Adds, removes, and lists system type manager rules.
Synopsis
mxstm -a -n product name -p snmp|dmi (-x attribute=value)+
mxstm -r -n product name
mxstm -a -f filespec
mxstm -r -f filespec
mxstm -l [-n product name ]
Example 9 79