SNMPD crash

2006-11-13 Thread Vlad Shafransky
Hello! I use net-snmp-5.3.0.1-1.EL4 with dynamic module. We performed some load test and after 10 hours snmpd had crashed. Below you may see back trace from the core. I would like to mention that load test sends exactly same trap (i.e. the payload of snmp packet exactly same). I saw that snmp_oid_

Monitoring client and management of SNMP tables and joins across multiple tables

2006-11-13 Thread Arnaud BODENAN
Hi, I define the four following tables in my MIB: -- The servers table -- monServerTable OBJECT-TYPE SYNTAX SEQUENCE OF MonServerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A Table containing all servers running"

Re: how to use HOST-RESOURCES-MIB

2006-11-13 Thread Thomas Anders
BENAMAR Khalid wrote: > i have reconfigure agent (configure --with-mib-modules=host) > > then i have try to reinstall net-snmp make install > but t don't terminete [...] > libtool: link: cannot find the library `/usr/lib/libbeecrypt.la' Install the beecrypt-devel RPM package (assuming you're on

Re: how to use HOST-RESOURCES-MIB

2006-11-13 Thread BENAMAR Khalid
>Install the beecrypt-devel RPM package (assuming you're on RedHat/Fedora). i have install beecrypt-devel when i launch make it give me this errors /usr/bin/ld: cannot find -lelf collect2: ld returned 1 exit status make[1]: *** [snmpd] Erreur 1 make[1]: Leaving directory `/usr/local/snmp/net-s

Re: how to use HOST-RESOURCES-MIB

2006-11-13 Thread Thomas Anders
BENAMAR Khalid wrote: > i have install beecrypt-devel > > when i launch make it give me this errors > > /usr/bin/ld: cannot find -lelf Please see the FAQ entry: On RedHat 8.0 or up I get "/usr/bin/ld: cannot find -lelf"? (and the subsequent paragraph). +Thomas -- Thomas Anders (thomas.and

Re: how to use HOST-RESOURCES-MIB

2006-11-13 Thread BENAMAR Khalid
thanks Thomas Anders i didn't read FAQ thanks for your helps : ) >From: Thomas Anders <[EMAIL PROTECTED]> >Reply-To: net-snmp-users@lists.sourceforge.net >To: BENAMAR Khalid <[EMAIL PROTECTED]> >CC: net-snmp-users@lists.sourceforge.net >Subject: Re: how to use HOST-RESOURCES-MIB >Date: Mon, 13

Re: Problem about Set some MIB item

2006-11-13 Thread Dave Shield
On 13/11/06, Clement Hsu <[EMAIL PROTECTED]> wrote: > the problem such as ifAdminStatus, if i want to modify 1 to 2, the result is > unchanges, Very likely. From 'agent/mibgroup/mibII/interfaces.c': {IFADMINSTATUS, ASN_INTEGER, ==>RONLY<==, var_ifEntry, 3, {2, 1, 7}}, > the more obviously

trap for snmp v3

2006-11-13 Thread Jing Guan
I got snmp v2c trap by setting "monitor" directive in the "snmpd.conf" file. Is it possible for me to get snmp v3 trap with "monitor" directive? Thanks. Jing - Using Tomcat but need to do more? Need to support web services,

Re: trap for snmp v3

2006-11-13 Thread Dave Shield
On 13/11/06, Jing Guan <[EMAIL PROTECTED]> wrote: > I got snmp v2c trap by setting "monitor" directive in the "snmpd.conf" file. > Is it possible for me to get snmp v3 trap with "monitor" directive? The "monitor" directive will attempt to trigger suitable notifications. But it doesn't determine t

Re: how to use HOST-RESOURCES-MIB

2006-11-13 Thread Dave Shield
On 10/11/06, Bruce Shaw <[EMAIL PROTECTED]> wrote: > You need to make sure it's actually compiled in. On most platforms it is. But that depends on the version of the software. The 'host' module was only added to the default build with release 5.3. Given that Khalid is using 5.2.1, it won't be inc

MIB2C Issue

2006-11-13 Thread Hai Wang (汪海)
Hello everyone, I encountered a MIB2C issue while I managed to generate C code against a MIBS with more than one tables, Please shed some light on this issue MIBS: Under my network tree I have more than two tables like network(3) | | +--netIFTable(2) | |... | ..

Re: how to use HOST-RESOURCES-MIB

2006-11-13 Thread Dave Shield
On 10/11/06, BENAMAR Khalid <[EMAIL PROTECTED]> wrote: > i have reconfigure agent (configure --with-mib-modules=host) > > then i have try to reinstall net-snmp make install [snip] > libtool: link: cannot find the library `/usr/lib/libbeecrypt.la' You need to install the 'beecrypt-devel' RPM

Re: how to use HOST-RESOURCES-MIB

2006-11-13 Thread Dave Shield
On 10/11/06, BENAMAR Khalid <[EMAIL PROTECTED]> wrote: > i can see interface group ...ect > 1- i use version net-snmp-5.2.1 > would i reconfigure the agent Sounds like it, yes. > 2- if i want that the agent implement other MIBs like lm-sensors > is it the same procedure ? Yes. Dave -

Re: how to use HOST-RESOURCES-MIB

2006-11-13 Thread Dave Shield
On 10/11/06, BENAMAR Khalid <[EMAIL PROTECTED]> wrote: > i want to use the HOST-RESOURCES-MIB > > when i launch snmpwalk -v 1 -c public -v 1 localhost > it don't return values of object in this MIBs If the agent doesn't report this information, there are two possibilities: a) The access contro

MIBS speed fan, system temperature

2006-11-13 Thread BENAMAR Khalid
hello 1- i want to monitor a- memoire used b- fan state c- disk d-interface e-alimentation would i use lm-sensors or searsh mibs for my server (HP Proliant DL 380 intel inside Xeon) so fedora 4 net-snmp-5.2.1 thanks for your help ___

common question

2006-11-13 Thread gahn
hi, i am newbie for snmp and this list. i am running freebsd 6.1 and just installed net-snmp. as far as i understood, there is no default snmp running on the system unless i installed third party one such as net-snmp. I tried to start the snmpd but it won't. in the log file i keeping seeing this