Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] regarding Multiple Pool settings Question
- Date: Fri, 8 Nov 2013 18:55:39 +0000 (UTC)
- From: Tony <tonyw8@xxxxxxxxx>
- Subject: [HTCondor-users] regarding Multiple Pool settings Question
This the script I'm copying from condor_config file.
## What machine is your central manager?
CONDOR_HOST=Localhost
so if I'm setting up Multiple pool, Can I just change local host to my
server names or ip address like below on every single computer,
================================================================
## What machine is your central manager?
CONDOR_HOST=Server001,Server002,Server003,Server004,Server005
=================================================================
If I changed the files from central manager, which command I can use to sync
with all Condor computers?
Please advise. thank you.