Home > HowTo, Linux > refused smux peer: oid SNMPv2

refused smux peer: oid SNMPv2

March 10th, 2010 Leave a comment Go to comments
refused smux peer: oid SNMPv25.052

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

VN:F [1.7.5_995]
Rating: 5.0/5 (2 votes cast)
  1. Sire
    July 20th, 2010 at 12:36 | #1

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

    UN:F [1.7.5_995]
    Rating: 0.0/5 (0 votes cast)
  1. March 22nd, 2010 at 09:44 | #1
  2. April 19th, 2010 at 11:27 | #2