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

Re: [Condor-users] problem with condor_q -analyze



My jobs are processed on the same mahcine frm which they are submitted...i have no idea why they are not going to other machines.......can somebody give me a clue what is going wrong...........
 
 
i gave a condor_q -analyaze , after submitting jobs and my output is 
 
 
069.000:  Run analysis summary.  Of 3 machines,
      2 are rejected by your job's requirements
      0 reject your job because of their own requirements
      1 match but are serving users with a better priority in the pool
      0 match but reject the job for unknown reasons
      0 match but will not currently preempt their existing job
      0 are available to run your job
---
070.000:  Run analysis summary.  Of 3 machines,
      2 are rejected by your job's requirements
      0 reject your job because of their own requirements
      1 match but are serving users with a better priority in the pool
      0 match but reject the job for unknown reasons
      0 match but will not currently preempt their existing job
      0 are available to run your job
---
071.000:  Run analysis summary.  Of 3 machines,
      2 are rejected by your job's requirements
      0 reject your job because of their own requirements
      1 match but are serving users with a better priority in the pool
      0 match but reject the job for unknown reasons
      0 match but will not currently preempt their existing job
      0 are available to run your job
---
072.000:  Run analysis summary.  Of 3 machines,
      2 are rejected by your job's requirements
      0 reject your job because of their own requirements
      1 match but are serving users with a better priority in the pool
      0 match but reject the job for unknown reasons
      0 match but will not currently preempt their existing job
      0 are available to run your job
---
073.000:  Run analysis summary.  Of 3 machines,
      2 are rejected by your job's requirements
      0 reject your job because of their own requirements
      1 match but are serving users with a better priority in the pool
      0 match but reject the job for unknown reasons
      0 match but will not currently preempt their existing job
      0 are available to run your job
---
074.000:  Run analysis summary.  Of 3 machines,
      2 are rejected by your job's requirements
      0 reject your job because of their own requirements
      1 match but are serving users with a better priority in the pool
      0 match but reject the job for unknown reasons
      0 match but will not currently preempt their existing job
      0 are available to run your job


 
On 5/31/07, Ian Chesal <ICHESAL@xxxxxxxxxx> wrote:
> initally it was like
>
> 127.0.0.1 localhost.localdomainperfcoelnx3 localhost
>
> but i changed it with all the machines in the pool like
>
> 127.0.0.1 perfcoelnx3
> 10.237.234.... second m/c
> 10.237.234.... third m/c

This is wrong. It should be:

127.0.0.1       localhost.localdomain localhost
10.237.234....  perfcoelnx3

Right now you've got perfcoelnx3 resolving to the loopback address on the machine. Kind of a circular route.

This also explains your condor_status issues in the other email thread BTW.

- Ian



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

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