-
Notifications
You must be signed in to change notification settings - Fork 5
Condor Configuration for a two node Setup
Vahid Daneshmand edited this page Aug 17, 2020
·
1 revision
Just two nodes in the setup: 1- Central Manager and Submission 2- Execution
sudo vi /etc/condor/condor_config.local
CONDOR_HOST = 128.227.150.21
NETWORK_INTERFACE = $(CONDOR_HOST)
ALLOW_NEGOTIATOR = $(CONDOR_HOST)
ALLOW_ADMINISTRATOR = $(CONDOR_HOST), $(FULL_HOSTNAME)
HOSTALLOW_ADMINISTRATOR =
COLLECTOR_HOST = $(CONDOR_HOST):9618
ALLOW_OWNER = $(CONDOR_HOST), $(ALLOW_ADMINISTRATOR)
ALLOW_READ = 10.244.37.159
ALLOW_WRITE = 10.244.37.159
DAEMON_LIST = COLLECTOR, MASTER, NEGOTIATOR, SCHEDD
ALLOW_DAEMON = 10.244.37.159
sudo vi /etc/condor/condor_config.local
CONDOR_HOST = 128.227.150.21
NETWORK_INTERFACE = eth0
ALLOW_ADMINSITRATOR = $(FULL_HOSTNAME), $(CONDOR_HOST)
HOSTALLOW_ADMINISTRATOR =
COLLECTOR_HOST = $(CONDOR_HOST)
NEGOTIATOR_HOST = $(CONDOR_HOST)
DAEMON_LIST = MASTER STARTD
ALLOW_DAEMON = $(CONDOR_HOST)