[net-snmp 질문#1] 설치 및 mib 추가 trap 관련 질문 들입니다..
안녕하세요 먼저 제 글 읽어주신것 정말 감사합니다.
지금 net-snmp 입문 단계 입니다.
여러번의 설치 끝에 (5.1.2 ,5.2.1 버전은 설치 실패)
5.1 버전으로 설치했습니다.
질문 1] 아래 5.1.2 와 5.2.1 버전 설치중 make 후 make test 시
발생하는 메시지를 옮겨 놨습니다. 49여개의 test 중 10개정도의
test FAIL 이 발생하는데요.. 이런 오류에대한 사례가 어디에서도
찾아볼 수가 없었습니다. 저와 비슷한 상황에서 이런문제 해결 하신분의
조언을 기다립니다.
making all in /home/facered/net-snmp-5.2.1/agent
make[1]: 들어감`/home/facered/net-snmp-5.2.1/agent' 디렉토리
making all in /home/facered/net-snmp-5.2.1/agent/helpers
make[2]: 들어감 `/home/facered/net-snmp-5.2.1/agent/helpers' 디렉토
리
make[2]: 나감 `/home/facered/net-snmp-5.2.1/agent/helpers' 디렉토리
making all in /home/facered/net-snmp-5.2.1/agent/mibgroup
make[2]: 들어감 `/home/facered/net-snmp-5.2.1/agent/mibgroup' 디렉토
리
make[2]: 나감 `/home/facered/net-snmp-5.2.1/agent/mibgroup' 디렉토리
make[1]: 나감 `/home/facered/net-snmp-5.2.1/agent' 디렉토리
making all in /home/facered/net-snmp-5.2.1/apps
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/apps' 디렉토리
making all in /home/facered/net-snmp-5.2.1/apps/snmpnetstat
make[2]: 들어감 `/home/facered/net-snmp-5.2.1/apps/snmpnetstat' 디렉
토리
make[2]: 나감 `/home/facered/net-snmp-5.2.1/apps/snmpnetstat' 디렉토
리
make[1]: 나감 `/home/facered/net-snmp-5.2.1/apps' 디렉토리
making all in /home/facered/net-snmp-5.2.1/man
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/man' 디렉토리
test -d ./CVS &&
perl ./mib2c.extract.pl ../local/mib2c ./mib2c.conf.5.in >
mib2c.conf.5
make[1]: [mib2c.conf.5] error 1 (ignore )
make[1]: 나감 `/home/facered/net-snmp-5.2.1/man' 디렉토리
making all in /home/facered/net-snmp-5.2.1/local
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/local' 디렉토리
make[1]: 나감 `/home/facered/net-snmp-5.2.1/local' 디렉토리
making all in /home/facered/net-snmp-5.2.1/mibs
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/mibs' 디렉토리
make[1]: 나감 `/home/facered/net-snmp-5.2.1/mibs' 디렉토리
for i in testing ; do \
( cd $i ; make ) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/testing' 디렉토리
make[1]: Nothing to be done for `all'.
make[1]: 나감 `/home/facered/net-snmp-5.2.1/testing' 디렉토리
( cd testing; make test )
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/testing' 디렉토리
./RUNTESTS -a -D `pwd`/..
1:testing SNMPv1 support.......ok
2:testing SNMPv2c get of system.sysUpTime.0...ok
3:testing SNMPv2c getnext of system.sysUpTime...ok
4:testing SNMPv2 bulkget of system components......ok
5:testing for failure of SNMPv2c get with wrong community...ok
6:testing for failure of SNMPv2c get against SNMPv1 agent...ok
7:testing for failure of SNMPv1 get against SNMPv2c agent...ok
8:testing SNMPv2c get of system.sysUpTime.1...ok
9:testing SNMPv3 get using noAuthNoPriv of .1.3.6.1.2.1.1.3.0...FAIL
10:testing SNMPv3 getnext using initial of .1.3.6.1.2.1.1.3.0...FAIL
11:testing SNMPv3 bulkget of system...FAIL
12:testing SNMPv3 get using MD5/noPriv of .1.3.6.1.2.1.1.3.0...FAIL
13:testing SNMPv3 get using MD5/AES of .1.3.6.1.2.1.1.3.0...SKIPPED
14:testing SNMPv3 get using MD5/DES of .1.3.6.1.2.1.1.3.0...ok
15:testing SNMPv3 get using SHA/noPriv of .1.3.6.1.2.1.1.3.0...FAIL
16:testing SNMPv3 get using SHA/DES of .1.3.6.1.2.1.1.3.0...ok
17:testing SNMPv3 get using SHA/AES of .1.3.6.1.2.1.1.3.0...SKIPPED
18:testing for failure of SNMPv3 get using unknown user....ok
19:testing SNMPv3 user creation and usage using snmpusm...FAIL
20:testing SNMPv3 informs received and sent by tools...ok
21:testing SNMPv3 traps received and sent by tools...ok
22:testing SNMPv2c traps received and sent by tools...ok
23:testing SNMPv2c informs received and sent by tools...ok
24:testing snmpv1 traps are sent by snmpd API...SKIPPED
25:testing snmpv2c traps are sent by snmpd API...SKIPPED
26:testing snmpv1 traps are sent by snmpd without notification mib
support...SKIPPED
27:testing snmpv2c traps are sent by snmpd without notification mib
support...SKIPPED
28:testing authentication failure traps are sent by snmpd...ok
29:testing that the agent responds properly to a kill -HUP...ok
30:testing AgentX GET support...FAIL
31:testing AgentX SET support...FAIL
32:testing AgentX illegal SET handling support...FAIL
33:testing AgentX trap sending support...SKIPPED
34:testing Proxy GET support...FAIL
35:testing Proxy SET support...FAIL
36:testing Proxy illegal SET handling support...FAIL
37:testing SNMPv1 vacm acceptance support....ok
38:testing SNMPv2 vacm acceptance support....ok
39:testing SNMPv3 vacm acceptance support....ok
40:testing SNMPv1 vacm denial support.....ok
41:testing SNMPv2 vacm denial support.....ok
42:testing SNMPv3 vacm denial support.....ok
43:testing 1st CPU on Solaris using HOST-RESOURCES...SKIPPED
44:testing initial load device on Solaris using HOST-
RESOURCES...SKIPPED
45:testing uptime using HOST-RESOURCES...SKIPPED
46:testing swap on Solaris using HOST-RESOURCES...SKIPPED
47:testing RFC-1213 MIB SNMPv1 access............................
.........................
.........................
.........................
........ok
48:testing RFC-1213 MIB SNMPv2c access............................
.........................
.........................
.........................
........ok
49:testing RFC-1213 MIB SNMPv3 access............................
.........................
.........................
.........................
........ok
Summary: 37 / 49 succeeded.
make[1]: *** [test] error 12
make[1]: 나감 `/home/facered/net-snmp-5.2.1/testing' 디렉토리
make: *** [test] error 2
[root@localhost net-snmp-5.2.1]#
댓글 달기