In my ESX server after installing Dell Open Manager we are getting this message on the syslog:
“refused smux peer: oid >SNMPv2-SMI::enterprises.674.10892.1”
The solution:
The openmanage install should have appeneded this line to
# vi /etc/snmp/snmd.conf
#(comment) Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX
(ADD THE LINE)
smuxpeer .1.3.6.1.4.1.674.10892.1
Then be sure to restart the snmpd service.
# /etc/init.d/snmpd stop
# /etc/init.d/snmpd start

Tags: , , , , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *