1833494 Members
2804 Online
110052 Solutions
New Discussion

Mxcompile

 
SOLVED
Go to solution
Annette Jones_2
Regular Advisor

Mxcompile

Can someone giv eme th ecorrect syntax to run the above to update my set of MIBS.


Ta
A
1 REPLY 1
Aravindh Rajaram
Honored Contributor
Solution

Re: Mxcompile

It's not mxcompile...it's mcompile. Here is how you use it...

Open an MS-DOS® window or UNIX shell.

Run mcompile to compile an SNMP MIB file into an intermediate format (.CFG).

mcompile recognizes the -d option. This option changes to the specified directory to locate and process the MIB file. The intermediate (.CFG) file is always placed in the same directory as the MIB file. By default, mcompile searches for the MIB file in the current directory.

For example:

cd mibsdir

mcompile mymib.mib

or

if you are not running in the MIBs directory:

mcompile -d mibsdir mymib.mib

Run mxmib to register the MIB with HP Systems Insight Manager