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

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



> 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
> 10.237.234....            second m/c
> 10.237.234....             third m/c

This is wrong. It should be:

127.0.0.1	localhost.localdomain localhost
10.237.234....	perfcoelnx3

Right now you've got perfcoelnx3 resolving to the loopback address on the machine. Kind of a circular route.

This also explains your condor_status issues in the other email thread BTW.

- Ian