Re: Running Multiple snmpd agents on solaris (atleast two).

2009-02-16 Thread Pradhap D
If you pefer not to use command line, start the daemon with alternate snmpd.conf file. #/usr/sbin/snmpd -f -c /tmp/snmpd.conf The contents of the file /tmp/snmpd.conf should look like --- rocommunity public agentaddress 18000 -- Change the port "18000" to you suit your needs. ~ Pradhap

Agentx trap issue

2006-09-18 Thread Pradhap D
Hi ,    I am using snmpd (5.3.1) with agentx support . I have a subagent with sends continously send_v2trap() traps to the master agent. But the issue is snmpd hangs when send_v2trap is called continously . Below is the stack trace. test1@/# pstack `pgrep demo`2012:   ./demo_module_8 fe984f57 send 

Re: Net-snmp compilation issue

2006-06-20 Thread Pradhap D
Pv6 support is not enabled <> If I try to --enable-ipv6 --with-transports="UDP TCP" without "UDPIPv6  TCPIPv6" transports configure goes through fine... Any idea what is causing this issue. thanks, Pradhap.D On 6/20/06, Thomas Anders <[EMAIL PROTECTED]> wrote: Pradh

Net-snmp compilation issue

2006-06-20 Thread Pradhap D
Hi ,   I am trying to compile latest net-snmp 5.3.1 with the options #./configure --enable-ipv6 --with-mib-modules='host disman/event-mib ucd-snmp/diskio'  --with-cflags=-Dsolaris_2  --with-transports='UDP UDPIPv6 TCPIPv6 TCP' But it thows error as checking for uint64_t... yes checking for u_in