Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Can't make condor_advertise work
- Date: Wed, 15 Mar 2023 18:57:09 +0100
- From: Charles Goyard <cgoyard@xxxxxxx>
- Subject: Re: [HTCondor-users] Can't make condor_advertise work
Hi,
thanks, but no luck.
I did :
condor_status -long render0706 > render0706.classad
Removed the Offline flag and the second ClassAd I want to keep.
condor_advertise UPDATE_STARTD_AD render0706.classad
and then
condor_advertise INVALIDATE_STARTD_ADS to_delete
but the machines still show up.
I then further modified the ClassAd by setting the memory to 25000
instead of 24000. The change is correcly picked up by the CM, since
condor_status shows 25000 for the ghost machine.
(I run the commands at root directly on the CM)
thanks,
--
Charles
Todd L Miller via HTCondor-users wrote:
> > Also, Rooster tries to wake up the servers.
>
> If condor_rooster is trying to wake up the corresponding machines, that
> should mean that the ads are marked offline. You may need to send an update
> ad (UPDATE_STARTD_AD) to mark them as no longer offline before invalidating
> them. (Copy the ad with the offline flag set from condor_status, remove the
> offline flag, and send that as the update.)