On 9 April 2012 10:38, Jasti Durgashree <shreemo...@gmail.com> wrote: > Hi all, am following the steps given in > http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent but > when am giving the below command am getting the result as follows: > > newuser@newuser-desktop:/$ snmpd -f -Lo -C --rocommunity=public > --master=agentx --agentXSocket=tcp:localhost:1705 udp:1161 > Turning on AgentX master support. > read_config_store open failure on /var/net-snmp/snmpd.conf > read_config_store open failure on /var/net-snmp/snmpd.conf
That simply means that because you are running this agent as a "normal" user (rather than root), the agent can't save its persistent state. > so anyone can please suggest me what i should give after NET-SNMP version > 5.6.2.pre1 to work my agent? The agent should actually be working OK. Try querying it. In order to run the final agent safely, you should probably start it as root, so that it *can* maintain the persistent state. But it's fine to run it as a normal user during development. I do this all the time. Dave ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders