HP Systems Insight Manager 6.3 Command Line Interface Guide

MeaningValue
User/client does not have sufficient privileges to execute
the command.
4
No valid licenses exist for the command.6
Command has not completed execution.7
Security token was not valid.8
SessionID was invalid. Can only be returned from status()
calls.
9
Examples
Example 1
To add the reports defined in the /home/user1/defs/myreportdef file, enter mxreport
-a -f "/home/user1/defs/myreportdef".
Example 2
To delete the report Inventory - Third Floor Servers, enter mxreport -d "Inventory - Third
Floor Servers".
Example 3
To delete the report category Old Array Controllers, enter mxreport -r "Old Array
Controllers".
Example 4
To create the report category specified in the file /home/user1/defs/myreportcatdef, enter
mxreport -c -f "/home/user1/defs/myreportcatdef".
Example 5
To run the report Catapult Launchers and format the output as CSV, enter mxreport -e
"Catapult Launchers" -x CSV.
Example 6
To list all reports, enter mxreport -l -x report.
Example 7
To list the contents of the report Islands of Phoenix, enter mxreport -l -x report -n
"Islands of Phoenix".
Example 8
To list all report categories, enter mxreport -l -x category.
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.
98 Command descriptions