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

Re: [HTCondor-users] Retiring Machines



On 09/25/2018 11:35 AM, Greg Thain wrote:


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

The above line is a typo, should be

$ condor_advertise -multiple -tcp INVALIDATE_STARTD_ADS < /tmp/ads

Sorry for the confusion,

-greg