1just-man-pages/condor_reconfiGge(n1e)ral Commands Mjaunsuta-lman-pages/condor_reconfig(1)
2
3
4

Name

6       condor_reconfig Reconfigure Condor daemons
7

Synopsis

9       condor_reconfig [ -help -version ]
10
11       condor_reconfig  [  -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 ] [ -full ]
14
15       condor_reconfig  [ -debug ] [ -pool centralmanagerhostname[:portnumber]
16       -name name ][ -addr <a.b.c.d:port> ] ...  [ -all ] [ -subsystem  master
17       startd schedd collector negotiator kbdd quill ] [ -full ]
18

Description

20       condor_reconfig  reconfigures  all  of the Condor daemons in accordance
21       with the current status  of  the  Condor  configuration  file(s).  Once
22       reconfiguration  is  complete, the daemons will behave according to the
23       policies stated in the configuration file(s).  The  main  exception  is
24       with  the  DAEMON_LISTvariable,  which will only be updated if the con‐
25       dor_restart command is used. There are a few other  configuration  set‐
26       tings  that  can  only  be changed if the Condor daemons are restarted.
27       Whenever this is the case, it will be  mentioned  in  section  on  page
28       which  lists  all of the settings used to configure Condor. In general,
29       condor_reconfig should be used when making changes to the configuration
30       files,  since  it is faster and more efficient than restarting the dae‐
31       mons.
32
33       The command condor_reconfig with no arguments or  with  the  -subsystem
34       master  option will cause the reconfiguration of the condor_master dae‐
35       mon and all the child processes of the condor_master .
36
37       For security purposes (authentication and authorization), this  command
38       requires  an  administrator's level of access. Note that changes to the
39       ALLOW_*and DENY_*configuration variables require the -full option.  See
40       section on page for further explanation.
41

Options

43       -help
44
45          Display usage information
46
47
48
49       -version
50
51          Display version information
52
53
54
55       -full
56
57          Perform  a  full reconfiguration. In addition to re-reading the con‐
58          figuration files, a  full  reconfiguration  will  clear  cached  DNS
59          information in the daemons. Use this option only when the DNS infor‐
60          mation needs to be reinitialized.
61
62
63
64       -debug
65
66          Causes debugging information to be sent  to  stderr,  based  on  the
67          value of the configuration variable TOOL_DEBUG
68
69
70
71       -pool centralmanagerhostname[:portnumber]
72
73          Specify  a  pool  by  giving  the central manager's host name and an
74          optional port number
75
76
77
78       -name name
79
80          Send the command to a machine identified by name
81
82
83
84       name
85
86          Send the command to a machine identified by name
87
88
89
90       -addr <a.b.c.d:port>
91
92          Send the command to a machine's master located at <a.b.c.d:port>
93
94
95
96       <a.b.c.d:port>
97
98          Send the command to a machine located at <a.b.c.d:port>
99
100
101
102       -all
103
104          Send the command to all machines in the pool
105
106
107
108       -subsystem master startd schedd collector negotiator kbdd quill
109
110          Send the command to the named daemon. Without this option, the  com‐
111          mand is sent to the condor_master daemon.
112
113
114

Exit Status

116       condor_reconfig will exit with a status value of 0 (zero) upon success,
117       and it will exit with the value 1 (one) upon failure.
118

Examples

120       To reconfigure the condor_master and all  its  children  on  the  local
121       host:
122
123       % condor_reconfig
124
125       To reconfigure only the condor_startd on a named machine:
126
127       % condor_reconfig -name bluejay -subsystem startd
128
129       To  reconfigure  a machine within a pool other than the local pool, use
130       the -pool option. The argument is the name of the central  manager  for
131       the pool. Note that one or more machines within the pool must be speci‐
132       fied as the targets for the command. This command reconfigures the sin‐
133       gle  machine  named  cae17  within  the  pool of machines that has con‐
134       dor.cae.wisc.edu as its central manager:
135
136       % condor_reconfig -pool condor.cae.wisc.edu -name cae17
137

Author

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