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

NAME

6       condor_on - HTCondor Manual
7
8       Start up HTCondor daemons
9
10

SYNOPSIS

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

DESCRIPTION

19       condor_on starts up a set of the HTCondor daemons on a set of machines.
20       This command assumes that the condor_master is already running  on  the
21       machine.  If this is not the case, condor_on will fail complaining that
22       it cannot find the address of the master. The command condor_on with no
23       arguments or with the -daemon master option will tell the condor_master
24       to start up the HTCondor daemons specified in the  configuration  vari‐
25       able DAEMON_LIST. If a daemon other than the condor_master is specified
26       with the -daemon option, condor_on starts up only that daemon.
27
28       This command cannot be used to start up the condor_master daemon.
29
30       For security reasons of authentication and authorization, this  command
31       requires ADMINISTRATOR level of access.
32

OPTIONS

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

EXIT STATUS

70       condor_on will exit with a status value of 0 (zero) upon  success,  and
71       it will exit with the value 1 (one) upon failure.
72

EXAMPLES

74       To  begin  running  all daemons (other than condor_master) given in the
75       configuration variable DAEMON_LIST on the local host:
76
77          % condor_on
78
79       To start up only the condor_negotiator on two named machines:
80
81          % condor_on  robin cardinal -daemon negotiator
82
83       To start up only a daemon within a pool of machines other than the  lo‐
84       cal pool, use the -pool option. The argument is the name of the central
85       manager for the pool. Note that one or more machines  within  the  pool
86       must  be  specified as the targets for the command. This command starts
87       up only the condor_schedd daemon on  the  single  machine  named  cae17
88       within the pool of machines that has condor.cae.wisc.edu as its central
89       manager:
90
91          % condor_on -pool condor.cae.wisc.edu -name cae17 -daemon schedd
92

AUTHOR

94       HTCondor Team
95
97       1990-2021, Center for High Throughput Computing, Computer Sciences  De‐
98       partment,  University  of  Wisconsin-Madison, Madison, WI, US. Licensed
99       under the Apache License, Version 2.0.
100
101
102
103
1048.8                              Jan 26, 2021                     CONDOR_ON(1)
Impressum