Issues with SNMP, HOST-RESOURCES-MIB::hrSystemUptime.0 = No more variables left in this MIB View

Issues related to applications and software problems
Post Reply
chelomm@gmail.com
Posts: 6
Joined: 2017/04/18 07:00:23

Issues with SNMP, HOST-RESOURCES-MIB::hrSystemUptime.0 = No more variables left in this MIB View

Post by chelomm@gmail.com » 2019/09/07 23:20:52

Hi

I have CentOS6.5 server, which is enabled SNMP, which is being monitored with Enigma NMS.

Enigma NMS monitors this box CPU, Ram, File System, etc.

Then suddenly I have noticed that for some unknown reason CPU data disappeared, the following OID:

hrProcessorLoad - 1.3.6.1.2.1.25.3.3.1.2

Has started giving me "No more variables left in this MIB View" output instead of proper result as below (From another identically configured CentOS6.5 server):

HOST-RESOURCES-MIB::hrProcessorLoad.196608 = INTEGER: 1
HOST-RESOURCES-MIB::hrProcessorLoad.196609 = INTEGER: 1
HOST-RESOURCES-MIB::hrProcessorLoad.196610 = INTEGER: 1
HOST-RESOURCES-MIB::hrProcessorLoad.196611 = INTEGER: 1
HOST-RESOURCES-MIB::hrProcessorLoad.196612 = INTEGER: 1
HOST-RESOURCES-MIB::hrProcessorLoad.196613 = INTEGER: 2
HOST-RESOURCES-MIB::hrProcessorLoad.196614 = INTEGER: 1
HOST-RESOURCES-MIB::hrProcessorLoad.196615 = INTEGER: 1

###########################

But all other OIDs in HOST-RESOURCES-MIB seemed OK.

I have tired to upgrade to 6.10, which went well, however the hrProcessorLoad was still giving me "No more variables left in this MIB View".

I have tried to un-install all net-snmp rpms as below:

# rpm -qa | grep snmp
net-snmp-utils-5.5-60.el6.x86_64
net-snmp-5.5-60.el6.x86_64
net-snmp-libs-5.5-60.el6.x86_64

###########

rpm -e net-snmp-utils-5.5-60.el6
rpm -e net-snmp-5.5-60.el6
rm -e net-snmp-libs-5.5-60.el6

###########

And I have reinstalled them back with yum, which went well.

However teh current situation is even worse as, if I do snmpwalk, all I get is is just a handful of lines as below, i.e. no interfaces data nothing.:

# /usr/bin/snmpwalk -r 2 -t 2 -v 2c -c 'public' 10.10.10.100
SNMPv2-MIB::sysDescr.0 = STRING: Linux prod-server 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (11515) 0:01:55.15
SNMPv2-MIB::sysContact.0 = STRING: Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
SNMPv2-MIB::sysName.0 = STRING: prod-server
SNMPv2-MIB::sysLocation.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf)
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB::sysORID.1 = OID: SNMP-MPD-MIB::snmpMPDMIBObjects.3.1.1
SNMPv2-MIB::sysORID.2 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
SNMPv2-MIB::sysORID.3 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance
SNMPv2-MIB::sysORID.4 = OID: SNMPv2-MIB::snmpMIB
SNMPv2-MIB::sysORID.5 = OID: TCP-MIB::tcpMIB
SNMPv2-MIB::sysORID.6 = OID: IP-MIB::ip
SNMPv2-MIB::sysORID.7 = OID: UDP-MIB::udpMIB
SNMPv2-MIB::sysORID.8 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
SNMPv2-MIB::sysORDescr.1 = STRING: The MIB for Message Processing and Dispatching.
SNMPv2-MIB::sysORDescr.2 = STRING: The MIB for Message Processing and Dispatching.
SNMPv2-MIB::sysORDescr.3 = STRING: The SNMP Management Architecture MIB.
SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing TCP implementations
SNMPv2-MIB::sysORDescr.6 = STRING: The MIB module for managing IP and ICMP implementations
SNMPv2-MIB::sysORDescr.7 = STRING: The MIB module for managing UDP implementations
SNMPv2-MIB::sysORDescr.8 = STRING: View-based Access Control Model for SNMP.
SNMPv2-MIB::sysORUpTime.1 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB::sysORUpTime.2 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB::sysORUpTime.3 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB::sysORUpTime.4 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB::sysORUpTime.5 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB::sysORUpTime.6 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB::sysORUpTime.7 = Timeticks: (4) 0:00:00.04
SNMPv2-MIB::sysORUpTime.8 = Timeticks: (4) 0:00:00.04
HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: (221604753) 25 days, 15:34:07.53
HOST-RESOURCES-MIB::hrSystemUptime.0 = No more variables left in this MIB View (It is past the end of the MIB tree)
[root@prod-server admin]#

This is where the snmpwalk output ends...

I would really appreciate if someone could point me to the right direction.

Re-installing the server is not an option as it is in production with database size of around 5Tb.

Thanking you in advance.

Mike

chelomm@gmail.com
Posts: 6
Joined: 2017/04/18 07:00:23

Re: Issues with SNMP, HOST-RESOURCES-MIB::hrSystemUptime.0 = No more variables left in this MIB View

Post by chelomm@gmail.com » 2019/09/07 23:49:50

Hi again

Just forgot to mention that this started happening around the time I have enabled ESXI6 VM Host with SNMP and CentOS6.5 Server VM lives on this VM Host. No VMTools installed within this VM.

For me it does seem completely unrelated, but I may be wrong.

Kind regards and thank you.

Mike

Post Reply