HP Systems Insight Manager 7.0 Command Line Interface Guide

Example 3
To update a MIB file in Systems Insight Manager, complete the following steps:
1. Download the new mib and copy it into the mibs directory.
2. Run mcompile to update the existing .cfg file.
NOTE: 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 Systems Insight Manager
database.
mxngroup
Adds, modifies, removes, or lists system groups in Systems Insight Manager.
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 Systems Insight
Manager. 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.
When a system group is created, its attributes and membership can be specified. When it is
modified, its attributes can be selectively modified, its membership can be reset, and it can be
updated based on a collection.
You must have administrative rights to add, modify, or remove groups. Any user can list system
groups and attributes.
mxngroup -a -g groupname [ -d description ] [ -n [ member... ] ]
mxngroup -a -f filename
These commands enable you to add system groups. The mxngroup -a -f filename
command enable you to provide the system group information in an XML file. See
mxngroup(4) for more information about the required XML file format.
mxngroup -m -g groupname [-d description ] [-n [ member... ] ] [-u
[t|f] ]
mxngroup -m -f filename
These commands allow you to modify system group information. As with adding system groups,
the group can be specified on the command line or in an XML file in the format described in
the mxngroup(4) manpage. When you modify a system group, Systems Insight Manager
58 Command descriptions