Server Management - Systems Insight Manager
1752800 Members
5773 Online
108789 Solutions
New Discussion

(SNMP) Generic Unregistered - VMware V5

 
Centric
Occasional Advisor

(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.

1 REPLY 1
xismsou
Occasional Advisor

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