RE: net-snmp-5.2.1.2 Fails to Compile HP-UX 11i GCC-4.0.1

2005-08-09 Thread Briggs, Patrick
Title: RE: net-snmp-5.2.1.2 Fails to Compile HP-UX 11i GCC-4.0.1 Line 495 of my HP-UX include file contains: extern struct sotimeq sotimeqhash[]; -Original Message- From: Robert Story [mailto:[EMAIL PROTECTED]] Sent: Monday, August 08, 2005 11:42 AM To: Briggs, Patrick Cc: 'net-sn

Re: snmp in redhat EL4

2005-08-09 Thread Radek Vokál
On Fri, 2005-08-05 at 16:51 +0200, Angel Bosch wrote: > bones! > > im having extrange problems with a redhat box. > > i query a router with a simple > > snmpget -v 1 -c public 10.29.6.1 sysDescr.0 > > and i get > > Timeout: No Response from 10.29.6.1. > > but if i perform same call from my de

monitoring software raid...

2005-08-09 Thread Richard Green
Is there a way to obtain software RAID status for linux kernel using SNMP, roughly equivalent to cat /proc/mdstat, to see the operational status (not just existance) of each /dev/md* (CONFIG_BLK_DEV_MD) Or do I have to write my own SMUX agent? Actually that's probably a bit beyond me... ;) Ch

net-snmp-users@lists.sourceforge.net

2005-08-09 Thread Mark Gonzalez
Fixed the problem. SNMP::Util was not loading correctly. Re-compiled perl with GCC and it is working now. Thanks for the help. -Original Message- From: Alex Burger [mailto:[EMAIL PROTECTED] Sent: Monday, August 08, 2005 10:39 PM To: Mark Gonzalez Cc: net-snmp-users@lists.sourceforge.net S

Re: Timeout question

2005-08-09 Thread Mordechai T. Abzug
On Tue, Aug 09, 2005 at 05:00:02PM -0400, Reitberger, Susan wrote: > I had a question about timeouts and requests. > If I do a snmpget with a timeout of t on multiple elements, > i.e. snmpget localhost -t5 sysUpTime.0 sysContact.0 sysDescr.0, does > the timeout apply to the complete request or ea

Timeout question

2005-08-09 Thread Reitberger, Susan
Title: Timeout question I had a question about timeouts and requests. If I do a snmpget with a timeout of t on multiple elements, i.e. snmpget localhost -t5 sysUpTime.0 sysContact.0 sysDescr.0, does the timeout apply to the complete request or each element in the request? In other words, in

Re: setting multiple columns in one command

2005-08-09 Thread Chris Cunningham
> > Are you sure both cases were linking against the same libraries? > Heh, heh, well um now that you mention it (cough) no, they're not. As it turns out the agentx subagent was pointing at some 5.1.2 libraries that some how made they're way onto the computer and the snmp daemon was pointing at

Snmp issue when changing java

2005-08-09 Thread Javier Torres
Hello, I have net-snmp versions 5.2 and 5.2.1 on my fedora core 2 machines. I recently changed java from 1.4.2_03 to 1.4.2_08.  After I did this I started to see the below error: test040 11:19:06 snmpd[304]: Cannot find module (IP-MIB): At line 0 in (none) test040 11:19:06 snmpd[304]: Cannot

Re: application cant find agentx subagent oids

2005-08-09 Thread Chris Cunningham
> > Are the MIBs installed properly? Is the application configured to read in the > sub-agent mib files? > Yes and yes but it would really helps if I use the right libraries. :) Thanks for replying and helping with all my questions. I really appreciate it. Chris

net-snmp-users@lists.sourceforge.net

2005-08-09 Thread Alex Burger
Hi Mark. Mark Gonzalez wrote: I am getting this error when I try to run a script. Does anyone know how this can be resolved? I didn't look at the sample code before replying last time. As soon as you mentioned Net::SNMP, I assumed you were using the wrong package (thanks Thomas).. I think

Table Iterator architecture question

2005-08-09 Thread Mike Varley
Hello there, (we are migrating from UCD to NET-SNMP and have some implemetation questions) I was looking at the behaviour of the MibII/tcpTable module in the source code, using it to try and understand the table-iterator pattern used in the new Net-SNMP API. What I found was, everytime a var

Re: how SNMP get system run-time parameters (CPU/mem/network etc)

2005-08-09 Thread Robert Story
On Wed, 03 Aug 2005 11:11:37 -0700 lei wrote: LC>I am just wondering how SNMP retrieve run-time system LC> parameters. LC> . LC>I know the daemon will get the default value for some of LC> those parameters from the corresponding MIB files but how LC> SNMP gets those run-time parameter

Dynamically loadable support on Windows

2005-08-09 Thread sachin mahajan
Hi, I am using net-snmp version 5.2.1 pre-release. I want to make an dll from the .c files generated using mib2c tool. I want to load this dll in snmpd.exe. Could anybody tell me, How to enable dynamically loadable support for snmpd.exe on windows ? Please do write to [EMAIL PROTECTED] Thanks