Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Help with server upgrade
- Date: Thu, 26 Aug 2010 12:00:42 -0500
- From: Mick Charles Beaver <mick@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Help with server upgrade
On 08/26/2010 11:40 AM, Sunny Shah wrote:
So my question is, at what stage in the condor installation is the
server address dictated and how would I go about changing it?
It's dictated at configuration time. On your execute (slave) nodes, run:
condor_config_val CONDOR_HOST
You can change that in the configuration files. You can find those by
running:
condor_config_val LOCAL_CONFIG_FILE
-Mick