Re: Timeout errors on HP-UX 11.11

2006-10-18 Thread Dave Shield
On 19/10/06, Albert Chin <[EMAIL PROTECTED]> wrote: > Other failures: > 41: testing AgentX SET support... FAIL > 45: testing Proxy GET support... FAIL > 46: testing Proxy SET support... FAIL Which version of the agent are you using? If possible, it would be *extremely* useful to try running

Snmpwalk on lmFanSensorsTable

2006-10-18 Thread sailaja.banda
egards, Clement Hsu -- next part -- An HTML attachment was scrubbed... URL: http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users/attach ments/20061017/d6b89529/attachment.html -- Message: 7 Date: Tue, 17 Oct 2006 07:28:26 -0700 (GMT-07:00) F

RE: dsktable monitoring

2006-10-18 Thread sailaja.banda
Hi Dave, The disk monitoring is working fine now. Actually some of our code changes affected the monitoring behavior. We traced down the problem and fixed it. Thanks a lot. Regards, Sailaja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Se

How to understand and writing codes to connect system

2006-10-18 Thread Clement Hsu
Dear All:I am clement. I want to develop some mibs to get system infomations and sending traps, however, when i go to the agent diectory, I found there are many .o and .c files . But I don't know how to use them and which fuction i can apply to my mibs when I coding, especially Rmon.  I need help,c

Re: Timeout errors on HP-UX 11.11

2006-10-18 Thread Albert Chin
Other failures: 41: testing AgentX SET support... FAIL 45: testing Proxy GET support... FAIL 46: testing Proxy SET support... FAIL -- albert chin ([EMAIL PROTECTED]) - Using Tomcat but need to do more? Need to support

Re: Timeout errors on HP-UX 11.11

2006-10-18 Thread Thomas Anders
Albert Chin wrote: > .1.3.6.1.2.1.25.3.2.1.1.1536 = INTEGER: 1536 > Timeout: No Response from [host] Please run the agent under gdb and get us a backtrace ("bt" and "list") at this point. Does it hang/loop or crash? +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ---

"Dynamic" agent configuration

2006-10-18 Thread Jing Guan
According to the FAQ document in Net-SNMP website, "The location is used for information set during the running of the agent, which needs to be persistent between one run of the agent and the next." I copied the trap directive "monitor lmFanSensorsDevice "FanSpeed" lmFanSensorsValue < 2000" fro

Re: Tutorials or Howtos on Linux Network Monitoring with SNMP

2006-10-18 Thread Terrence Martin
Terrence Martin wrote: > Hi, > > I was wondering if anyone knew of any tutorials or howtos on how to > approach getting Net-SNMP to report network statistics (eg. interface > packet and byte counts) that can be then grabbed by tools like Cacti > or MRTG. There are a few tutorials on CPU and

Tutorials or Howtos on Linux Network Monitoring with SNMP

2006-10-18 Thread Terrence Martin
Hi, I was wondering if anyone knew of any tutorials or howtos on how to approach getting Net-SNMP to report network statistics (eg. interface packet and byte counts) that can be then grabbed by tools like Cacti or MRTG. There are a few tutorials on CPU and memory, but there is just so much

Re: Problems on AIX 5.3

2006-10-18 Thread Albert Chin
On Tue, Oct 10, 2006 at 04:37:11PM +0200, Thomas Anders wrote: > Arnaud BODENAN wrote: > > I get a core dump when I launch snmpd -f -Le > > > > I compile the libraries as dynamic libraries. I see in the > > readme.aix that this could be a problem. With net-snmp v5.3.1, is > > it mandatory to compi

Re: Timeout errors on HP-UX 11.11

2006-10-18 Thread Albert Chin
On Wed, Oct 18, 2006 at 02:37:06PM -0500, Albert Chin wrote: > On Wed, Oct 18, 2006 at 02:15:46PM -0500, Albert Chin wrote: > > On Wed, Oct 18, 2006 at 08:44:49PM +0200, Thomas Anders wrote: > > > Albert Chin wrote: > > > > We get no timeout errors on the HP-UX 11.00/PA, 11.23/PA, and > > > > 11.23

Re: Timeout errors on HP-UX 11.11

2006-10-18 Thread Albert Chin
On Wed, Oct 18, 2006 at 02:15:46PM -0500, Albert Chin wrote: > On Wed, Oct 18, 2006 at 08:44:49PM +0200, Thomas Anders wrote: > > Albert Chin wrote: > > > We get no timeout errors on the HP-UX 11.00/PA, 11.23/PA, and > > > 11.23/IA hosts. However, snmpwalk always returns the following against > > >

Re: Timeout errors on HP-UX 11.11

2006-10-18 Thread Albert Chin
On Wed, Oct 18, 2006 at 08:44:49PM +0200, Thomas Anders wrote: > Albert Chin wrote: > > We get no timeout errors on the HP-UX 11.00/PA, 11.23/PA, and > > 11.23/IA hosts. However, snmpwalk always returns the following against > > the 11.11/PA server: > > ... > > .1.3.6.1.2.1.25.3.2.1.1.1536 = IN

Re: Timeout errors on HP-UX 11.11

2006-10-18 Thread Thomas Anders
Albert Chin wrote: > We get no timeout errors on the HP-UX 11.00/PA, 11.23/PA, and > 11.23/IA hosts. However, snmpwalk always returns the following against > the 11.11/PA server: > ... > .1.3.6.1.2.1.25.3.2.1.1.1536 = INTEGER: 1536 > Timeout: No Response from [host] > > Any ideas? Does "mak

Timeout errors on HP-UX 11.11

2006-10-18 Thread Albert Chin
We've built net-snmp-5.3.1 on HP-UX 11.00/PA, 11.11/PA, 11.23/PA, and 11.23/IA. The snmpd.conf is: rouser public noauth rocommunity public We run snmpd as follows: # snmpd -f -Le -d An a RHEL 3/x86 machine we snmpwalk the server: $ /opt/TWWfsw/netsnmp53/bin/snmpwalk -v 1 -c public -On [ho

Problem while installing the perl package "NetSNMP.ppd"

2006-10-18 Thread snmp info
Hi All, I have installed ActiveState perl and the ppm version is ppm 4.00 Copyright (C) 2006 ActiveState Software Inc.  All rights reserved. The net-snmp agent I have installed is "net-snmp-5.3.1-ssl-1.win32.exe " When I am trying to install the Snmp perl packege which is bundle along the net

Trap source address

2006-10-18 Thread dan hennessey
I have a linux host with multiple interfaces. Using net-snmp-5.2.3 (have tried 3 versions so far) how can I set the source IP of sent traps. I have tried the "clientaddr" config setting but this doesn't work. I have tried modifying "snmplib/snmp_api.c" by changing "netsnmp_ds_register_config(A

How to install net-snmp only with the neceissary files

2006-10-18 Thread Clement Hsu
Dear All:I am Clement. I want to porting net-snmp to Xscale , but i don't know how to design porting methods and the factors of porting process if the limited storage for net-snmp is only 4 M. That also means I can only install the minimum and neceissary files, however, which is neceissary and whic

Re:About power-on trap

2006-10-18 Thread Clement Hsu
Dear James:It works , thank youBest Regards,Clement HsuDate: Tue, 17 Oct 2006 21:05:27 +0800From: "Clement Hsu" < [EMAIL PROTECTED]>Subject: About power-on trapTo: net-snmp-users Message-ID:    <[EMAIL PROTECTED]>Content-Type: text/plain; charset="iso-8859-1"

Re: Can We place Traps as part of Tables

2006-10-18 Thread Dave Shield
On 17/10/06, santhosh <[EMAIL PROTECTED]> wrote: > I have Implemented the above mechanism as part of standard table where one > can go with "snmpwalk" that part is working fine for the board Good. > as of second phase we want to support both as standard information in the > form of tables which c