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

Re: [HTCondor-users] Jobs run only locally






On Wed, Dec 11, 2013 at 7:00 AM, Ivan BorÅ <axivanax@xxxxxxxxx> wrote:
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.




_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/

Hi,

Check the ALLOW_WRITE parameter in your condor_config.local file. It should have the network address of your pool.

For instance:
ALLOW_WRITE = 192.168.1.0

--
Diego Bello CarreÃo