This is an outdated version of the HTCondor Manual. You can find current documentation at http://htcondor.org/manual.
next up previous contents index
Next: condor_master Up: 9. Command Reference Manual Previous: condor_hold   Contents   Index

Subsections


condor_load_history

Read a Condor history file into a Quill database

Synopsis

condor_load_history -f historyfilename [-name schedd-name jobqueue-birthdate]

Description

condor_load_history reads a Condor history file, adding its information to a Quill database. The Quill database is located via configuration variables. The history file to read is defined by the required -f historyfilename argument.

The combination of a condor_schedd daemon's name together with its process creation date (the job queue's birthdate) define a unique identifier that may be attached to the Quill database with the -name option. The format of birthdate expected is exactly the first line of the job_queue.log file. The location of this file may be determined using

% condor_config_val spool

Be aware and expect that the reading and processing of a sizable history file may take a large amount of time.

Options

-name schedd-name jobqueue-birthdate
The schedd-name and jobqueue-birthdate combine to form a unique name for the database. The expected values are the name of the condor_schedd daemon and the first line of the job_queue.log file, which gives a job queue creation time.

Exit Status

condor_load_history will exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.

Author

Center for High Throughput Computing, University of Wisconsin-Madison

Copyright

Copyright © 1990-2012 Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0.

See the Condor Version 7.6.10 Manual or http://research.cs.wisc.edu/htcondor/ for additional notices.


next up previous contents index
Next: condor_master Up: 9. Command Reference Manual Previous: condor_hold   Contents   Index
htcondor-admin@cs.wisc.edu