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

Re: [Condor-users] No history traces of flocked jobs on my condor master?



On 09/01/2011 06:27 PM, Rob wrote:


Hi,

I'd like to know information of the jobs which have been flocked to my condor master.

However, it seems to me that these jobs do not leave any traces.
Is that so?

I try

condor_history -l | grep<some typical string of the flocking machine>

and this renders nothing....


Any ideas?

Thanks,
Rob.

There is no central location and condor_* tool for this, but there are mechanisms you can use. For instance, the Negotiator writes a MatchLog, which would have information about flocked jobs. Also Startds can be configured to write a history file (STARTD_HISTORY, read by condor_history) or each job that runs can be left in a STARTD_PER_JOB_HISTORY_DIR. You'll have to collect yourself though.

Best,


matt