1just-man-pages/condor_on(1) General Commands Manualjust-man-pages/condor_on(1)
2
3
4
6 condor_on Start up Condor daemons
7
9 condor_on [ -help -version ]
10
11 condor_on [ -debug ] [ -name name name -addr <a.b.c.d:port>
12 <a.b.c.d:port> ... ][ -all ] [ -subsystem master startd schedd collec‐
13 tor negotiator kbdd quill ]
14
15 condor_on [ -debug ] [ -pool centralmanagerhostname[:portnumber] -name
16 name ][ -addr <a.b.c.d:port> ] ... [ -all ] [ -subsystem master startd
17 schedd collector negotiator kbdd quill ]
18
20 condor_on starts up a set of the Condor daemons on a set of machines.
21 This command assumes that the condor_master is already running on the
22 machine. If this is not the case, condor_on will fail complaining that
23 it cannot find the address of the master. The command condor_on with no
24 arguments or with the -subsystem master option will tell the con‐
25 dor_master to start up the Condor daemons specified in the configura‐
26 tion variable DAEMON_LIST. If a daemon other than the condor_master is
27 specified with the -subsystem option, condor_on starts up only that
28 daemon.
29
30 This command cannot be used to start up the condor_master daemon.
31
32 For security purposes (authentication and authorization), this command
33 requires an administrator's level of access. See section on page for
34 further explanation.
35
37 -help
38
39 Display usage information
40
41
42
43 -version
44
45 Display version information
46
47
48
49 -pool centralmanagerhostname[:portnumber]
50
51 Specify a pool by giving the central manager's host name and an
52 optional port number
53
54
55
56 -name name
57
58 Send the command to a machine identified by name
59
60
61
62 name
63
64 Send the command to a machine identified by name
65
66
67
68 -addr <a.b.c.d:port>
69
70 Send the command to a machine's master located at <a.b.c.d:port>
71
72
73
74 <a.b.c.d:port>
75
76 Send the command to a machine located at <a.b.c.d:port>
77
78
79
80 -all
81
82 Send the command to all machines in the pool
83
84
85
86 -subsystem master startd schedd collector negotiator kbdd quill
87
88 Send the command to the named daemon. Without this option, the com‐
89 mand is sent to the condor_master daemon.
90
91
92
93 -debug
94
95 Causes debugging information to be sent to stderr, based on the
96 value of the configuration variable TOOL_DEBUG
97
98
99
101 condor_on will exit with a status value of 0 (zero) upon success, and
102 it will exit with the value 1 (one) upon failure.
103
105 To begin running all daemons (other than condor_master ) given in the
106 configuration variable DAEMON_LISTon the local host:
107
108 % condor_on
109
110 To start up only the condor_negotiator on two named machines:
111
112 % condor_on robin cardinal -subsystem negotiator
113
114 To start up only a daemon within a pool of machines other than the
115 local pool, use the -pool option. The argument is the name of the cen‐
116 tral manager for the pool. Note that one or more machines within the
117 pool must be specified as the targets for the command. This command
118 starts up only the condor_schedd daemon on the single machine named
119 cae17 within the pool of machines that has condor.cae.wisc.edu as its
120 central manager:
121
122 % condor_on -pool condor.cae.wisc.edu -name cae17 -subsystem schedd
123
125 Condor Team, University of Wisconsin-Madison
126
128 Copyright (C) 1990-2009 Condor Team, Computer Sciences Department, Uni‐
129 versity of Wisconsin-Madison, Madison, WI. All Rights Reserved.
130 Licensed under the Apache License, Version 2.0.
131
132 See the Condor Version 7.4.2 Manual or http://www.condorpro‐
133 ject.org/licensefor additional notices. condor-admin@cs.wisc.edu
134
135
136
137 date just-man-pages/condor_on(1)