- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- No MIB variable name available after compiling an ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 06:36 PM
10-02-2006 06:36 PM
No MIB variable name available after compiling an registering Dell 10892 mib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 08:14 PM
10-02-2006 08:14 PM
Re: No MIB variable name available after compiling an registering Dell 10892 mib
These must help you a lot!!!
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=994918
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=993940
Hope it works!!!!
Regards,
rmn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 07:44 PM
10-15-2006 07:44 PM
Re: No MIB variable name available after compiling an registering Dell 10892 mib
I've downloaded several versions of the Dell mibs, compiled (mcompile), registered (mxmib -a) and unregistered them (mxmib -d). Each time I have used different names like FromDell10892, org10892 etc..
The dcstorag.mib is fine but the 10892.mib doesn't work (no information in the "Mib variable name" drop-down list).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 11:52 PM
10-15-2006 11:52 PM
Re: No MIB variable name available after compiling an registering Dell 10892 mib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2006 01:51 AM
10-31-2006 01:51 AM
Re: No MIB variable name available after compiling an registering Dell 10892 mib
I had to uninstall SIM and scrap the database and start over to fix that problem because I coucldn't seem to "hack" the database.
But next time, only register one mib at a time, and make sure it doesn't already exist with the same or different name in the database. And always remove the old mib before compiling and registering a new one. Don't just delete the mib out of the folder, use the mxmib -d command.
Maybe HP will finally fix this problem in the near future since its quite common and causes a big problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 08:22 PM
03-01-2007 08:22 PM
Re: No MIB variable name available after compiling an registering Dell 10892 mib
I had this exact same issue, i looked into the SQL tables and after deleting the old 10892 mib and importing the new one the "mibfiles" table renames this new_dell_10892.mib.
Delete the old mib with mxmib-a , rename the 10892.mib to new_dell_10892.mib import using mcompile new_dell_10892.cfg , then mxmib-a new_dell_10892.cfg
Tested all ok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 08:25 PM
03-01-2007 08:25 PM
Re: No MIB variable name available after compiling an registering Dell 10892 mib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 10:41 AM
04-25-2007 10:41 AM
Re: No MIB variable name available after compiling an registering Dell 10892 mib
Essentially this problem is caused by an old MIB conflicting with the new MIB.
a) To see this conflict in the database, go to SQL Server.(We use SQL Server as the database so I'll use that in this example.) Run the following query and look for duplicates in the "module" field.
select * from mibFiles, mibFilesEx where mibFiles.Mib_File_Id = mibFilesEx.Mib_File_Id order by Module
b) On the SIM server, run mxmib -d xxx.mib to remove all of the conflicting MIBs including the MIBs you're trying to install.
c) On the SIM server, run mxmib -a xxx.cfg to reinstall the MIB you want.
d) In SIM, look at "Options/Events/SNMP Trap Settings" for your new MIBs. Hopefully, they now show up correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2008 06:33 PM
11-02-2008 06:33 PM
Re: No MIB variable name available after compiling an registering Dell 10892 mib
a) Unregister all dell related mibs. These mibs may include dell10892.mib, dellarymgr.mib, dcstorag.mib, etc
b) Register the 10892.mib, you need rename it to new10892.mib or anyone you want for HP SIM do not accept only numerical characters in mib name.
c) Register other mibs which you unregistered in step a).
This will also fix the problem that only part of traps are recognized by HP SIM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2008 08:58 AM
11-05-2008 08:58 AM
Re: No MIB variable name available after compiling an registering Dell 10892 mib
HP SIM has (or had when I added my Dell MIBs) an issue with a MIB that does not start with a letter. So the 10892.mib file will not import properly. I worked around this by renaming the MIB before I compiled it and then it imports just fine. Just prepend it with DELL so you have DELL10892.mib.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2008 07:43 AM
11-06-2008 07:43 AM