Hi,
I need a help from you pls... Our snmp suddenly stopped responding on linux
box and when i try to run snmpwalk command on host I'm getting "Timeout: No
Response from localhost" message. I just did strace snmpwalk and below is
the snipped output. if you can give me any clue that would be helpful to me.
Thanks in advance...
# snmpwalk -c emc-it -v 1 localhost
Timeout: No Response from localhost
#
# strace snmpwalk -c emc-it -v 1 localhost
<snip>...
gettimeofday({1269361282, 889792}, NULL) = 0
time(NULL) = 1269361282
open("/etc/hosts", O_RDONLY) = 3
fcntl64(3, F_GETFD) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=353, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7dba000
read(3, "# Do not remove the following li"..., 4096) = 353
close(3) = 0
munmap(0xb7dba000, 4096) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
setsockopt(3, SOL_SOCKET, SO_SNDBUF, [131072], 4) = 0
setsockopt(3, SOL_SOCKET, SO_RCVBUF, [131072], 4) = 0
sendto(3, "0\'\2\1\0\4\6emc-it\241\32\2\4F\334\r\202\2\1\0\2\1\000"..., 41,
0, {sa_family=AF_INET, sin_port=htons(161),
sin_addr=inet_addr("127.0.0.1")}, 16) = 41
gettimeofday({1269361282, 890782}, NULL) = 0
gettimeofday({1269361282, 890827}, NULL) = 0
select(4, [3], NULL, NULL, {0, 999955}) = 0 (Timeout)
gettimeofday({1269361283, 890573}, NULL) = 0
gettimeofday({1269361283, 890627}, NULL) = 0
select(4, [3], NULL, NULL, {0, 155}) = 0 (Timeout)
gettimeofday({1269361283, 891572}, NULL) = 0
sendto(3, "0\'\2\1\0\4\6emc-it\241\32\2\4F\334\r\202\2\1\0\2\1\000"..., 41,
0, {sa_family=AF_INET, sin_port=htons(161),
sin_addr=inet_addr("127.0.0.1")}, 16) = 41
gettimeofday({1269361283, 891736}, NULL) = 0
gettimeofday({1269361283, 891783}, NULL) = 0
select(4, [3], NULL, NULL, {0, 999953}) = 0 (Timeout)
gettimeofday({1269361284, 891602}, NULL) = 0
gettimeofday({1269361284, 891659}, NULL) = 0
select(4, [3], NULL, NULL, {0, 77}) = 0 (Timeout)
gettimeofday({1269361284, 892595}, NULL) = 0
sendto(3, "0\'\2\1\0\4\6emc-it\241\32\2\4F\334\r\202\2\1\0\2\1\000"..., 41,
0, {sa_family=AF_INET, sin_port=htons(161),
sin_addr=inet_addr("127.0.0.1")}, 16) = 41
gettimeofday({1269361284, 892764}, NULL) = 0
gettimeofday({1269361284, 892809}, NULL) = 0
select(4, [3], NULL, NULL, {0, 999955}) = 0 (Timeout)
gettimeofday({1269361285, 892580}, NULL) = 0
gettimeofday({1269361285, 892637}, NULL) = 0
select(4, [3], NULL, NULL, {0, 127}) = 0 (Timeout)
gettimeofday({1269361285, 893611}, NULL) = 0
sendto(3, "0\'\2\1\0\4\6emc-it\241\32\2\4F\334\r\202\2\1\0\2\1\000"..., 41,
0, {sa_family=AF_INET, sin_port=htons(161),
sin_addr=inet_addr("127.0.0.1")}, 16) = 41
gettimeofday({1269361285, 893768}, NULL) = 0
gettimeofday({1269361285, 893817}, NULL) = 0
select(4, [3], NULL, NULL, {0, 999951}) = 0 (Timeout)
gettimeofday({1269361286, 893565}, NULL) = 0
gettimeofday({1269361286, 893624}, NULL) = 0
select(4, [3], NULL, NULL, {0, 144}) = 0 (Timeout)
gettimeofday({1269361286, 894572}, NULL) = 0
sendto(3, "0\'\2\1\0\4\6emc-it\241\32\2\4F\334\r\202\2\1\0\2\1\000"..., 41,
0, {sa_family=AF_INET, sin_port=htons(161),
sin_addr=inet_addr("127.0.0.1")}, 16) = 41
gettimeofday({1269361286, 894734}, NULL) = 0
gettimeofday({1269361286, 894782}, NULL) = 0
select(4, [3], NULL, NULL, {0, 999952}) = 0 (Timeout)
gettimeofday({1269361287, 894566}, NULL) = 0
gettimeofday({1269361287, 894623}, NULL) = 0
select(4, [3], NULL, NULL, {0, 111}) = 0 (Timeout)
gettimeofday({1269361287, 895570}, NULL) = 0
sendto(3, "0\'\2\1\0\4\6emc-it\241\32\2\4F\334\r\202\2\1\0\2\1\000"..., 41,
0, {sa_family=AF_INET, sin_port=htons(161),
sin_addr=inet_addr("127.0.0.1")}, 16) = 41
gettimeofday({1269361287, 895731}, NULL) = 0
gettimeofday({1269361287, 895779}, NULL) = 0
select(4, [3], NULL, NULL, {0, 999952}) = 0 (Timeout)
gettimeofday({1269361288, 895556}, NULL) = 0
gettimeofday({1269361288, 895612}, NULL) = 0
select(4, [3], NULL, NULL, {0, 119}) = 0 (Timeout)
gettimeofday({1269361288, 896560}, NULL) = 0
write(2, "Timeout: No Response from localh"..., 36Timeout: No Response from
localhost
) = 36
close(3) = 0
exit_group(1) = ?
Process 20875 detached
#
--
Thanks,
Guna
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders