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

[Condor-users] Job not executing on host.....but central manager submit it



Hi,
I have a central manager that can submit job and one node.
This machine are hosted on amazon ec2 and they are based on ubuntu 9.10.

I am trying to send a job from the manager/submit machine to the node,
But I have a problem:
When I launch
condor_submit file.job        I receive:

Submitting job(s).
Logging submit event(s).
1 job(s) submitted to cluster 2.
ubuntu@domU-xxx:~$ condor_q

-- Submitter: domU-12-31-39-00-4C-F2.compute-1.internal : <10.254.83.0:41197> : domU-12-31-39-00-4C-F2.compute-1.internal
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD              
   2.0   ubuntu          4/19 15:33   0+00:00:00 I  0   0.0  batchj.sh        

1 jobs; 1 idle, 0 running, 0 held

The problem is that the status is always idle and my job is never running.

Log file shows only:
000 (002.000.000) 04/19 15:33:33 Job submitted from host: <10.254.83.0:41197>
...

So I think that the job is submitted but the node can't receive or execute it...

What can I do?
What is wrong?

I have set HOSTALLOW_READ and HOSTALLOW_WRITE to *.

Thanks a lot.