我是初学者秃鹰用户,我不太清楚自己在做什么。
我有两台机器:MASTER和SLAVE
MASTER CONFIGURATION:(/ etc / condor / condor_config)
LOCAL_CONFIG_FILE = /etc/condor/condor_config.local
CONDOR_HOST = vm-75142.mydomaine.fr
COLLECTOR_NAME = $(CONDOR_HOST)
DAEMON_LIST = COLLECTOR, MASTER, NEGOTIATOR,SCHEDD
SLAVE CONFIGURATION:(/ etc / condor / condor_config)
LOCAL_CONFIG_FILE = /etc/condor/condor_config.local
CONDOR_HOST = vm-75142.mydomaine.fr
COLLECTOR_NAME = $(CONDOR_HOST)
DAEMON_LIST = MASTER, STARTD
信息:SELINUX已禁用,我刷新了iptables
问题是当我这样做时:
MASTER:
Condor_status
我没有获得池信息,就像文档说的那样!
我希望你知道为什么:)!
谢谢!
答案 0 :(得分:0)
将主配置文件和从配置文件/ etc / condor / condor_config中的以下行更新为:
CONDOR_HOST = 192.168.XX.XX ##您的神鹰主机IP地址
$ condor_restart or service condor restart
$ condor_status or condor_status -any