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

Re: [Condor-users] condor install problem



On 11/22/2010 04:48 AM, 김주현 wrote:
What's the problem?

It looks like you may have a few issues. Which distribution and version of Linux are you using? What is the intent of the machine you are setting up? That is, is it a submit node, central manager, execute node, etc.?

How do i set NETWORK_INTERFACE?

You set the value in your condor_config.local file. Usually this is located at /etc/condor/condor_config.local, but in your case, it looks like it may be at /scratch/condor/condor_config.local. You should set the value to the IP address that you intend condor to use.

NETWORK_INTERFACE = 123.45.67.89

-Mick