Dell Openmanage SNMP No Such Object

After upgrading your openmanage you could get a No Such Object in your monitoring.

snmpget -v2c -c public localhost .1.3.6.1.4.1.674.10892.1
SNMPv2-SMI::enterprises.674.10892.1 = No Such Object available on this agent at this OID

To fix this issue:
sed -r -i 's/^(SNMP)=disable$/\1=enable/' /opt/dell/srvadmin/etc/srvadmin-omilcore/install.ini

Remove this file:
rm /opt/dell/srvadmin/var/lib/srvadmin-deng/dcsnmp.off

Restart Dell Openmanage:
srvadmin-services.sh restart

Restart SNMP:
service snmpd restart

This entry was posted in CentOS, Dell, SNMP and tagged , , , , . Bookmark the permalink.

Leave a Reply