next up previous contents index
Next: Index Up: 8. Command Reference Manual Previous: condor_userprio

Subsections

  
condor_vacate

Vacate jobs that are running on the specified hosts

Synopsis

condor_vacate [-help | -version] [-graceful | -fast] [-pool centralmanagerhostname | -name hostname | -addr "<a.b.c.d:port>" | hostname ...]

   

Description

condor_vacate causes the condor startd to checkpoint any running jobs and make them vacate the machine. The job remains in the submitting machine's job queue, however.

If the job on the specified host is running in the Standard Universe, then the job is first checkpointed and then killed (and will then restart somewhere else where it left off). If the job on the specified host is running in the Vanilla Universe, then the job is not checkpointed but is simply killed (and will then restart somewhere else from the beginning). If there is currently no Condor job running on that host, then condor_vacate has no effect. Normally there is no need for the user or administrator to explicitly run condor_vacate. Vacating a running condor job off of a machine is handled automatically by Condor by following the policies stated in Condor's configuration files.

Options

Supported options are as follows:

-help
Display usage information
-version
Display version information
-graceful
Inform the job to checkpoint, then soft-kill it.
-fast
Hard-kill jobs instead of checkpointing them
-pool centralmanagerhostname
Use the given central manager to find daemons
-name hostname
Send the specified command to specified machine
-addr "<a.b.c.d:port>"
Send the specified command to a machine's master located at "<a.b.c.d:port>"
hostname ...
A list of affected machines

Exit Status

condor_vacate 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-2001 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 6.2.2 Manual for additional notices.

[LE,RO] [RE] [LO] [C]Condor Version 6.2.2 Reference Manual

 


next up previous contents index
Next: Index Up: 8. Command Reference Manual Previous: condor_userprio
condor-admin@cs.wisc.edu