Re: how to code snmpset for scalar type object

2010-04-13 Thread Hemant Soundankar
3, 2010 at 2:22 AM, Wes Hardaker < hakerda...@users.sourceforge.net> wrote: > >>>>> On Sun, 11 Apr 2010 10:45:32 +0530, Hemant Soundankar < > hemantsoundan...@gmail.com> said: > > HS> case MODE_SET_ACTION: > > HS> Please tell me where do i make

how to code snmpset for scalar type object

2010-04-10 Thread Hemant Soundankar
point */ netsnmp_set_request_error(reqinfo, requests, SNMP_ERR_UNDOFAILED); } break; Please tell me where do i make changes and what changes are

viewing snmpd logs

2010-04-09 Thread Hemant Soundankar
Please can someone hep me in viewing the logs that are generated by any running subagent. Tell me where i can find it and how do i view it. I am new in linux. I am using net-snmp 5.5 build. Thanks, -- Hemant Soundankar

daemon for snmpd

2010-04-08 Thread Hemant Soundankar
Can any one help me in following: How do i start my snmpd by just the start service command service snmpd start How do i achieve this. I also want to do the same for a sub agent that i have created Please help Thanks -- Hemant Soundankar

snmpget and snmpset for a scalar object of the syntax: DisplayString

2010-04-08 Thread Hemant Soundankar
point */ netsnmp_set_request_error(reqinfo, requests, SNMP_ERR_UNDOFAILED); } break; Please tell me where do i make changes and what changes are

Logs

2010-04-08 Thread Hemant Soundankar
Please can someone hep me in viewing the logs that are generated by any running subagent. Tell me where i can find it and how do i view it. I am new in linux. I am using net-snmp 5.5 build. Thanks, -- Hemant Soundankar

Querying one subagent for different queries.

2010-03-31 Thread Hemant Soundankar
and i have to monitor them simultaneously then how can i register my subagent for these database servers. Also i am ready to post my project on net. Can it be certified as OpenSource and get registered. If yes, please tell me the procedure. Thank you, -- Hemant Soundankar

Re: refresh time for container_load func.

2010-03-27 Thread Hemant Soundankar
Robert and Dave thanks a lot for your help . Dave you are right. I did the same. Thanks, On Sat, Mar 27, 2010 at 4:01 PM, Dave Shield wrote: > On 26 March 2010 16:58, Hemant Soundankar > wrote: > > Because the code says , > > >> cache->timeout = RDBMSDBTABLE_C

Re: refresh time for container_load func.

2010-03-26 Thread Hemant Soundankar
ied searching the same in the templates generated my mib2c but i couldn find them there. I think by changing this value the work should be done. Please correct me if i am wrong. Thanks in advance, --Hemant Soundankar On Fri, Mar 26, 2010 at 10:14 PM, Dave Shield wrote: > On 26 March 2010 1

Re: refresh time for container_load func.

2010-03-26 Thread Hemant Soundankar
Perfect Dave!! But how do i change the cache timeout to some other value. On Fri, Mar 26, 2010 at 9:20 PM, Dave Shield wrote: > On 26 March 2010 15:38, Hemant Soundankar > wrote: > > Is there any other implementation where i can still use container_load > and > > implemen

Re: refresh time for container_load func.

2010-03-26 Thread Hemant Soundankar
results for the MIB objects are stored in the cache . So the next consecutive results for snmp commands are returned from the cache instead of calling my logic ie calling container_load function. Your help is appreciated. Thanks in advance. --Hemant Soundankar On Fri, Mar 26, 2010 at 8:01 PM

refresh time for container_load func.

2010-03-26 Thread Hemant Soundankar
container_load function every time i issue the snmptable command in the terminal. Right now what i have to do is , restart my subagent ... Please suggest me how i can implement the dynamism without restarting my subagent. Thanks in advance, -- Hemant Soundankar

Re: Network Access

2010-03-15 Thread Hemant Soundankar
tical for my project. Please help. Thanks for your valuable time, --Hemant On Mon, Mar 15, 2010 at 2:27 PM, Manjit wrote: > Hi Hemant, > Put the below line in snmpd.conf and try : > rwcommunity demopublic > > Regards, > Manjit > > Hemant Soundankar wrote: > >> Hi A

Network Access

2010-03-15 Thread Hemant Soundankar
ommunity 192.168.1.8 ifTable I get the following o/p: Timeout: No Response from 192.168.1.8 Please reply with a solution Thanks in advance -- Hemant Soundankar -- Download Intel® Parallel Studio Eval Try the new software tools

Single executable for multiple tables

2010-02-22 Thread Hemant Soundankar
"*** commands commence before first target" Please give me solution for the above problem. Thanks in Advance --Hemant Soundankar -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compi

Re: GUI for net-snmp

2010-01-30 Thread Hemant Soundankar
net-snmp code? Thanks in advcance, -Hemant Soundankar On Fri, Jan 22, 2010 at 4:39 PM, Dave Shield wrote: > 2010/1/22 Hemant Soundankar : > > Please suggest me a good opensource GUI for net-snmp manager. > > What exactly do you want this GUI to do? > The Net-SNMP suite comes

GUI for net-snmp

2010-01-21 Thread Hemant Soundankar
Hello, Please suggest me a good opensource GUI for net-snmp manager.I have tried using OpenNMS but its not getting configured. Thanks in advance, Hemant Soundankar -- Throughout its 18-year history, RSA Conference

snmpget

2010-01-19 Thread Hemant Soundankar
Why we cannot issue snmpget request on any object inside a table? -- Hemant Soundankar -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, cre

Re: problem with mib2c

2010-01-08 Thread Hemant Soundankar
I found a crude solution for this. I removed rdbmsSrvParamName from the INDEX list of rdbmsSrvParamTable and then i modified the accessibility of this object from not-accessible to read-only. Now the template is generated as i wanted. On Fri, Jan 8, 2010 at 10:50 PM, Hemant Soundankar

problem with mib2c

2010-01-08 Thread Hemant Soundankar
Hello, I am implementing RFC 1697 for postgres. While generating the code template for rdbmsSrvParamTable via mib2c , no code/ functions for inserting proper value for rdbmsSrvParamName is generated. Please help with the code template generation. Thanks, Hemant Soundankar

how to create a subagent

2009-12-18 Thread Hemant Soundankar
Hello, Please guide me in creating a subagent that will monitor database parameters given in d MIB (RFC 1697). I referred to the tutorials but that dint help. -- Hemant Soundankar -- This SF.Net email is sponsored by

Loading MIBs : Help

2009-09-26 Thread Hemant Soundankar
Hello, I want net-snmp to recognize the RDBMS-MIB defined in RFC 1697 I have copied the MIB in the /usr/local/share/snmp/mibs directory and also copied the APPLICATION-MIB and SYSAPPL-MIB which are reffered/imported by RDBMS-MIB. Now when i run 'snmptranslate -On RDBMS-MIB::rdbmsDbTable' , i get

Just a query.

2009-09-20 Thread Hemant Soundankar
Hello, I just want to kno weather 1 subagent can handle multiple MIBs. And if yes please guide me. Thank you -Hemant Soundankar -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only

Help needed:writing a dynamically loadable module

2009-09-13 Thread Hemant Soundankar
en on (): Could you please tell me what tis exactly means and tell me how do i resolve this error. Thanks in advance, - Hemant Soundankar -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 3

extending snmp agent

2009-09-12 Thread Hemant Soundankar
Hello, I am looking for a method other than using mib2c to extend snmpd. Can anyone guide me through this. Thanks in advance, - Hemant -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day tria

Re: Help!! (extending net-snmp agent)

2009-09-10 Thread Hemant Soundankar
Hello Sir, Thank you for the reply. I restarted the master agent without the ifTable mib and the subagent executed successfully. -Hemant Soundankar On Thu, Sep 10, 2009 at 1:38 AM, Magnus Fromreide wrote: > On Thu, Sep 10, 2009 at 01:20:11AM +0530, Hemant wrote: > > Hello Sir, > &

Help!! (extending net-snmp agent)

2009-09-09 Thread Hemant Soundankar
have to reinstall my master agent. Thanks in advavnce - Hemant Soundankar -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and