Re: vp-magic and OID passed by snmpd

2007-06-25 Thread Shivani Garg
Thanks, that solved my problem. On 6/21/07, Dave Shield [EMAIL PROTECTED] wrote: On 21/06/07, Shivani Garg [EMAIL PROTECTED] wrote: struct variable7 systemInfo_variables[] = { #define OVERALLDISKOCCUPANCYINKB 276 {OVERALLDISKOCCUPANCYINKB, ASN_UNSIGNED, RONLY,

Conversation of seconds to DateAndTime

2007-06-25 Thread somenath.pal
Hi All, As per our requirement I need to converts seconds in to DateAndTime format. Is there any function that can do this? Or I need to write the function to do this? Please provide your inputs. Regards, Somenth - This

HP SAN VA71000

2007-06-25 Thread Toto Carpaccio
Hi folks, I am new to snmp and i have been assigned the task to monitor and integrate to our monitoring tool Nagios some info about an old HP SAN VA7100. The SAN works with snmp as there is a tool called SDM that monitors the status of arrays and controllers but i am searching where is the MIB,

RE: Conversation of seconds to DateAndTime

2007-06-25 Thread Jayaprakasha Guddenahalli Naganna
If you are getting epoch value then call the date_n_time (snmp-tc.c) function to get corresponding DateAndTime TC. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, June 25, 2007 1:55 PM To:

Re: Conversation of seconds to DateAndTime

2007-06-25 Thread Dave Shield
On 25/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I need to converts seconds in to DateAndTime format. Is there any function that can do this? See 'date_n_time()' in snmplib/snmp-tc.c Dave - This SF.net email is

Re: SNMP_MSG_TRAP

2007-06-25 Thread Dave Shield
On 25/06/07, Daniel Coelho [EMAIL PROTECTED] wrote: and now I would like some help on an example or a link for sending and receiving traps. For sending traps, see 'apps/snmptrap.c' For receiving traps, see the application 'snmptrapd'. Note that receiving (and processing) traps is a

RE: smux trap from Dell OpenManage issue

2007-06-25 Thread Jayson Robinson
Tom,It doesn't appear to cover the smux traffic. It also appears that the -d isn't working on the 5.0.9 agent. This is what I got from the 5.3 Agent. I can see the outgoing trap traffic.Got trap from peer on fd 21no storage for OIDno storage for OIDno storage for OIDno storage for OIDno

Pthread Creation

2007-06-25 Thread Rajesh Balasubramanian
Hi All, Im curretly using net-snmp 5.2.3 for supporting a MIB. I would like to create a separate pthread in net-snmp due to my need. But I am getting the following error, have the statement pthread_create in snmpd.c net-snmp-5.2.3/agent/snmpd.c:1034: undefined reference to `pthread_create'

code to tftp download cisco configs.

2007-06-25 Thread Ajay Chenampara
Hi there, I know im overlooking something here and i hope someone here will be able to point it out... Im writing a script to download our s/w and router configs via tftp using snmp commands. the snmpset command from the command prompt works, but my perl script is not. What am i goofing up? As