Hi,
and thanks for you replies.
snmpd is still up after the snmpwalk command.
the perc SNMP agent seems to crash, this is confirmed by the following from
/var/log/messages:
Mar 25 14:54:27 vm01c01 Dell PERC SNMP Agent: Agent Abormal termination
(yes, the abormal typo is in the log)
after that there are a couple of percmain processes hanging around but no
percagent.
I also tried to upgrade the ucd-snmpd and utils, but it doesn't help.
I don't think this is a access problem, I'm will add the a relevant excerpt
from snmpd.conf in the end just to make sure.
any further suggestion?
Thanks.
Asher
snmpd.conf snip:
# sec.name source community
#com2sec notConfigUser default public
com2sec vm01c01 192.114.24.127 public
com2sec misman2 192.114.24.94 public
####
# Second, map the security name into a group name:
# groupName securityModel securityName
group MyRWGroup v1 vm01c01
group MyROGroup v1 misman2
#group notConfigGroup v2c notConfigUser
# name incl/excl subtree mask(optional)
#view systemview included system
view all included .1 80
####
# Finally, grant the group read-only access to the systemview view.
# group context sec.model sec.level prefix read write notif
#access notConfigGroup "" any noauth exact systemview none none
access MyROGroup "" any noauth exact all none none
access MyRWGroup "" any noauth exact all all all
-----Original Message-----
From: Joshua_Giles@xxxxxxxx [mailto:Joshua_Giles@xxxxxxxx]
Sent: Mon, March 24, 2003 6:53 PM
To: Asher Frenkel; linux-poweredge@xxxxxxxxxxxxxxxxx
Subject: RE: percsnmpd on PE4600
Asher,
Looks like your snmp agent is no longer responding to requests. Check to
see if the daemon is still running: `ps -C "snmpd"` or `service snmpd
status` (On Red Hat systems). If it's down, you may have a buggy snmp
version; Upgrade to the latest at http://rhn.redhat.com/errata (Red Hat
based) or http://net-snmp.sourceforge.net. If it's still up it could be an
access problem (read the snmpd.conf man page) or a buggy daemon.
Read ya,
Joshua Giles
-----Original Message-----
From: Asher Frenkel [mailto:asher_f@xxxxxxx]
Sent: Monday, March 24, 2003 10:16 AM
To: linux-poweredge@xxxxxxxxxxxxxxxxx
Subject: percsnmpd on PE4600
Hi all,
disclaimer: I'm a complete newbie with linux on dell hardware, so forgive me
if I'm talking nonsense
I'm trying to install percsnmpd on PE4600 running VMWare's ESX Server (I
Believe it is a redhat variant)
/proc/megaraid/0/config:
PERC 3/DC
Controller Type: 438/466/467/471/493
Controller Supports 40 Logical Drives
Controller / Driver uses 64 bit memory addressing
Base = 01876000, Irq = 121, Logical Drives = 6, Channels = 2
Version =1.74:3.27, DRAM = 128Mb
Controller Queue Depth = 254, Driver Queue Depth = 126
I followed the readme file, and seem to have the agent running fine.
when I'm doing the following test, the agent seem to crash:
[root@vm01c01 megaraid]# snmpwalk 192.114.24.127 public 1.3.6.1.4.1.3582.1.1
enterprises.3582.1.1.1.1.1.0 = 0
enterprises.3582.1.1.1.1.2.0 = 0
enterprises.3582.1.1.1.1.3.0 = ""
enterprises.3582.1.1.1.1.4.0 = ""
enterprises.3582.1.1.1.1.5.0 = 0
enterprises.3582.1.1.1.1.6.0 = 0
enterprises.3582.1.1.1.1.7.0 = 0
enterprises.3582.1.1.1.1.8.0 = 0
enterprises.3582.1.1.1.1.9.0 = 0
enterprises.3582.1.1.1.1.10.0 = 1
enterprises.3582.1.1.1.1.11.0 = -1
enterprises.3582.1.1.1.1.12.0 = -1
enterprises.3582.1.1.1.1.13.0 = -1
enterprises.3582.1.1.1.1.14.0 = -1
enterprises.3582.1.1.1.1.15.0 = -1
enterprises.3582.1.1.1.1.16.0 = -1
enterprises.3582.1.1.1.1.17.0 = 1
enterprises.3582.1.1.1.1.18.0 = 0
enterprises.3582.1.1.1.1.19.0 = 0
enterprises.3582.1.1.1.1.20.0 = 0
enterprises.3582.1.1.1.1.21.0 = 0
enterprises.3582.1.1.1.1.22.0 = 0
enterprises.3582.1.1.1.1.23.0 = ""
Timeout: No Response from 192.114.24.127
anyone have a suggestion?
--
Asher Frenkel
Unix System Administrator
RAD Data Communications Ltd.
asher_f@xxxxxxx
Phone: 03-7657544 FAX: 03-6496595
_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@xxxxxxxx
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq or search the list
archives at http://lists.us.dell.com/htdig/
_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@xxxxxxxx
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq or search the list archives
at http://lists.us.dell.com/htdig/
|