Open Manager Bug with SNMP-SMUX
I had this problem on ESX4 with Open Manager 6.10
The error:
refused smux peer: oid SNMPv2-SMI::enterprises.674.10892.1, descr Systems Management SNMP MIB Plug-in Manager
Solution of the problem
1. Edit the SNMPD configuration
vi /etc/snmp/snmpd.conf
smuxpeer .1.3.6.1.4.1.674.10892.1
with:
smuxpeer .1.3.6.1.4.1.674.10892.1 <password>
2. set password OSMA
cd /opt/dell/srvadmin/dataeng/bin/
./dcecfg32 command=setsmuxpassword password=<password>
3. restart OMSA
srvadmin-services.sh restart
4. restart SNMPD
/etc/init.d/snmpd restart
5. snmp running OK now.
tail -f /var/log/messages
tail -f /var/log/net-snmpd.log
Another simple solution, disable SNMP:
service snmpd stop
More Details about Dell Open Manager
http://folk.uio.no/trondham/software/check_openmanage.html

Tags: , , , , , , , , ,

5 thoughts on “refused smux peer: oid SNMPv2

  1. Thanks for this advice! I’ve got 6 servers who’s logs are filling up fast with these periodic checks. But not anymore. 🙂

  2. Hi !
    Also thanks alot – my servers also got spammed with those entrys, after enabling snmp.
    Now everything is working fine again.

  3. PS: the Path of dcecfg changed with OpenManage 7.x -> it’s now /opt/dell/srvadmin/sbin/dcecfg

Leave a Reply

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