HP Systems Insight Manager 7.2 Command Line Interface Guide

Return values
MeaningValue
Successful completion.0
Command line syntax error.2
An error occurred during operation.>0
Examples
Example 1
To view the list of registered mibs, enter mxmib -l.
Example 2
To register the mib testmib.cfg, enter mxmib -a testmib.cfg.
Example 3
To update a MIB file in HP SIM, complete the following steps:
Procedure 4
1. Download the new mib and copy it into the mibs directory.
2. Run mcompile to update the existing .cfg file.
:
If the existing .cfg file had any customizations, these must be reapplied.
3. Run mxmib -a updatedfile.cfg to update the MIB data in the HP SIM database.
mxngroup
Adds, modifies, removes, or lists system groups in HP SIM.
Synopsis
mxngroup -a -g groupname [-d description ] [-n [ member... ] ]
mxngroup -a -f filename
mxngroup -m -g groupname [-d description ] [-n [ member... ] ] [-u [t|f] ]
mxngroup -m -f filename
mxngroup -r -g groupname
mxngroup -r -f filename
mxngroup [-l d|f|m|n] [-g groupname... ]
mxngroup [-l d|f|m|n] [-n [ member... ] ]
mxngroup -l f [-g groupname... ] [-b encoding ]
mxngroup -lf [-n [ member... ] ] [-b encoding ]
Description
The mxngroup command enables you to create, modify, remove, and list system groups. System
groups are collections of systems that are subsets of all the systems discovered by HP SIM. System
groups can have overlapping memberships, so a single system can be a member of more than
one group. The system grouping mechanism enables flexible partitioning of systems into logical
collections that match their use model.
58 Command descriptions