1condor_reconfig(1)          General Commands Manual         condor_reconfig(1)
2
3
4

Name

6       condor_reconfigReconfigure HTCondor daemons
7

Synopsis

9       condor_reconfig[-help | -version]
10
11       condor_reconfig[-debug]  [-pool  centralmanagerhostname[:portnumber]] [
12       -name hostname|  hostname|  -addr  "<a.b.c.d:port>"|  "<a.b.c.d:port>"|
13       -constraint expression| -all] [-daemon daemonname]
14

Description

16       condor_reconfigreconfigures  all  of the HTCondor daemons in accordance
17       with the current status of the  HTCondor  configuration  file(s).  Once
18       reconfiguration  is  complete, the daemons will behave according to the
19       policies stated in the configuration file(s).  The  main  exception  is
20       with  the  DAEMON_LISTvariable,  which will only be updated if the con‐
21       dor_restartcommand is used. Other configuration variables that can only
22       be  changed  if  the  HTCondor  daemons are restarted are listed in the
23       HTCondor manual in the  section  on  configuration.  In  general,  con‐
24       dor_reconfigshould  be  used  when  making changes to the configuration
25       files, since it is faster and more efficient than restarting  the  dae‐
26       mons.
27
28       The  command  condor_reconfigwith no arguments or with the -daemon mas‐
29       teroption will cause the reconfiguration of the condor_masterdaemon and
30       all the child processes of the condor_master.
31
32       For  security reasons of authentication and authorization, this command
33       requires ADMINISTRATOR level of access.
34

Options

36       -help
37
38          Display usage information
39
40
41
42       -version
43
44          Display version information
45
46
47
48       -debug
49
50          Causes debugging information to be sent  to  stderr,  based  on  the
51          value of the configuration variable TOOL_DEBUG.
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 hostname
63
64          Send the command to a machine identified by hostname
65
66
67
68       hostname
69
70          Send the command to a machine identified by hostname
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       -constraint expression
87
88          Apply this command only  to  machines  matching  the  given  ClassAd
89          expression
90
91
92
93       -all
94
95          Send the command to all machines in the pool
96
97
98
99       -daemon daemonname
100
101          Send  the command to the named daemon. Without this option, the com‐
102          mand is sent to the condor_masterdaemon.
103
104
105

Exit Status

107       condor_reconfigwill exit with a status value of 0 (zero) upon  success,
108       and it will exit with the value 1 (one) upon failure.
109

Examples

111       To reconfigure the condor_masterand all its children on the local host:
112
113       % condor_reconfig
114
115       To reconfigure only the condor_startdon a named machine:
116
117       % condor_reconfig -name bluejay -daemon startd
118
119       To  reconfigure  a machine within a pool other than the local pool, use
120       the -pooloption. The argument is the name of the  central  manager  for
121       the pool. Note that one or more machines within the pool must be speci‐
122       fied as the targets for the command. This command reconfigures the sin‐
123       gle  machine  named  cae17within  the  pool  of  machines that has con‐
124       dor.cae.wisc.eduas its central manager:
125
126       % condor_reconfig -pool condor.cae.wisc.edu -name cae17
127

Author

129       Center for High Throughput Computing, University of Wisconsin-Madison
130
132       Copyright (C) 1990-2019 Center for High Throughput Computing,  Computer
133       Sciences  Department, University of Wisconsin-Madison, Madison, WI. All
134       Rights Reserved. Licensed under the Apache License, Version 2.0.
135
136
137
138                                     date                   condor_reconfig(1)
Impressum