1just-man-pages/condor_off(1)General Commands Manualjust-man-pages/condor_off(1)
2
3
4

Name

6       condor_off Shutdown HTCondor daemons
7

Synopsis

9       condor_off [ -help -version ]
10
11       condor_off  [  -graceful -fast -peaceful -force-graceful ] [ -debug ] [
12       -pool centralmanagerhostname[:portnumber] ] [ -name  hostname  hostname
13       -addr  <a.b.c.d:port>  <a.b.c.d:port>  -constraint  expression -all ] [
14       -daemon daemonname ]
15

Description

17       condor_off shuts down a set of the HTCondor daemons running on a set of
18       one  or more machines. It does this cleanly so that checkpointable jobs
19       may gracefully exit with minimal loss of work.
20
21       The command condor_off without any arguments will shut down all daemons
22       except condor_master . The condor_master can then handle both local and
23       remote requests to restart the other HTCondor daemons if  need  be.  To
24       restart HTCondor running on a machine, see the condor_on command.
25
26       With  the  -daemon master option, condor_off will shut down all daemons
27       including the condor_master . Specification using  the  -daemon  option
28       will shut down only the specified daemon.
29
30       For  security reasons of authentication and authorization, this command
31       requires  ADMINISTRATOR level of access.
32

Options

34       -help
35
36          Display usage information
37
38
39
40       -version
41
42          Display version information
43
44
45
46       -graceful
47
48          Gracefully shutdown daemons (the default)
49
50
51
52       -fast
53
54          Quickly shutdown daemons. A minimum of the first two  characters  of
55          this  option  must  be specified, to distinguish it from the -force-
56          graceful command.
57
58
59
60       -peaceful
61
62          Wait indefinitely for jobs to finish
63
64
65
66       -force-graceful
67
68          Force a graceful shutdown, even after issuing a -peaceful command. A
69          minimum  of  the  first two characters of this option must be speci‐
70          fied, to distinguish it from the -fast command.
71
72
73
74       -debug
75
76          Causes debugging information to be sent to  stderr ,  based  on  the
77          value of the configuration variable  TOOL_DEBUG .
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 hostname
89
90          Send the command to a machine identified by hostname
91
92
93
94       hostname
95
96          Send the command to a machine identified by hostname
97
98
99
100       -addr <a.b.c.d:port>
101
102          Send the command to a machine's master located at <a.b.c.d:port>
103
104
105
106       <a.b.c.d:port>
107
108          Send the command to a machine located at <a.b.c.d:port>
109
110
111
112       -constraint expression
113
114          Apply this command only  to  machines  matching  the  given  ClassAd
115          expression
116
117
118
119       -all
120
121          Send the command to all machines in the pool
122
123
124
125       -daemon daemonname
126
127          Send  the command to the named daemon. Without this option, the com‐
128          mand is sent to the condor_master daemon.
129
130
131

Exit Status

133       condor_off will exit with a status value of 0 (zero) upon success,  and
134       it will exit with the value 1 (one) upon failure.
135

Examples

137       To shut down all daemons (other than condor_master ) on the local host:
138
139       % condor_off
140
141       To shut down only the condor_collector on three named machines:
142
143       % condor_off  cinnamon cloves vanilla -daemon collector
144
145       To  shut  down  daemons  within a pool of machines other than the local
146       pool, use the -pool option. The argument is the  name  of  the  central
147       manager  for  the  pool. Note that one or more machines within the pool
148       must be specified as the targets for the command.  This  command  shuts
149       down  all  daemons except the condor_master on the single machine named
150       cae17 within the pool of machines that has condor.cae.wisc.edu  as  its
151       central manager:
152
153       % condor_off  -pool condor.cae.wisc.edu -name cae17
154

Author

156       Center for High Throughput Computing, University of Wisconsin-Madison
157
159       Copyright  (C) 1990-2018 Center for High Throughput Computing, Computer
160       Sciences Department, University of Wisconsin-Madison, Madison, WI.  All
161       Rights Reserved. Licensed under the Apache License, Version 2.0.
162
163
164
165                                     date         just-man-pages/condor_off(1)
Impressum