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

Re: [Condor-users] Restart Jobs History



2010/11/3 Edier Alberto Zapata Hernández <edalzap@xxxxxxxxx>
Good morning,

 I wonder if there's a way to clean all the jobs history and the jobs (clusters) counter. I mean that the next job summitted will be 1 again not: 9999.
 I know reinstall will do it, but I don't want to reinstall.

Make sure the scheduler queue is empty.
Stop the scheduler on the machine: condor_off -schedd
In the spool directory for the scheduler delete:
   job_queue.log
   history*
Restart the scheduler on the machine: condor_on -schedd

Your job counters will now start a 0.

No promises on what this'll do to a Quill DB if you happen to be running one. Might not be good.

- Ian