.\"Man page for condor_cod .\"Generated by makeman on Tue May 29 00:38:53 2018 .TH condor_cod 1 "May 2018" .SH Name .P condor_cod manage \- COD machines and jobs .P .P .SH Synopsis condor_cod [-help -version] .P condor_codrequest[-pool centralmanagerhostname[:portnumber]-name scheddname][-addr ""] [[-help -version] [-debug -timeout N -classad file] ] [-requirements expr] [-lease N] .P condor_codrelease-id ClaimID[[-help -version] [-debug -timeout N -classad file] ] [-fast] .P condor_codactivate-id ClaimID[[-help -version] [-debug -timeout N -classad file] ] [-keyword string -jobad filename -cluster N -proc N -requirements expr] .P condor_coddeactivate-id ClaimID[[-help -version] [-debug -timeout N -classad file] ] [-fast] .P condor_codsuspend-id ClaimID[[-help -version] [-debug -timeout N -classad file] ] .P condor_codrenew-id ClaimID[[-help -version] [-debug -timeout N -classad file] ] .P condor_codresume-id ClaimID[[-help -version] [-debug -timeout N -classad file] ] .P condor_coddelegate_proxy-id ClaimID[[-help -version] [-debug -timeout N -classad file] ] [-x509proxy ProxyFile] .P .SH Description .P condor_codissues commands that manage and use COD claims on machines, given proper authorization. .P Instead of specifying an argument of request, release, activate, deactivate, suspend, renew, or resume, the user may invoke the condor_codtool by appending an underscore followed by one of these arguments. As an example, the following two commands are equivalent: .P .br condor_cod release -id "<128.105.121.21:49973>#1073352104#4" .P .br condor_cod _release -id "<128.105.121.21:49973>#1073352104#4" .P To make these extended-name commands work, hard link the extended name to the condor_codexecutable. For example on a Unix machine: .P .br ln condor_cod _request condor_cod .P The requestargument 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: .P .br ID of new claim is: "#x#y" .P An actual example of this line of output is .P .br ID of new claim is: "<128.105.121.21:49973>#1073352104#4" .P The HTCondor manual has a complete description of COD. .P .SH Options .P .B -help .IP "" 3 Display usage information .IP "" 3 .P .B -version .IP "" 3 Display version information .IP "" 3 .P .B -pool centralmanagerhostname[:portnumber] .IP "" 3 Specify a pool by giving the central manager's host name and an optional port number .IP "" 3 .P .B -name scheddname .IP "" 3 Send the command to a machine identified by scheddname .IP "" 3 .P .B -addr "" .IP "" 3 Send the command to a machine located at "" .IP "" 3 .P .B -lease N .IP "" 3 For the requestof a new claim, automatically release the claim after Nseconds. .IP "" 3 .P .B request .IP "" 3 Create a new COD claim .IP "" 3 .P .B release .IP "" 3 Relinquish a claim and kill any running job .IP "" 3 .P .B activate .IP "" 3 Start a job on a given claim .IP "" 3 .P .B deactivate .IP "" 3 Kill the current job, but keep the claim .IP "" 3 .P .B suspend .IP "" 3 Suspend the job on a given claim .IP "" 3 .P .B renew .IP "" 3 Renew the lease to the COD claim .IP "" 3 .P .B resume .IP "" 3 Resume the job on a given claim .IP "" 3 .P .B delegate_proxy .IP "" 3 Delegate an X509 proxy for the given claim .IP "" 3 .P .SH General Remarks .P .SH Examples .P .SH Exit Status .P condor_codwill exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure. .P .SH Author Center for High Throughput Computing, University of Wisconsin-Madison .SH Copyright Copyright (C) 1990-2016 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.