Next: condor_reconfig
Up: 8. Command Reference Manual
Previous: condor_q
Subsections
condor_qedit
modify job attributes
condor_qedit
[-n schedd-name]
{cluster | cluster.proc | owner | -constraint constraint}
attribute-name
attribute-value
...
condor_qedit modifies job attributes in the Condor job queue. The
jobs are specified either by cluster number, cluster.proc job ID,
owner, or by a ClassAd constraint expression. The attribute-value may
be any ClassAd expression (integer, floating point number, string,
expression).
Supported options are as follows:
- -n schedd-name
- Modify job attributes in the queue of the specified schedd
% condor_qedit -name perdita 1849.0 In '"myinput"'
Set attribute "In".
% condor_qedit jbasney NiceUser TRUE
Set attribute "NiceUser".
% condor_qedit -constraint 'JobUniverse == 1' Requirements '(Arch == "INTEL") && (OpSys == "SOLARIS26") && (Disk >= ExecutableSize) && (VirtualMemory >= ImageSize)'
Set attribute "Requirements".
You can view the list of attributes with their current values for a
job with condor_q -long.
Strings must be specified with quotes (for example, '"String"').
If a job is currently running, modified attributes for that job will
not take effect until the job restarts.
condor_qedit will not allow modification of the following
attributes to ensure security and correctness: Owner,
ClusterId, ProcId, MyType, TargetType, and
JobStatus.
Please use condor_hold to place a job ``on hold'' and
condor_release to release a held job, instead of attempting to
modify JobStatus directly.
condor_qedit will exit with a status value of 0 (zero) upon success,
and it will exit with the value 1 (one) upon failure.
Condor Team, University of Wisconsin-Madison
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.
Next: condor_reconfig
Up: 8. Command Reference Manual
Previous: condor_q
condor-admin@cs.wisc.edu