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

Name

6       condor_reconfig Reconfigure 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>  -con‐
13       straint expression -all ] [ -daemon daemonname ]
14

Description

16       condor_reconfig  reconfigures 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_LIST variable, which will only be updated if the con‐
21       dor_restart command is used. Other  configuration  variables  that  can
22       only 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_reconfig  should  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_reconfig with no arguments or with the -daemon mas‐
29       ter option will cause the reconfiguration of the  condor_master  daemon
30       and 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_master daemon.
103
104
105

Exit Status

107       condor_reconfig will 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_master  and  all its children on the local
112       host:
113
114       % condor_reconfig
115
116       To reconfigure only the condor_startd on a named machine:
117
118       % condor_reconfig -name bluejay -daemon startd
119
120       To reconfigure a machine within a pool other than the local  pool,  use
121       the  -pool  option. The argument is the name of the central manager for
122       the pool. Note that one or more machines within the pool must be speci‐
123       fied as the targets for the command. This command reconfigures the sin‐
124       gle machine named cae17 within the  pool  of  machines  that  has  con‐
125       dor.cae.wisc.edu as its central manager:
126
127       % condor_reconfig -pool condor.cae.wisc.edu -name cae17
128

Author

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