Hi,
I have set up a head node on my machine(machine1):
Daemons=COLLECTOR, MASTER, NEGOTIATOR, SCHEDD, STARTD
And in another machine(machine2)
Daemons=MASTER,STARTD.
Running condor_status on both machines I get:
Name OpSys Arch State Activity LoadAv Mem ActvtyTime
machine1 LINUX X86_64 Unclaimed Idle 0.000 2003 0+00:04:43
machine2
LINUX X86_64 Unclaimed Idle 0.760 7895 0+00:04:40
Also
pstree indicates that the daemons are running.
Here is the problem though:
When I submit a job via condor (e.g condor_submit job.sub) it seems that the job/jobs run only on machine1/my localhost. condor_q -run outputs
ID OWNER . SUBMITTED RUN_TIME HOST(S)
4914.7 user 12/11 13:58 0+00:00:00 machine1
So what I'm doing wrong, because I want the jobs to run both on machine1 and machine2.