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

[Condor-users] Need help with 7.0.1



Hi,
I wonder if I can revive the Requirements part of this thread. I am on the same cluster as Ralph. Recall, the issue is that under we can't get a requirement such as this to work any more:
Requirements = (Machine == "BDOMO3-86.ad.water.ca.gov")
on a submission that is otherwise working OK.

Some of you asked us to try:
condor_status -constraint 'Requirements = (Machine == "BDOMO3-86.ad.water.ca.gov")'
This produces this result
condor_status: unknown host ==

even though the machine has four slots available under an ordinary condor_status slot1@xxxxxxxxxxxx WINNT51 INTEL Owner Idle 0.010 767 0+00:03:04 slot2@xxxxxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 767 0+03:29:36
...

The condor_sub submission works, as Ralph pointed out, when the requirement uses Name instead of Machine:
Requirements = (Name == "slot2@xxxxxxxxxxxxxxxxxxxxxxxxx") .

The corresponding condor_status -constraint '(Name == "slot2@xxxxxxxxxxxxxxxxxxxxxxxxx")' still gave the unknown host response. This led me to try some simpler things and I discovered condor_status -constraint 'Disk > 1' produces no result and condor_status -constraint "Disk >1" with double quotes produces a list of all our processors. So I returned to condor_status -constraint "(Name == 'slot2@xxxxxxxxxxxxxxxxxxxxxxxxx')", inverting the quotes, and got a blank reply (no unknown host).

Anyone have any further ideas on what to try?

Thanks for all your suggestions,
Eli