NetSNMP v5.2.1 fails to compile on HP-UX 11.31 IA64

2011-02-23 Thread Logeswari Viswanath
Hi all, We encountered below error when compiling NetSNMP v5.2.1 on HP-UX 11.31 IA system. == /bin/sh ../../libtool --mode=compile cc -I../../include -I. -I../../agent -I..

Re: Subagent blocked for 18 seconds - when SNMPD is put to STOP state

2009-08-05 Thread Logeswari Viswanath
On Fri, Jul 17, 2009 at 1:42 PM, Logeswari Viswanath wrote: > On Thu, Jul 16, 2009 at 5:17 PM, Dave Shield > wrote: >> 2009/7/15 Logeswari Viswanath : >>>          - These session attributes are hardcoded with values 1 sec for >>> timeout and 5 for retries >>

Re: Subagent blocked for 18 seconds - when SNMPD is put to STOP state

2009-07-17 Thread Logeswari Viswanath
On Thu, Jul 16, 2009 at 5:17 PM, Dave Shield wrote: > 2009/7/15 Logeswari Viswanath : >>          - These session attributes are hardcoded with values 1 sec for >> timeout and 5 for retries >> >>   Can these values be made configurable using the variables >> a

Re: Subagent blocked for 18 seconds - when SNMPD is put to STOP state

2009-07-16 Thread Logeswari Viswanath
Also, please let me know if there is a Net-SNMP API which the subagent can use to retrieve the session attributes and reset their values after intialising the agent library using init_agent() function call so that we can avoid changes to the net-snmp code. Best Regards, Logeswari. ---

Subagent blocked for 18 seconds - when SNMPD is put to STOP state

2009-07-16 Thread Logeswari Viswanath
Hi all, When snmpd master agent is in STOP state and our subagent pings it, it does not respond to any of the client requests for around 18 seconds. Here are our observations after analyzing the problem - Duration of unresponsive period depends on two session param

Why are Session Timeout and Session Retries values hard coded?

2009-04-22 Thread Logeswari Viswanath
Hi all, Why are the values for the session attributes such as session timeout and retries are hard coded while initializing the session attributes in the function subagent_open_master_session() for the sub-agent? Can't these values be made configurable by the user through the variables age