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

Re: [condor-users] Problems Re-adding a Condor Client



On Thu, Sep 11, 2003 at 10:49:20AM -0500, Erik Paulson wrote:
> 
> Yes - The Condor central manager listens on port 9614 for updates.

Oops - I meant 9618. 

9614 is also used by the central manager, but that's the port the negotiator
listens to.

Both of those ports are configurable in Condor version 6.5.3 - you can
say

COLLECTOR_HOST = condor.cs.wisc.edu:10000
NEGOITATOR_HOST = condor.cs.wisc.edu:10001

and they'll use different ports. 

If you set
CONDOR_HOST = condor.cs.wisc.edu:10000

you'll need to make sure that COLLECTOR_HOST and NEGOTIATOR_HOST don't
both try and set themselves to $(CONDOR_HOST), which is the default.

The checkpoint servers also hardcode themselves to use port 5651 and
5652, and there's no way to override that.

-Erik

Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>