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

Re: [HTCondor-users] Retiring Machines



On 09/25/2018 09:06 AM, Finnern, Thomas wrote:
Dear all,

we are currently retiring a bunch of older machines. Some of these appear
in the "condor_status -absent" list where we normally find machine which
are "missing in action" . Is there a command to remove items
from this list or is there a recommended way to tell htcondor an end of
life
event of a worker node.

Thomas:

These will go away automatically after 30 days, or if you want to remove them manually you can run something like:

$ condor_status -l -absent > /tmp/ads
$ condor_advertise -multiple -tcp INVALIDATE_STARTDS_ADS < /tmp/ads

to remove all of them, or add a constraint to the condor_status to select a subset of the retirees to remove.

-greg