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

Condor Team, University of Wisconsin-Madison

Copyright

Copyright © 1990-2008 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. No use of the Condor Software Program is authorized without the express consent of the Condor Team. For more information contact: Condor Team, Attention: Professor Miron Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.

U.S. Government Rights Restrictions: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of Commercial Computer Software-Restricted Rights at 48 CFR 52.227-19, as applicable, Condor Team, Attention: Professor Miron Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.

See the Condor Version 7.1.3 Manual for additional notices.


next up previous contents index
Next: condor_ master Up: 9. Command Reference Manual Previous: condor_ hold   Contents   Index
condor-admin@cs.wisc.edu