RE: client numbers?

2004-09-08 Thread Harnois Anne-Sophie
Many Thanks! -Original Message- From: Robert Story (Users) [mailto:[EMAIL PROTECTED] Sent: mardi 7 septembre 2004 17:48 To: Harnois Anne-Sophie Cc: [EMAIL PROTECTED] Subject: Re: client numbers? On Mon, 6 Sep 2004 10:29:50 +0200 Harnois wrote: HAS> Please could you tell me how many clien

after startup snmpd, snmpd became 'Z' status

2004-09-08 Thread 唐 垠
follow is my script startup snmpd: ROOT=/root/snmp if [ ! -d /var/run ]; then if [ ! -d /var ]; then mkdir -p /var fi mkdir -p /var/run fi export SNMP_PERSISTENT_FILE=/var/run/snmp-persist if [ ! -d ${SNMP_PERSISTENT_FILE} ]; then mkdir -p ${SNMP_PERSISTENT_FILE} fi ${ROOT}/sbin/snmpd

Re: Hi

2004-09-08 Thread Sitaraman .V.R
On Wed, 8 Sep 2004, Sitaraman .V.R wrote: Hi, I apologise, that was a cut and paste mistake. When i actually ran it, it WAS 3. Therefore, it appears in certain situations when i have a struct Variable3 I run into a problem. I made a couple more observations, I am attaching them. Let me kn

runtime loading of MIB

2004-09-08 Thread Arun Kumar
Hi SNMP USERS, Is there any way to dynamically load a MIB at run time without compling the agent. SubAgent is usefull but I need to recomple and link the C code to the executable at complie time. Just wondering if this is possible to load the mib2c generated .c file dynamically link the .o t

Re: runtime loading of MIB

2004-09-08 Thread Ciaran Johnston
Arun Kumar said: > Hi SNMP USERS, > > Is there any way to dynamically load a MIB at run time without compling > the agent. SubAgent is usefull but I need to recomple and link the C code > to the executable at complie time. > > Just wondering if this is possible to load the mib2c generated .c file

Table with string index

2004-09-08 Thread Marko Bozikovic
Hi! I have a little problem with a table with a string index. I have read this mail: https://sourceforge.net/mailarchive/message.php?msg_id=5817093 Running 'snmpset -Ir localhost testBuja.\"ba\" i 5' works fine. However, trying to set the value from my client fails with error code -58 (Unknown O

Re: Re: runtime loading of MIB

2004-09-08 Thread Arun Kumar
On Wed, 08 Sep 2004 Ciaran Johnston wrote : >Arun Kumar said: > > Hi SNMP USERS, > > > > Is there any way to dynamically load a MIB at run time without compling > > the agent. SubAgent is usefull but I need to recomple and link the C code > > to the executable at complie time. > > > > Just wonde

Re: Can the ip address used by an snmpwalk be specified?

2004-09-08 Thread Dave Shield
> is it possible to bind outgoing snmp requests to a specific address? Yes - you can use the 'snmp.conf' directive "clientaddr" to do this. I believe it only works with UDP-over-IPv4, and has never been properly extended to cover the other common transports, but it should work OK in that particul

RE: Building a binary package for RedHat9.0

2004-09-08 Thread Virender Singh Chauhan
Hello friends, Any help on the mail below is greatly appreciated. Thanks in anticipation. Regards, Viren -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Virender Singh Chauhan Sent: Tuesday, September 07, 2004 9:06 AM To: [EMAIL PROTECTED] Subject: Build

Combining with VLC..

2004-09-08 Thread Pranay Arya
Hi all Can somebody help me out with combining net-snmp functionalities with VideoLan Setup (VLC/VLS). I have to submit this urgently Thanks & Regards Pranay Arya --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE J

Re: runtime loading of MIB

2004-09-08 Thread Dave Shield
> But I still need to stop my agent to load the configuration file > (which will contain the link to .so object) for the agent to recognize > that the existance of the shared object. Nope. a) You can send the agent a 'HUP' signal, which will cause it to re-read the config file(s) with

Sending V2c Traps

2004-09-08 Thread Andy Ford
Title: Sending V2c Traps I apologise in advance if this is an obvious question…. I am decoding the trap using the perl traphandler and sending them back out to a new destination with information appended to the end of the original trap. The way I have handled it so far it to look at the snm

Ye Huang/ITG is out of the office.

2004-09-08 Thread yhuang
I will be out of the office starting 08/30/2004 and will not return until 09/15/2004. I will respond to your message when I return if needed. -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- This message is for the named person's use only. This communication is f

Ye Huang/ITG is out of the office.

2004-09-08 Thread yhuang
I will be out of the office starting 08/30/2004 and will not return until 09/15/2004. I will respond to your message when I return if needed. -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- This message is for the named person's use only. This communication is f

libnetsnmpagent.so not found error while running agentx subagent

2004-09-08 Thread Sitaraman .V.R
Hi, I am using version 5.0.9. I compiled an agentx subgaent as follows net-snmp-config --compile-subagent performance ./src/SdhDlcPerfV2.c The compilation seems to have gone fine as follows fault: no process killed performance: no process killed configuration: no process killed generating the tmpo