net-snmp issue

2011-08-18 Thread Sergey Prilutsky
Hi there, We are having a very strange issue with net-snmp on Solaris 10 server. snmpd dies all of the sudden, and then we try to disable the service, it goes into maintenance mode, I have to run another disable to bring snmpd into disabled mode, then I enable it back. It runs ok for 30

Re: Very weird net-snmp issue on Solaris 10 server

2011-08-18 Thread Wes Hardaker
On Wed, 17 Aug 2011 13:35:43 -0500, Sergey Prilutsky sprilut...@hotmail.com said: SP We are having a very strange issue with net-snmp on Solaris 10 SP server. Is this the snmpd that comes with solaris, or a self-built one? You might consider building a newer copy to see if that fixes the

Re: NET-SNMP Compile Errors

2011-08-18 Thread Wes Hardaker
On Wed, 17 Aug 2011 14:22:21 -0400, Lomax, Michael P. mlo...@quadramed.com said: LMP -bash-2.05b# echo $OSTYPE LMP aix5.1 You might try running configure using bash instead of /bin/sh. IE, run it as bash configure ...options... instead. -- Wes Hardaker Please mail all replies to

RE: NET-SNMP Compile Errors

2011-08-18 Thread Lomax, Michael P.
Should I uninstall what it previously installed before trying your suggestion? Would that be the `make uninstall` command from the install directory? Obviously I will also start with a fresh extract of the delivered tarball as well. Mike Lomax Principal Systems Engineer, Advanced Technology

RE: Implementing LLDP MIB - table index problem

2011-08-18 Thread Hay, Joshua A
Thanks for the response. It turns out the data wasn't being loaded properly, but it's all good now. And sorry for the late response, I was out for a few days. Thanks, Josh Hay -Original Message- From: Robert Story [mailto:rst...@freesnmp.com] Sent: Wednesday, August 10, 2011 6:28

Re: Idea to save snmpwalk o/p in to database ?

2011-08-18 Thread Wes Hardaker
On Wed, 17 Aug 2011 06:50:42 +0100, Dave Shield d.t.shi...@liverpool.ac.uk said: DS The simplest way to do that (though not the most efficient) would DS probably be to clear the database table completely, and walk the MIB DS table in its entireity. But there are better ways to handle this, DS

Re: consistent response handling for running out of resources

2011-08-18 Thread Wes Hardaker
On Thu, 11 Aug 2011 12:33:43 +0100, Lewis Adam-VNQM87 vnq...@motorolasolutions.com said: LA As I have mentioned, we do have an embedded system with limited LA resources and it would be interesting to know how unix-style agents cope LA with the same sort of test. RFC3416 has this to say:

Re: Need help for engineBoots

2011-08-18 Thread Wes Hardaker
On Thu, 11 Aug 2011 02:01:14 -0400, Senthil Nathan snat...@alphion.com said: SN The master agent respond with the set/get operation with out any SN problem.In certain time,the engineBoots value in reponse PDU coming as SN 1.I have checked the persistent file ,Where the engineBoots value SN

Re: Facing issue with engineBoots

2011-08-18 Thread Wes Hardaker
On Thu, 11 Aug 2011 12:50:30 +0530 (IST), Sasikumar sasi_bku...@yahoo.co.in said: S    The app is running as master and sub-agent model. Master is being S run in the following fashion /usr/local/sbin/snmpdv3 -I -ifTable -I S -ifXTable -Lsd -c /etc/snmp/snmpd.conf -p /var/run/snmpd -a S

Re: 5.7.1.pre1 available for testing

2011-08-18 Thread Wes Hardaker
On Wed, 10 Aug 2011 23:23:34 +0200, Claus Klein claus.kl...@arcormail.de said: CK I have tested the new net-snmp version on my mac-book. In general it CK works fine. Thanks for the feedback! CK But I have noticed erros at snmpd.log file: CK looks like a 64bit wrap, but prev!=new CK c64 32

RE: consistent response handling for running out of resources

2011-08-18 Thread Lewis Adam-VNQM87
I think we have 2 issues: one that we have limited resources and the other that even when we have the resources, we are hitting the 2048 byte limit set when creating the response buffer in _sess_async_send() in snmplib\snmp_api.c . As far as I can tell, in the latter case we just time out the

Re: 5.7.1.pre1 available for testing

2011-08-18 Thread Wes Hardaker
On Wed, 10 Aug 2011 23:23:34 +0200, Claus Klein claus.kl...@arcormail.de said: CK Too I have tried to compile with SSH transport, but this fails! CK I have prepared a Patch to fix this. Too there was a small typo at the CK man page. I send you my build script too: Looks like progress on the

Re: Very weird net-snmp issue on Solaris 10 server

2011-08-18 Thread Wes Hardaker
On Thu, 18 Aug 2011 10:07:19 -0500, Sergey Prilutsky sprilut...@hotmail.com said: SP it is not Solaris snmp, it is net-snmp Yes, but I mean did it come with the solaris OS (which redistributes our agent), or did you compile your own? Sounds like you compiled your own. -- Wes Hardaker

Re: NET-SNMP Compile Errors

2011-08-18 Thread Wes Hardaker
On Thu, 18 Aug 2011 10:51:39 -0400, Lomax, Michael P. mlo...@quadramed.com said: LMP Should I uninstall what it previously installed before trying your LMP suggestion? nope. LMP Would that be the `make uninstall` command from the install LMP directory? That should work, but it's a tricky

Re: 5.7.1.pre1 available for testing

2011-08-18 Thread Claus Klein
Hi Wes, It works, but every request is mapped to the same usm_user under mac-ox. So you are right, it is not ready for production use! In my opinion, the ssh daemon can handle the authentication of different user, but we can not use the view based access control to distinguish them under

RE: NET-SNMP Compile Errors

2011-08-18 Thread Lomax, Michael P.
Thanks Wes... I altered the previously created script to run configure to read `bash ./configure` where I had run just `./configure` previously. Note that I have not used options for any of these runs as I did not want to change anything from the original run. I am inputting the contact and

5.7.pre2 available for testing (last pre-release)

2011-08-18 Thread Wes Hardaker
The 5.7.1.pre2 pre-release is now available for testing: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.1-pre-releases/ This will be the last pre-release (most likely) before 5.7.rc1, at which time we won't accept anything but critical patches. If you do have a patch to submit,

Re: 5.7.pre2 available for testing (last pre-release)

2011-08-18 Thread Magnus Fromreide
On Thu, Aug 18, 2011 at 01:15:52PM -0700, Wes Hardaker wrote: The 5.7.1.pre2 pre-release is now available for testing: https://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.1-pre-releases/ Tested on solaris 10 and AIX 5.3 - seems ok. /MF

RE: Very weird net-snmp issue on Solaris 10 server

2011-08-18 Thread Sergey Prilutsky
No, we did not compile it on our own, it came with Solaris Thanks Sergey Prilutsky From: harda...@users.sourceforge.net To: sprilut...@hotmail.com CC: harda...@users.sourceforge.net; net-snmp-coders@lists.sourceforge.net Subject: Re: Very weird net-snmp issue on Solaris 10 server

RE: Very weird net-snmp issue on Solaris 10 server

2011-08-18 Thread Sergey Prilutsky
it is not Solaris snmp, it is net-snmp snmpd is online and enabled (SMF) and there are no messages. It just stops to process requests, like you saw in higlighted (red) packets. Plus when I do snmpget, it gives me timeout Does someone know about the MIB cache table and it's