File: condor_master.rst

package info (click to toggle)
condor 23.9.6%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60,012 kB
  • sloc: cpp: 528,272; perl: 87,066; python: 42,650; ansic: 29,558; sh: 11,271; javascript: 3,479; ada: 2,319; java: 619; makefile: 615; xml: 613; awk: 268; yacc: 78; fortran: 54; csh: 24
file content (61 lines) | stat: -rw-r--r-- 2,163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
*condor_master*
================

The master HTCondor Daemon
:index:`condor_master<single: condor_master; HTCondor commands>`
:index:`condor_master daemon`

Synopsis
--------

**condor_master**

Description
-----------

This daemon is responsible for keeping all the rest of the HTCondor
daemons running on each machine in your pool. It spawns the other
daemons, and periodically checks to see if there are new binaries
installed for any of them. If there are, the *condor_master* will
restart the affected daemons. In addition, if any daemon crashes, the
*condor_master* will send e-mail to the HTCondor Administrator of your
pool and restart the daemon. The *condor_master* also supports various
administrative commands that let you start, stop or reconfigure daemons
remotely. The *condor_master* will run on every machine in your
HTCondor pool, regardless of what functions each machine are performing.
Additionally, on Linux platforms, if you start the *condor_master* as
root, it will tune (but never decrease) certain kernel parameters
important to HTCondor's performance.

The :macro:`DAEMON_LIST` configuration macro is
used by the *condor_master* to provide a per-machine list of daemons
that should be started and kept running. For daemons that are specified
in the :macro:`DC_DAEMON_LIST` configuration macro, the *condor_master*
daemon will spawn them automatically appending a *-f* argument. For
those listed in :macro:`DAEMON_LIST`, but not in :macro:`DC_DAEMON_LIST`, there
will be no *-f* argument.

The *condor_master* creates certain directories necessary for its proper
functioning on start-up if they don't already exist, using the values of
the configuration settings
:macro:`EXECUTE`,
:macro:`LOCAL_DIR`,
``LOCAL_DISK_LOCK_DIR``,
:macro:`LOCAL_UNIV_EXECUTE`,
:macro:`LOCK`,
:macro:`LOG`,
:macro:`RUN`,
:macro:`SEC_CREDENTIAL_DIRECTORY_KRB`,
:macro:`SEC_CREDENTIAL_DIRECTORY_OAUTH`,
:macro:`SEC_PASSWORD_DIRECTORY`,
:macro:`SEC_TOKEN_SYSTEM_DIRECTORY`,
and
:macro:`SPOOL`.

Options
-------

 **-n** *name*
    Provides an alternate name for the *condor_master* to override that
    given by the :macro:`MASTER_NAME` configuration variable.