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

[Condor-users] Problem with config



refer this article:http://spinningmatt.wordpress.com/2011/06/12/getting-started-creating-a-multiple-node-condor-pool/, I do it as following,
[root@node1 ~]# cat > /etc/condor/config.d/exec.config
CONDOR_HOST = 192.168.20.24
DAEMON_LIST = MASTER, STARTD
ALLOW_WRITE = $(ALLOW_WRITE), $(CONDOR_HOST)
^D
but I found
# condor_config_val -config
Configuration source:
        /etc/condor/condor_config
Local configuration sources:
        /etc/condor/config.d/exec.config
        /etc/condor/condor_config.local
#condor_config_val -v daemon_list
DAEMON_LIST: COLLECTOR, MASTER, NEGOTIATOR, SCHEDD, STARTD
  Defined in '/etc/condor/condor_config.local', line 33.
# condor_version
$CondorVersion: 7.6.3 Aug 24 2011 BuildID: 362955 $
$CondorPlatform: x86_64_deb_5.0 $
Because the version of the condor or the other reason?
THANKS!
Jeff