- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- mxmib can't register 3com mibs
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
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
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
тАО08-28-2005 08:48 PM
тАО08-28-2005 08:48 PM
mxmib can't register 3com mibs
I'd like to manage 3Com-Switches with SIM 5.0 and therefor I tried to compile and register the several 3Com mib's in SIM 5.0. I compiled all mibs with mcompile and created the cfg-files. Then I ran the command mxmib -a to register the specified .cfg-file in SIM. But at this point mxmib returned the following error:
IMPORTING CFG 3Com0004.cfg
Error reading CFG: Filename incorrectly formatted. Line: 1.
AN ERROR OCCURRED EXECUTING THE COMMAND
This error appears with every 3Com-mib. The compilation and registration of other mib's (such as original rfc-mib's) functions without problems.
Thanks for your answers.
Best regards,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2005 07:35 AM
тАО08-29-2005 07:35 AM
Re: mxmib can't register 3com mibs
What does line 1 say? What OS is this on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2005 09:47 PM
тАО08-29-2005 09:47 PM
Re: mxmib can't register 3com mibs
#-MIBFILE: 3Com0004.mib
A3COM0004-GENERIC DEFINITIONS ::= BEGIN
and here you can see the header of rfc1215.cfg (it is possible to register this file):
#-MIBFILE: rfc1215.mib
RFC1215-MIB DEFINITIONS ::= BEGIN
I can't see a problem in the format of the filename, do you?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2005 09:48 PM
тАО08-29-2005 09:48 PM
Re: mxmib can't register 3com mibs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2005 04:31 AM
тАО11-30-2005 04:31 AM
Re: mxmib can't register 3com mibs
Looking at the date I hope you have fixed this by now, but just in case.
rename 3com004.mib to a3com004.mib
compile as normal and then edit the a3com.cfg and remove the "-GENERIC"
Good luck.
#-MIBFILE: 3Com0004.mib
A3COM0004-GENERIC DEFINITIONS ::= BEGIN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2005 04:31 AM
тАО11-30-2005 04:31 AM
Re: mxmib can't register 3com mibs
Looking at the date I hope you have fixed this by now, but just in case.
rename 3com004.mib to a3com004.mib
compile as normal and then edit the a3com004.cfg and remove the "-GENERIC"
Good luck.
#-MIBFILE: 3Com0004.mib
A3COM0004-GENERIC DEFINITIONS ::= BEGIN