Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Submit jobs to run on another machine
- Date: Sun, 03 Jan 2010 23:09:21 -0500
- From: Matthew Farrellee <matt@xxxxxxxxxx>
- Subject: Re: [Condor-users] Submit jobs to run on another machine
On 12/09/2009 07:35 PM, Joseph Yandle wrote:
> Hi,
>
> I have set up a condor pool with two machines running on Kubuntu 9.10.
> One central manager, and a second machine running condor_master,
> condor_schedd & condor_startd. I can submit jobs from the central
> manager and the jobs run on both machines. But when I submit jobs from
> the second machine the jobs will only run on that machine, and not the
> central manager. Also, when I enter 'condor_q -g' on the second machine,
> it says:
> -- Failed to fetch ads from: <127.0.1.1:57547>
> CEDAR:6001:Failed to connect to <127.0.1.1:57547>
>
> Thanks,
> Joseph
I bet the issue is your FILESYSTEM_DOMAIN and use, or lack of use, of file transfer.
condor_q -better-analyze should tell you for sure.
Search for FILE TRANSFER COMMANDS, especially should_transfer_files:
http://www.cs.wisc.edu/condor/manual/v7.4/2_5Submitting_Job.html#sec:submit-cmds
Best,
matt