HP Systems Insight Manager 7.0 Command Line Interface Guide

Synopsis
mxmib
mxmib a CFG filename
mxmib -d mib filename
mxmib -l
mxmib -f filespec
mxmib -t mib
Description
The mxmib command enables you to register and unregister a mib, register a list of mibs from a
file, list mibs registered in Systems Insight Manager, and list a registered mib's traps.
Options
-a CFG filename
Register a new CFG, file ( filename.cfg ), or replace the data of a registered
mib.
-d mib filename
Unregister a mib, ( filename.mib ).
-f filespec
Read and process a list of CFGs (mibs) from the file, ( myfile.list ), to be
registered to Systems Insight Manager. Each line in the file is a CFG (mib) to be
registered. Use the -a option to register a single mib.
-l
List the registered mibs.
-t mib
List the traps in filename.mib . The filename is the name listed in Systems Insight
Manager and can be viewed by entering mxmib -l.
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.
mxmib 57