Hi Akara, Can you explain to me the process on how a master contacts an agent (in the case where the agent daemon is already running on the machine)?
What does the interface script actually do? I assume that if the agent daemon is already running, then the faban master talks to the agent through some port? -Harold --- On Mon, 3/15/10, Akara Sucharitakul <[email protected]> wrote: > From: Akara Sucharitakul <[email protected]> > Subject: Re: agent port? > To: [email protected] > Date: Monday, March 15, 2010, 5:11 PM > 2 ways: > 1) Try remove/rename the script. In that case Faban will > use a different code path (needs JavaSE6 or later) and tries > to use the echo port, but only if Faban is not running as > root. As root, it will try to use the ping port. > 2) Feel free to update/modify the script to fit your needs. > If you have other ways to establish the route and therefore > the interface address on the local system being used, it > will also work. > > -Akara > > Harold Lim wrote: > > Hi Akara, > > > > The machines are not pingable (disabled by admin). but > they can be accessed through SSH and other stuff. > > > > Is there any way around this? > > > > Thanks, > > Harold > > > > --- On Mon, 3/15/10, Akara Sucharitakul <[email protected]> > wrote: > > > >> From: Akara Sucharitakul <[email protected]> > >> Subject: Re: agent port? > >> To: [email protected] > >> Date: Monday, March 15, 2010, 4:59 PM > >> Nothing to do with the ports. This > >> message is from the interface script under > $FABAN/bin/<os>/interface. Basically, the ping > >> (with route collection) bailed trying to reach the > host in question. To > >> debug this issue, just run: > >> > >> $ cd $FABAN/bin/<os>/ > >> $ ./interface <host> > >> > >> The script is supposed to provide an interface > address for > >> contacting that host. Fell free to check out the > script. Please keep > >> me posted. Thanks. > >> > >> -Akara > >> > >> > >> Harold Lim wrote: > >>> Hi Akara, > >>> > >>> I have attached the log. > >>> > >>> The process I use to run faban, is I start up > the > >> faban/bin/agent from each of my machines and then > from my > >> master I just input the host/ip address of them. > >>> > >>> > >>> > >>> > >>> > >>> Thanks, > >>> Harold > >>> --- On Mon, 3/15/10, Akara Sucharitakul <[email protected]> > >> wrote: > >>>> From: Akara Sucharitakul <[email protected]> > >>>> Subject: Re: agent port? > >>>> To: [email protected] > >>>> Date: Monday, March 15, 2010, 3:07 PM > >>>> Faban uses ports in the 9950-9999 > >>>> range. Please feel free to send out the > logs and > >> I'm happy > >>>> to help take a look. Thanks. > >>>> > >>>> -Akara > >>>> > >>>> Harold Lim wrote: > >>>>> What ports do the faban agent need? > >>>>> Currently I have faban agent running > on one of > >> my > >>>> machine but the faban master can't seem to > contact > >> it. > >>>>> I get SEVERE cannot contact XXXXXXXX > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> -Harold > >>>>> > >>>>> > >>>>> > > >>> > >>> > >> > > > > > > > >
