The usmUser lines are now appearing in the persistent file.  It seems to 
require a SIGHUP signal to the agent in order to get the cached 
usmUserTable to be written out.  Rebooting the system (obviously?) did 
not give the agent enough time, or maybe the SIGTERM handler does not 
cause the write as does the SIGHUP handler.

In any case, I have another, seemingly related issue:

The vacmSecurityToGroupTable is not being saved out the the persistent 
data files, and this is causing my usmUsers to have no view access upon 
restart/reboot.

I still would expect that table items whose StorageType is nonVolatile 
are written out to the persistent data file(s).  The snmplib/vacm.c 
source implies that the views should be written out:

[bit of grep...]
./vacm.c:139: * vacm_save_view(): saves a view entry to the persistent cache
./vacm.c:209: * vacm_save_access(): saves an access entry to the 
persistent cache
./vacm.c:376: * vacm_save_group(): saves a group entry to the persistent 
cache

I do not follow the code enough to determine why the nonVolatile 
vacmSecurityToGroup entries are not written to persistent files.  A more 
general question might be:  what criteria triggers _any_ nonVolatile 
entry to be saved out?

Thank you in advanced for any insight to this baffling issue.

   Rob


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to