condor_cod [-help | -version]
condor_cod request [ -pool centralmanagerhostname[:portnumber] | -name scheddname ] | [-addr "<a.b.c.d:port>"] [ [-help | -version] | [-debug | -timeout N | -classad file] ] [-requirements expr] [-lease N]
condor_cod release -id ClaimID [ [-help | -version] | [-debug | -timeout N | -classad file] ] [-fast]
condor_cod activate -id ClaimID [ [-help | -version] | [-debug | -timeout N | -classad file] ] [-keyword string | -jobad filename | -cluster N | -proc N | -requirements expr]
condor_cod deactivate -id ClaimID [ [-help | -version] | [-debug | -timeout N | -classad file] ] [-fast]
condor_cod suspend -id ClaimID [ [-help | -version] | [-debug | -timeout N | -classad file] ]
condor_cod renew -id ClaimID [ [-help | -version] | [-debug | -timeout N | -classad file] ]
condor_cod resume -id ClaimID [ [-help | -version] | [-debug | -timeout N | -classad file] ]
condor_cod delegate_proxy -id ClaimID [ [-help | -version] | [-debug | -timeout N | -classad file] ] [-x509proxy ProxyFile]
condor_cod issues commands that manage and use COD claims on machines, given proper authorization.
Instead of specifying an argument of request, release, activate, deactivate, suspend, renew, or resume, the user may invoke the condor_cod tool by appending an underscore followed by one of these arguments. As an example, the following two commands are equivalent:
To make these extended-name commands work, hard link the extended name to the condor_cod executable. For example on a Unix machine:
The request argument gives a claim ID, and the other commands (release, activate, deactivate, suspend, and resume) use the claim ID. The claim ID is given as the last line of output for a request, and the output appears of the form:
An actual example of this line of output is
The HTCondor manual has a complete description of COD.
condor_cod will exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.
Center for High Throughput Computing, University of Wisconsin–Madison
Copyright © 1990-2018 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.