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

Name

6       condor_off Shutdown Condor daemons
7

Synopsis

9       condor_off [ -help -version ]
10
11       condor_off  [  -graceful  -fast  ]  [  -debug ] [ -name name name -addr
12       <a.b.c.d:port> <a.b.c.d:port> ...  ][ -all ] [ -subsystem master startd
13       schedd collector negotiator kbdd quill ]
14
15       condor_off  [  -graceful -fast ] [ -debug ] [ -pool centralmanagerhost‐
16       name[:portnumber] -name name ][ -addr <a.b.c.d:port> ] ...  [ -all ]  [
17       -subsystem master startd schedd collector negotiator kbdd quill ]
18

Description

20       condor_off  shuts  down a set of the Condor daemons running on a set of
21       one or more machines. It does this cleanly so that checkpointable  jobs
22       may gracefully exit with minimal loss of work.
23
24       The command condor_off without any arguments will shut down all daemons
25       except condor_master . The condor_master can then handle both local and
26       remote  requests  to  restart  the  other Condor daemons if need be. To
27       restart Condor running on a machine, see the condor_on command.
28
29       With the -subsystem master option, condor_off will shut down  all  dae‐
30       mons  including  the condor_master . Specification using the -subsystem
31       option will shut down only the specified daemon.
32
33       For security purposes (authentication and authorization), this  command
34       requires  an  administrator's  level of access. See section on page for
35       further explanation.
36

Options

38       -help
39
40          Display usage information
41
42
43
44       -version
45
46          Display version information
47
48
49
50       -graceful
51
52          Gracefully shutdown daemons (the default)
53
54
55
56       -fast
57
58          Quickly shutdown daemons
59
60
61
62       -peaceful
63
64          Wait indefinitely for jobs to finish
65
66
67
68       -debug
69
70          Causes debugging information to be sent  to  stderr,  based  on  the
71          value of the configuration variable TOOL_DEBUG
72
73
74
75       -pool centralmanagerhostname[:portnumber]
76
77          Specify  a  pool  by  giving  the central manager's host name and an
78          optional port number
79
80
81
82       -name name
83
84          Send the command to a machine identified by name
85
86
87
88       name
89
90          Send the command to a machine identified by name
91
92
93
94       -addr <a.b.c.d:port>
95
96          Send the command to a machine's master located at <a.b.c.d:port>
97
98
99
100       <a.b.c.d:port>
101
102          Send the command to a machine located at <a.b.c.d:port>
103
104
105
106       -all
107
108          Send the command to all machines in the pool
109
110
111
112       -subsystem master startd schedd collector negotiator kbdd quill
113
114          Send the command to the named daemon. Without this option, the  com‐
115          mand is sent to the condor_master daemon.
116
117
118

Exit Status

120       condor_off  will exit with a status value of 0 (zero) upon success, and
121       it will exit with the value 1 (one) upon failure.
122

Examples

124       To shut down all daemons (other than condor_master ) on the local host:
125
126       % condor_off
127
128       To shut down only the condor_collector on three named machines:
129
130       % condor_off  cinnamon cloves vanilla -subsystem collector
131
132       To shut down daemons within a pool of machines  other  than  the  local
133       pool,  use  the  -pool  option. The argument is the name of the central
134       manager for the pool. Note that one or more machines  within  the  pool
135       must  be  specified  as the targets for the command. This command shuts
136       down all daemons except the condor_master on the single  machine  named
137       cae17  within  the pool of machines that has condor.cae.wisc.edu as its
138       central manager:
139
140       % condor_off  -pool condor.cae.wisc.edu -name cae17
141

Author

143       Condor Team, University of Wisconsin-Madison
144
146       Copyright (C) 1990-2009 Condor Team, Computer Sciences Department, Uni‐
147       versity   of  Wisconsin-Madison,  Madison,  WI.  All  Rights  Reserved.
148       Licensed under the Apache License, Version 2.0.
149
150       See  the  Condor  Version   7.4.2   Manual   or   http://www.condorpro
151       ject.org/licensefor additional notices. condor-admin@cs.wisc.edu
152
153
154
155                                     date         just-man-pages/condor_off(1)
Impressum