HP Systems Insight Manager 6.3 Command Line Interface Guide

Example 11
To run a report from the Inventory category with the system 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 Systems Insight Manager and the TomCat web server.
Synopsis
mxstart
Description
The mxstart command starts the Systems Insight Manager daemons and the TomCat webserver.
Return values
MeaningValue
Systems Insight Manager and TomCat started correctly.0
An error occurred during startup.>0
Example
To start the Systems Insight Manager daemons, enter mxstart.
mxstatus
mxstatus displays or returns (through the exit code) the current ready or not-ready state of Systems
Insight Manager
Synopsis
mxstatus [ [ [-w [-t minutes] ] [-v] ] | [-l] | [-h] | [-v] ]
Description
The mxstatus command may be used to determine if Systems Insight Manager is running and
in a ready or accessable state. This command is primarily intended to be called from a Systems
Insight Manager partner application that wants to perform some installation or upgrade process
on the Systems Insight Manager CMS, and needs to know if all Systems Insight Manager
communications interfaces are ready and accessable. Systems Insight Manager communications
interfaces include all SOAP APIs, CLIs and Portal URLs. You can also invoke this command through
mxstart 99