On Wed, 6 Jun 2007 15:49:10 +0530 Awadhesh wrote:
A> [...] If i try to set
A> the particular column instances with some value, it sets properly as per
A> response (please note that , no error come) but If I read the same
A> instances(same column) it is giving the old value which i have initialized
A> earlier.

That's odd. 
A> I did same process with single index table and it is working fine.
A> 
A> When i debug the code, it is coming in all the phases like RESERVE1,
A> RESERVE2, SET-ACTION, COMMIT, DELETE_ROW(checked it using printf() ).

That looks good. The delete row should be a delete of the undo row used during
the set. Try running the agent with -Dtable_array for a little more debug info.

What do your set and commit functions look like?

A> Also how can i increase the TIMEOUT value of response time of SET/GET
A> command in net-snmp. Because If i use gdb debugger with my subagent to check
A> the problem, TIMEOUT response is coming.

'snmpset -r 0 -t 300' will give you 300 seconds (5 minutes)

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to