1CONDOR_RECONFIG(1)              HTCondor Manual             CONDOR_RECONFIG(1)
2
3
4

NAME

6       condor_reconfig - HTCondor Manual
7
8       Reconfigure HTCondor daemons
9
10

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

39          -help  Display usage information
40
41          -version
42                 Display version information
43
44          -debug Causes debugging information to be sent to stderr,  based  on
45                 the value of the configuration variable TOOL_DEBUG.
46
47          -pool centralmanagerhostname[:portnumber]
48                 Specify  a pool by giving the central manager's host name and
49                 an optional port number
50
51          -name hostname
52                 Send the command to a machine identified by hostname
53
54          hostname
55                 Send the command to a machine identified by hostname
56
57          -addr "<a.b.c.d:port>"
58                 Send  the  command  to  a   machine's   master   located   at
59                 "<a.b.c.d:port>"
60
61          "<a.b.c.d:port>"
62                 Send the command to a machine located at "<a.b.c.d:port>"
63
64          -constraint expression
65                 Apply  this command only to machines matching the given Clas‐
66                 sAd expression
67
68          -all   Send the command to all machines in the pool
69
70          -daemon daemonname
71                 Send the command to the named daemon.  Without  this  option,
72                 the command is sent to the condor_master daemon.
73

EXIT STATUS

75       condor_reconfig will exit with a status value of 0 (zero) upon success,
76       and it will exit with the value 1 (one) upon failure.
77

EXAMPLES

79       To reconfigure the condor_master and all  its  children  on  the  local
80       host:
81
82          % condor_reconfig
83
84       To reconfigure only the condor_startd on a named machine:
85
86          % condor_reconfig -name bluejay -daemon startd
87
88       To  reconfigure  a machine within a pool other than the local pool, use
89       the -pool option. The argument is the name of the central  manager  for
90       the pool. Note that one or more machines within the pool must be speci‐
91       fied as the targets for the command. This command reconfigures the sin‐
92       gle  machine  named  cae17  within  the  pool of machines that has con‐
93       dor.cae.wisc.edu as its central manager:
94
95          % condor_reconfig -pool condor.cae.wisc.edu -name cae17
96

AUTHOR

98       HTCondor Team
99
101       1990-2020, Center for  High  Throughput  Computing,  Computer  Sciences
102       Department,  University of Wisconsin-Madison, Madison, WI, US. Licensed
103       under the Apache License, Version 2.0.
104
105
106
107
1088.8                              Aug 06, 2020               CONDOR_RECONFIG(1)
Impressum