1condor_cod(1) General Commands Manual condor_cod(1)
2
3
4
6 condor_codmanage COD machines and jobs
7
9 condor_cod[-help | -version]
10
11 condor_codrequest[ -pool centralmanagerhostname[:portnumber]| -name
12 scheddname] | [-addr "<a.b.c.d:port>"] [ [-help | -version] | [-debug |
13 -timeout N | -classad file] ] [-requirements expr] [-lease N]
14
15 condor_codrelease-id ClaimID[ [-help | -version] | [-debug | -timeout N
16 | -classad file] ] [-fast]
17
18 condor_codactivate-id ClaimID[ [-help | -version] | [-debug | -timeout
19 N | -classad file] ] [-keyword string | -jobad filename | -cluster N |
20 -proc N | -requirements expr]
21
22 condor_coddeactivate-id ClaimID[ [-help | -version] | [-debug | -time‐
23 out N | -classad file] ] [-fast]
24
25 condor_codsuspend-id ClaimID[ [-help | -version] | [-debug | -timeout N
26 | -classad file] ]
27
28 condor_codrenew-id ClaimID[ [-help | -version] | [-debug | -timeout N |
29 -classad file] ]
30
31 condor_codresume-id ClaimID[ [-help | -version] | [-debug | -timeout N
32 | -classad file] ]
33
34 condor_coddelegate_proxy-id ClaimID[ [-help | -version] | [-debug |
35 -timeout N | -classad file] ] [-x509proxy ProxyFile]
36
38 condor_codissues commands that manage and use COD claims on machines,
39 given proper authorization.
40
41 Instead of specifying an argument of request, release, activate, deac‐
42 tivate, suspend, renew, or resume, the user may invoke the condor_cod‐
43 tool by appending an underscore followed by one of these arguments. As
44 an example, the following two commands are equivalent:
45
46 condor_cod release -id "<128.105.121.21:49973>#1073352104#4"
47
48 condor_cod_release -id "<128.105.121.21:49973>#1073352104#4"
49
50 To make these extended-name commands work, hard link the extended name
51 to the condor_codexecutable. For example on a Unix machine:
52
53 ln condor_cod_request condor_cod
54
55 The requestargument gives a claim ID, and the other commands (release,
56 activate, deactivate, suspend, and resume) use the claim ID. The claim
57 ID is given as the last line of output for a request, and the output
58 appears of the form:
59
60 ID of new claim is: "<a.b.c.d:portnumber>#x#y"
61
62 An actual example of this line of output is
63
64 ID of new claim is: "<128.105.121.21:49973>#1073352104#4"
65
66 The HTCondor manual has a complete description of COD.
67
69 -help
70
71 Display usage information
72
73
74
75 -version
76
77 Display version information
78
79
80
81 -pool centralmanagerhostname[:portnumber]
82
83 Specify a pool by giving the central manager's host name and an
84 optional port number
85
86
87
88 -name scheddname
89
90 Send the command to a machine identified by scheddname
91
92
93
94 -addr <a.b.c.d:port>
95
96 Send the command to a machine located at "<a.b.c.d:port>"
97
98
99
100 -lease N
101
102 For the requestof a new claim, automatically release the claim after
103 Nseconds.
104
105
106
107 request
108
109 Create a new COD claim
110
111
112
113 release
114
115 Relinquish a claim and kill any running job
116
117
118
119 activate
120
121 Start a job on a given claim
122
123
124
125 deactivate
126
127 Kill the current job, but keep the claim
128
129
130
131 suspend
132
133 Suspend the job on a given claim
134
135
136
137 renew
138
139 Renew the lease to the COD claim
140
141
142
143 resume
144
145 Resume the job on a given claim
146
147
148
149 delegate_proxy
150
151 Delegate an X509 proxy for the given claim
152
153
154
158 condor_codwill exit with a status value of 0 (zero) upon success, and
159 it will exit with the value 1 (one) upon failure.
160
162 Center for High Throughput Computing, University of Wisconsin-Madison
163
165 Copyright (C) 1990-2019 Center for High Throughput Computing, Computer
166 Sciences Department, University of Wisconsin-Madison, Madison, WI. All
167 Rights Reserved. Licensed under the Apache License, Version 2.0.
168
169
170
171 date condor_cod(1)