- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- (SNMP) Generic Unregistered - VMware V5
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
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
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
05-16-2012 05:17 AM
05-16-2012 05:17 AM
(SNMP) Generic Unregistered - VMware V5
Hello,
HP SIM V6.3 up to hotfix 14
We were not receiving traps, so we checked the 'Event filter settings' to be 'Accept unregistered events' to see if unknown traps were received.
So now we see '(SNMP) Generic Unregistered' events with 'Trap details'.
Enterprise OID String. 1.3.6.1.4.1.6876.4.90
Generic Trap ID. 6
Specific Trap ID. 401
The system is an 'ESXi V5' system.
So i thought the VMWARE MIBS supplied with V6.3 are old and downloaded the V9 MIB file from the SIM download page buth they are the same.
So i downloaded the MIB's from VMware.
Followed the doc to keep the order suggested by VMware. Did a 'mcompile x.mib' and 'mxmib -a x.cfg' for each until this one.
the mcopile was ok.
C:\Program Files\HP\Systems Insight Manager\mibs>mcompile VMWARE-VMINFO-MIB.mib
HP Systems Insight Manager Mib Compiler, Version 5.0.2.1
Copyright (c) 2003-2006 Hewlett Packard Corporation
Compiling VMWARE-VMINFO-MIB.mib
Processing import file: SNMPv2-SMI.mib
Processing import file: SNMPv2-TC.mib
Processing import file: SNMPv2-CONF.mib
Processing import file: VMWARE-TC-MIB.mib
Processing import file: VMWARE-ENV-MIB.mib
Processing import file: VMWARE-ROOT-MIB.mib
Mib Compilation completed successfully
C:\Program Files\HP\Systems Insight Manager\mibs>mxmib -a VMWARE-VMINFO-MIB.cfg
IMPORTING CFG VMWARE-VMINFO-MIB.cfg
Error reading CFG: MIB node has no parent Line: 136.
AN ERROR OCCURRED EXECUTING THE COMMAND
Usage:
mxmib -a <mymib.cfg>
mxmib -f <cfglist.list>
mxmib -l
mxmib -t <mymib.mib>
mxmib -d <mymib.mib>
- How to proceed from here?
Regards, Marcel.
- Tags:
- snmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2012 07:46 AM
08-27-2012 07:46 AM
Re: (SNMP) Generic Unregistered - VMware V5
Hi,
The problem is the variable in line 136 is not defined
Check other vmware esx mib to find this definition and paste before
or
paste this definition variable above the parent definition
for example :
vmware OBJECT IDENTIFIER ::= { enterprises 6876 }
vmwProductSpecific OBJECT IDENTIFIER ::= { vmware 4 }
vmwNotifications OBJECT IDENTIFIER ::= { vmware 0 }
vmwESX OBJECT IDENTIFIER ::= { vmwProductSpecific 1 }
vmwESXNotifications OBJECT IDENTIFIER ::= { vmwESX 0 }
Regards, Christophe