1833059 Members
2501 Online
110049 Solutions
New Discussion

Re: 3Com MIBS

 
Ross McPhaden_2
Occasional Advisor

3Com MIBS

Hi,

Can anyone advise me how I can import 3com mibs into SIM 5.01

thanks
4 REPLIES 4
Daniel Leblanc
Honored Contributor

Re: 3Com MIBS

INSTALL PROCEDURE(s)

To Update MIBs on a Windows Platform:

1) Log in to Windows as a user with administrative rights
2) Create a temp directory, such as c:\mgmtcd
3) Launch your browser with this URL: http://www.hp.com/go/hpsim and navigate to the mibs download (if you do not have
the zip file yet). Select Download->HP SIM - Windows->Insight Management MIB update kit for HP SIM.
4) Download and save the zip file, upd760mib.zip, to the newly created directory, c:\mgmtcd
5) Open My Computer and navigate to c:\mgmtcd.
6) Using a Win-zip compatible program, unzip the contents of the zip file by double clicking on it
and then extract the contents to c:\mgmtcd.
7) Start a command console by clicking on Start->Run and entering cmd in the dialog box that appears and then click OK.
8) In the Command Console, navigate to c:\mgmtcd ( cd c:\mgmtcd )
7) In c:\mgmtcd, execute the following command exactly:
cscript updatemibs.js
8) The script will run and display messages on the command console.
9) When the script completes, you may delete the temp directory c:\mgmtcd and all its contents


To Update MIBs on an HP-UX/Linux Platform:

1) Log in to HP-UX/Linux as root
2) Create a directory such as /root/mgmtcd ( mkdir mgmtcd), It does not have to exist off of the root but for the purposes of this document it does)
3) Launch your browser with this URL: http://www.hp.com/go/hpsim and navigate to the mibs download.
Select Download->HP SIM - (HP-UX or Linux)->Proliant MIB update kit for HP SIM.
4) Download and save the tar file, upd760mib.tar to the newly created directory, /root/mgmtcd
5) Start a terminal and navigate to the new directory ( cd /root/mgmtcd )
6) Extract the contents of upd760mib.tar by entering the following command:
tar -xvf upd760mib.tar
7) Execute the following:
chmod +x updatemibs
8) Execute the following:
./updatemibs
9) The script will run and display messages on the terminal.
10) When the script completes, you may remove the directory /root/mgmtcd and all its contents


PLEASE DO NOT FORGET TO APPLY YOU'RE Point



Daniel Leblanc
Honored Contributor

Re: 3Com MIBS

INSTALL PROCEDURE(s)

To Update MIBs on a Windows Platform:

1) Log in to Windows as a user with administrative rights
2) Create a temp directory, such as c:\mgmtcd
3) Launch your browser with this URL: http://www.hp.com/go/hpsim and navigate to the mibs download (if you do not have
the zip file yet). Select Download->HP SIM - Windows->Insight Management MIB update kit for HP SIM.
4) Download and save the zip file, upd760mib.zip, to the newly created directory, c:\mgmtcd
5) Open My Computer and navigate to c:\mgmtcd.
6) Using a Win-zip compatible program, unzip the contents of the zip file by double clicking on it
and then extract the contents to c:\mgmtcd.
7) Start a command console by clicking on Start->Run and entering cmd in the dialog box that appears and then click OK.
8) In the Command Console, navigate to c:\mgmtcd ( cd c:\mgmtcd )
7) In c:\mgmtcd, execute the following command exactly:
cscript updatemibs.js
8) The script will run and display messages on the command console.
9) When the script completes, you may delete the temp directory c:\mgmtcd and all its contents


To Update MIBs on an HP-UX/Linux Platform:

1) Log in to HP-UX/Linux as root
2) Create a directory such as /root/mgmtcd ( mkdir mgmtcd), It does not have to exist off of the root but for the purposes of this document it does)
3) Launch your browser with this URL: http://www.hp.com/go/hpsim and navigate to the mibs download.
Select Download->HP SIM - (HP-UX or Linux)->Proliant MIB update kit for HP SIM.
4) Download and save the tar file, upd760mib.tar to the newly created directory, /root/mgmtcd
5) Start a terminal and navigate to the new directory ( cd /root/mgmtcd )
6) Extract the contents of upd760mib.tar by entering the following command:
tar -xvf upd760mib.tar
7) Execute the following:
chmod +x updatemibs
8) Execute the following:
./updatemibs
9) The script will run and display messages on the terminal.
10) When the script completes, you may remove the directory /root/mgmtcd and all its contents


PLEASE DO NOT FORGET TO APPLY YOU'RE Points
Ross McPhaden_2
Occasional Advisor

Re: 3Com MIBS

Hi,

Have already completed this but all it seems to do is update based on the dfg files that link to the mib file.

3Com only suppoy the actual MIB, there is no cfg file.

thks

Ross
Brandon Long
Advisor

Re: 3Com MIBS

You will need to compile the mib.

run the command: mcompile for each MIB file.
Note: v2 Mibs may fail. if they fail take them out of the list of files to work with.
Each successful Mib will leave you with a CFG file. make a list of these files.
4) run the command: mxmib -a for each CFG file from above.
Note: Mib Failure is still possible. Make a note of them and return to troubleshoot later.