Server Management - Systems Insight Manager
1753325 Members
6106 Online
108792 Solutions
New Discussion юеВ

Re: HP SIM Mib registration failed

 
Luis Rocha
Occasional Advisor

HP SIM Mib registration failed

Hi,

when i try to register the mibs using mxmib in HP SIM, i am getting the folowing messages

PROCESSING MIBS IN FILE LIST

File: RFC1155-SMI.cfg
File: RFC1213-MIB.cfg
File: SNMPv2-SMI.cfg
Error reading CFG: Reserved wordObjectName Line: 9.
File: SNMPv2-TC.cfg
Error reading CFG: Reserved wordObjectName Line: 9.
File: SNMP-FRAMEWORK-MIB.cfg
Error reading CFG: Reserved wordObjectName Line: 9.
File: SNMPv2-MIB.cfg
Error reading CFG: Reserved wordObjectName Line: 73.
File: IANAifType-MIB.cfg
Error reading CFG: Reserved wordObjectName Line: 9.
File: IF-MIB.cfg
Error reading CFG: Reserved wordObjectName Line: 9.
File: ENTITY-MIB.cfg
Error reading CFG: Reserved wordObjectName Line: 9.
File: EtherLike-MIB.cfg
Error reading CFG: Reserved wordObjectName Line: 88.
File: HOST-RESOURCES-MIB.cfg
Error reading CFG: Reserved wordObjectName Line: 9.
File: VRRP-MIB.cfg
Error reading CFG: Reserved wordObjectName Line: 9.

COMMAND COMPLETED SUCCESSFULLY

I dont know what could be....can someone help
4 REPLIES 4
Daniel Leblanc
Honored Contributor

Re: HP SIM Mib registration failed

Did you try this!
http://h18023.www1.hp.com/support/files/server/us/download/25868.html
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
Luis Rocha
Occasional Advisor

Re: HP SIM Mib registration failed

Hi,

I could try that, but this problem are with Third Party Mibs (Nokia/IPSO), not HP server Mibs, and that update you are talking is to support new servers and so on.

Luis Rocha
Occasional Advisor

Re: HP SIM Mib registration failed

I have change the word Objects to objects, and it compiled well...it was a upper case problem it was detected as Reserved Word.
Daniel Leblanc
Honored Contributor

Re: HP SIM Mib registration failed

Luis please apply you re points TY.