[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Debugging a DedicatedScheduler?
- Date: Thu, 19 Jun 2014 10:02:07 -0500
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Debugging a DedicatedScheduler?
On 06/19/2014 05:32 AM, Steffen Grunewald wrote:
Apparently the DS isn't running - what am I missing, and how would
I find out more?
Currently, condor_q -analyze doesn't know about the dedicated
scheduler. The first thing you want to do is make sure that the
startd's idea of the schedd's name match the schedd's idea. So, see
which dedicated scheduler name the startds advertise they are willing to
be managed by:
condor_status -af DedicatedScheduler
The output should be something like
DedicatedScheduler@my_schedd_name
Verify that the string after the (first) at sign matches
condor_status -schedd -af Name
for the schedd of choice.
-Greg