HP Systems Insight Manager 5.3 Command Line Interface reference guide

Example 9
To display the criteria names and their associated query type, enter mxquery -lcrit.
Example 10
To display the operation modes associated with the criteria
CriteriaByIPAddress
, enter mxquery -lmode
CriteriaByIPAddress.
Example 11
To display the defined criteria values for the criteria
CriteriaByProductType
, enter mxquery -lval
CriteriaByProductType.
Limitations
This command can only be run on the CMS.
See also
HP-UX
mxauth(1M), mxquery(4)
Linux
mxauth(8), mxquery(4)
mxreport
Adds, deletes, runs, lists reports and report categories in HP SIM.
Synopsis
mxreport -a -f fully-qualified-file-name
mxreport -d existing-report-name
mxreport -r existing-report-category-name
mxreport -c -f fully-qualified-file-name
mxreport -e existing-report-name [-n] [-S existing-system-collection-name-or-comma-
separated-nodes-list-when-used-with-option-(n) ] [-E existing-event-collection-name
] [-x HTML|XML|CSV] [-o fully-qualified-file-name ]
mxreport -eCat existing-category-name -S existing-system-collectionname-or-comma-
separated-nodes-list-when-used-with-option(n) [-n] [-E existing-event-collection-name
] [-x HTML|XML|CSV] [-o fully-qualified-file-name ]
mxreport [-b encoding ] [-n valid-report-or-category-name ] -l -x [report|category]
Description
mxreport allows users with sufficient privileges to run reports, and to add, delete, and list reports and
report categories.
mxreport -a -f fully-qualified-file-name
This command allows you to add reports if you have sufficient privileges. Report information is provided
in a report definition file (see mxreport(4)).
During an add operation, only reports with names that do not exist in the database are added. If a
duplicate report is detected, it is skipped, and HP SIM adds all non-duplicate reports. Skipping duplicate
reports does not affect the return value.
mxreport -d existing-report-name
This command allows you to delete a report. You must specify an existing report, and you must be the
report owner or a full configuration rights user.
Example 9 75