본문 바로가기
DELL, Hardware

OMSA 메시지(refused smux peer: oid SNMPv2-SMI)

by 졸린하루 2015. 7. 15.

- 증상

/opt/dell/srvadmin/sbin에서 ./srvadmin-services.sh start를 할 경우

/var/log/messages에서 아래와 같이 메세지가 나타남

===================================================================================================

Feb 28 12:26:04 bear01 snmpd[4037]: refused smux peer: oid SNMPv2-SMI::enterprises.674.10892.1, descr Systems Management SNMP MIB Plug-in Manager
Feb 28 12:26:07 bear01 snmpd[4037]: [smux_accept] accepted fd 10 from 127.0.0.1:43777

===================================================================================================

 

- 해결법

현재의 증상으로 보면 OMSA SNMP 는 enable 되어 있는데, Server 의 SNMP 가 해당하는 메시지를 받아들이지 못하는 걸로 보입니다.

 

두가지 설정파일을 살표보기 바랍니다.

 

#vi /opt/dell/srvadmin/etc/srvadmin-omilcore/install.ini

...................

SNMP=enable ( disable )                              <----- srvadmin 서비스 시작시 snmp enable 여부 설정

...................

 

/opt/dell/srvadmin/var/lib/srvadmin-deng/dcsnmp.off  <----- 이 파일이 있을 경우 SNMP Disable 됨.

 

/etc/snmp/snmpd.conf                                 <------ 예제파일

 

# ===================================================
# DELL OMSA SNMP
com2sec notConfigUser default public
 
# groupName securityModel securityName
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
 
# Make at least snmpwalk -v 1 localhost -c public system fast again.
# ===================================================
view all included ..1
view systemview included ..1.3.6.1.2.1.1
view systemview included ..1.3.6.1.2.1.25.1.1
 
# group context sec.model sec.level prefix read write notif
access notConfigGroup "" any noauth exact all none none
 
# Added for support of bcm5820 cards.
pass .1.3.6.1.4.1.4413.4.1 /usr/bin/ucd5820stat
 
# Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX
smuxpeer ..1.3.6.1.4.1.674.10892.1

# ===================================================

위의 설정 파일 확인 후 아래와 같이 해당 서비스를 reload 합니다.

 

#service snmpd restart

 

#srvadmin-service.sh restart