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?