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

Re: [Condor-users] removing old entries



Good suggestions. I'll add one more, since LeaveJobInQueue is probably TRUE for those jobs you can also use condor_qedit to set it to FALSE and the Schedd should let them leave the queue as usual.

Best,


matt

Manikanta wrote:
> Ok,
> 
> you can remove all completed jobs by using this command
> 
> condor_rm -constraint "JobStatus == 4" (4 => jobs in completed
> state)
> 
> if the jobs are left in X state i.e is Removed state use the following
> command
> 
> condor_rm -constraint "JobStatus == 3" -forcex ( 3 => Removed state)
> 
> I think your submit file has LeaveJobInQueue = TRUE, you can remove
> that line, if the completed jobs are to be automatically removed from
> the queue
> 
> mani
> 
> On Wed, 5 Aug 2009 07:16:52 -0400
> Mag Gam <magawake@xxxxxxxxx> wrote:
> 
>> CLI
>>
>> Basically, I see over 500+ entries, which shows status 'C'. They are
>> from 2008 :-). I know its not a big deal but very long list when I run
>> condor_q
>>
>>
>>
>> On Wed, Aug 5, 2009 at 6:52 AM, Manikanta<mani.kattamuri@xxxxxxxxx>
>> wrote:
>>> Hi
>>>
>>> how was the job submitted is it through command line or SOAP
>>> request?
>>>
>>> Mani
>>>
>>> On Wed, 5 Aug 2009 06:17:20 -0400
>>> Mag Gam <magawake@xxxxxxxxx> wrote:
>>>
>>>> When we run condor_q we still see jobs that were completed with
>>>> status 'C'. How do we remove these entries?
>>>>
>>>> TIA
>>>> _______________________________________________
>>>> Condor-users mailing list
>>>> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
>>>> with a subject: Unsubscribe
>>>> You can also unsubscribe by visiting
>>>> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>>>>
>>>> The archives can be found at:
>>>> https://lists.cs.wisc.edu/archive/condor-users/
>>>
>>>
>>> --
>>> ManiKanta Swamy K
>>> Bangalore | +919986991495
>>>
>>> Please do not print this email unless it is absolutely necessary.
>>>
>>> The information contained in this electronic message and any
>>> attachments to this message are intended for the exclusive use of
>>> the addressee(s) and may contain proprietary, confidential or
>>> privileged information. If you are not the intended recipient, you
>>> should not disseminate, distribute or copy this e-mail. Please
>>> notify the sender immediately and destroy all copies of this
>>> message and any attachments.
>>>
>>> WARNING: Computer viruses can be transmitted via email. The
>>> recipient should check this email and any attachments for the
>>> presence of viruses. The company accepts no liability for any
>>> damage caused by any virus transmitted by this email.
>>>
>>> www.wipro.com
>>> _______________________________________________
>>> Condor-users mailing list
>>> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
>>> with a subject: Unsubscribe
>>> You can also unsubscribe by visiting
>>> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>>>
>>> The archives can be found at:
>>> https://lists.cs.wisc.edu/archive/condor-users/
>>>
>> _______________________________________________
>> Condor-users mailing list
>> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
>> with a subject: Unsubscribe
>> You can also unsubscribe by visiting
>> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>>
>> The archives can be found at: 
>> https://lists.cs.wisc.edu/archive/condor-users/
> 
> 
>