1just-man-pages/condor_restartG(e1n)eral Commands Majnuusatl-man-pages/condor_restart(1)
2
3
4
6 condor_restart Restart the a set of Condor daemons
7
9 condor_restart [ -help -version ]
10
11 condor_restart [ -debug ] [ -name name name -addr <a.b.c.d:port>
12 <a.b.c.d:port> ... ][ -all ] [ -subsystem master startd schedd collec‐
13 tor negotiator kbdd quill ]
14
15 condor_restart [ -debug ] [ -pool centralmanagerhostname[:portnumber]
16 -name name ][ -addr <a.b.c.d:port> ] ... [ -all ] [ -subsystem master
17 startd schedd collector negotiator kbdd quill ]
18
20 condor_restart restarts a set of Condor daemon(s) on a set of machines.
21 The daemon(s) will be put into a consistent state, killed, and then
22 started anew.
23
24 If, for example, the condor_master needs to be restarted again with a
25 fresh state, this is the command that should be used to do so. If the
26 DAEMON_LISTvariable in the configuration file has been changed, this
27 command is used to restart the condor_master in order to see this
28 change. The condor_reconfigure command cannot be used in the case where
29 the DAEMON_LISTexpression changes.
30
31 The command condor_restart with no arguments or with the -subsystem
32 master option will safely shut down all running jobs and all submitted
33 jobs from the machine(s) being restarted, then shut down all the child
34 daemons of the condor_master , and then restart the condor_master .
35 This, in turn, will allow the condor_master to start up other daemons
36 as specified in the DAEMON_LISTconfiguration file entry.
37
38 For security purposes (authentication and authorization), this command
39 requires an administrator's level of access. See section on page for
40 further explanation.
41
43 -help
44
45 Display usage information
46
47
48
49 -version
50
51 Display version information
52
53
54
55 -pool centralmanagerhostname[:portnumber]
56
57 Specify a pool by giving the central manager's host name and an
58 optional port number
59
60
61
62 -name name
63
64 Send the command to a machine identified by name
65
66
67
68 name
69
70 Send the command to a machine identified by name
71
72
73
74 -addr <a.b.c.d:port>
75
76 Send the command to a machine's master located at <a.b.c.d:port>
77
78
79
80 <a.b.c.d:port>
81
82 Send the command to a machine located at <a.b.c.d:port>
83
84
85
86 -all
87
88 Send the command to all machines in the pool
89
90
91
92 -subsystem master startd schedd collector negotiator kbdd quill
93
94 Send the command to the named daemon. Without this option, the com‐
95 mand is sent to the condor_master daemon.
96
97
98
99 -debug
100
101 Causes debugging information to be sent to stderr, based on the
102 value of the configuration variable TOOL_DEBUG
103
104
105
107 condor_restart will exit with a status value of 0 (zero) upon success,
108 and it will exit with the value 1 (one) upon failure.
109
111 To restart the condor_master and all its children on the local host:
112
113 % condor_restart
114
115 To restart only the condor_startd on a named machine:
116
117 % condor_restart -name bluejay -subsystem startd
118
119 To restart a machine within a pool other than the local pool, use the
120 -pool option. The argument is the name of the central manager for the
121 pool. Note that one or more machines within the pool must be specified
122 as the targets for the command. This command restarts the single
123 machine named cae17 within the pool of machines that has con‐
124 dor.cae.wisc.edu as its central manager:
125
126 % condor_restart -pool condor.cae.wisc.edu -name cae17
127
129 Condor Team, University of Wisconsin-Madison
130
132 Copyright (C) 1990-2009 Condor Team, Computer Sciences Department, Uni‐
133 versity of Wisconsin-Madison, Madison, WI. All Rights Reserved.
134 Licensed under the Apache License, Version 2.0.
135
136 See the Condor Version 7.4.2 Manual or http://www.condorpro‐
137 ject.org/licensefor additional notices. condor-admin@cs.wisc.edu
138
139
140
141 date just-man-pages/condor_restart(1)