This is a discussion on Re: Agent Extensibility within the SNMP Coders forums, part of the Networking and Network Related category; >>>>> On Thu, 15 Sep 2005 15:53:09 -0300, "Jordan Janeiro Lopes da Silva&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
>>>>> On Thu, 15 Sep 2005 15:53:09 -0300, "Jordan Janeiro Lopes da Silva"=
<jordan@telemidia.puc-rio.br> said: Jordan> I=B4m new in coding master agent. I=B4m trying to develop a maste= r Jordan> agent (a table) and a sub-agent(another table). I=B4ve created Jordan> the snmpd.conf with master agentx. Then I executed the master Jordan> agent and everything was fine. Then I tried to execute the Jordan> sub-agent and then I=B4ve found some errors like: "Failed to Jordan> connect to the agentx master agent: Unknown host(No such file Jordan> or directory)". Is there something that I have to configure or Jordan> code to work fine? agentx, on unix systems at least, open and read/write from /var/agentx/master. You need to make sure this file is creatable and writable by the agent and subagent. IE, run both as root or fix the permissions. --=20 Wes Hardaker Sparta, Inc. ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |