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 re‐
21       configuration  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, condor_re‐
27       config  should  be used when making changes to the configuration files,
28       since it is faster and more efficient than restarting the daemons.
29
30       The command condor_reconfig with no arguments or with the -daemon  mas‐
31       ter  option  will cause the reconfiguration of the condor_master daemon
32       and all the child processes of the condor_master.
33
34       For security reasons of authentication and authorization, this  command
35       requires ADMINISTRATOR level of access.
36

OPTIONS

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

EXIT STATUS

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

EXAMPLES

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

AUTHOR

97       HTCondor Team
98
100       1990-2021,  Center for High Throughput Computing, Computer Sciences De‐
101       partment, University of Wisconsin-Madison, Madison,  WI,  US.  Licensed
102       under the Apache License, Version 2.0.
103
104
105
106
1078.8                              Aug 23, 2021               CONDOR_RECONFIG(1)
Impressum