.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "CONDOR_ON" "1" "Apr 01, 2024" "" "HTCondor Manual" .SH NAME condor_on \- HTCondor Manual .sp Start up HTCondor daemons .SH SYNOPSIS .sp \fBcondor_on\fP [\fB\-help | \-version\fP ] .sp \fBcondor_on\fP [\fB\-debug\fP ] [\fB\-pool\fP \fIcentralmanagerhostname[:portnumber]\fP] [ \fB\-name\fP \fIhostname\fP | \fIhostname\fP | \fB\-addr\fP \fI\(dq\(dq\fP | \fI\(dq\(dq\fP | \fB\-constraint\fP \fIexpression\fP | \fB\-all\fP ] [\fB\-daemon\fP \fIdaemonname\fP] .SH DESCRIPTION .sp \fIcondor_on\fP starts up a set of the HTCondor daemons on a set of machines. This command assumes that the \fIcondor_master\fP is already running on the machine. If this is not the case, \fIcondor_on\fP will fail complaining that it cannot find the address of the master. The command \fIcondor_on\fP with no arguments or with the \fB\-daemon\fP \fImaster\fP option will tell the \fIcondor_master\fP to start up the HTCondor daemons specified in the configuration variable \fI\%DAEMON_LIST\fP\&. If a daemon other than the \fIcondor_master\fP is specified with the \fB\-daemon\fP option, \fIcondor_on\fP starts up only that daemon. .sp This command cannot be used to start up the \fIcondor_master\fP daemon. .sp For security reasons of authentication and authorization, this command requires ADMINISTRATOR level of access. .SH OPTIONS .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .TP \fB\-help\fP Display usage information .TP \fB\-version\fP Display version information .TP \fB\-debug\fP Causes debugging information to be sent to \fBstderr\fP, based on the value of the configuration variable \fI\%TOOL_DEBUG\fP\&. .TP \fB\-pool\fP \fIcentralmanagerhostname[:portnumber]\fP Specify a pool by giving the central manager\(aqs host name and an optional port number .TP \fB\-name\fP \fIhostname\fP Send the command to a machine identified by \fIhostname\fP .TP .B \fIhostname\fP Send the command to a machine identified by \fIhostname\fP .TP \fB\-addr\fP \fI\(dq\(dq\fP Send the command to a machine\(aqs master located at \fI\(dq\(dq\fP .TP .B \fI\(dq\(dq\fP Send the command to a machine located at \fI\(dq\(dq\fP .TP \fB\-constraint\fP \fIexpression\fP Apply this command only to machines matching the given ClassAd \fIexpression\fP .TP \fB\-all\fP Send the command to all machines in the pool .TP \fB\-daemon\fP \fIdaemonname\fP Send the command to the named daemon. Without this option, the command is sent to the \fIcondor_master\fP daemon. .UNINDENT .UNINDENT .UNINDENT .SH EXIT STATUS .sp \fIcondor_on\fP will exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure. .SH EXAMPLES .sp To begin running all daemons (other than \fIcondor_master\fP) given in the configuration variable \fI\%DAEMON_LIST\fP on the local host: .INDENT 0.0 .INDENT 3.5 .sp .EX $ condor_on .EE .UNINDENT .UNINDENT .sp To start up only the \fIcondor_negotiator\fP on two named machines: .INDENT 0.0 .INDENT 3.5 .sp .EX $ condor_on robin cardinal \-daemon negotiator .EE .UNINDENT .UNINDENT .sp To start up only a daemon within a pool of machines other than the local pool, use the \fB\-pool\fP option. The argument is the name of the central manager for the pool. Note that one or more machines within the pool must be specified as the targets for the command. This command starts up only the \fIcondor_schedd\fP daemon on the single machine named \fBcae17\fP within the pool of machines that has \fBcondor.cae.wisc.edu\fP as its central manager: .INDENT 0.0 .INDENT 3.5 .sp .EX $ condor_on \-pool condor.cae.wisc.edu \-name cae17 \-daemon schedd .EE .UNINDENT .UNINDENT .SH AUTHOR HTCondor Team .SH COPYRIGHT 1990-2024, Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI, US. Licensed under the Apache License, Version 2.0. .\" Generated by docutils manpage writer. .