[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] problem with condor_q -analyze



On 5/30/07, Partha sarathi <jinka.partha@xxxxxxxxx> wrote:
initally it was like

127.0.0.1 localhost.localdomain perfcoelnx3 localhost

but i changed it with all the machines in the pool like

127.0.0.1                   perfcoelnx3

Yeah, that's wrong. Please talk with your local system administrator
to help you get this right, but you should have something like

127.0.0.1               localhost.localdomain localhost
10.237.234.xxx    perfcoelnx3

The IP address for perfcolenx3 cannot be 127.0.0.1, or else the Condor
daemons on percolenx3 will only be able to talk to themselves.

-Erik