1SGE_SCHEDD(8) Grid Engine Administrative Commands SGE_SCHEDD(8)
2
3
4
6 sge_schedd - Grid Engine job scheduling agent
7
9 sge_schedd [ -help ]
10
12 sge_schedd computes the scheduling decisions in an Grid Engine cluster.
13 The information necessary for the decision is retrieved from sge_qmas‐
14 ter(8) via an event interface. After applying the scheduling algo‐
15 rithm, sge_schedd communicates the scheduling decision back to
16 sge_qmaster(8) again via the Grid Engine GDI. In order to trigger an
17 sge_schedd scheduling run, sge_qmaster(8) samples changes in the clus‐
18 ter status and periodically notifies sge_schedd
19
20 By using the -tsm option of the qconf(1) command, sge_schedd can be
21 forced to print trace messages of its next scheduling run to the file
22 $SGE_ROOT/$SGE_CELL/common/schedd_runlog. The messages indicate the
23 reasons for jobs and queues not being selected in that run
24
26 -help Print version number of the scheduler.
27
29 SGE_ROOT Specifies the location of the Grid Engine standard con‐
30 figuration files.
31
32 SGE_CELL If set, specifies the default Grid Engine cell. To
33 address a Grid Engine cell sge_schedd uses (in the order
34 of precedence):
35
36 The name of the cell specified in the environment
37 variable SGE_CELL, if it is set.
38
39 The name of the default cell, i.e. default.
40
41
42 SGE_DEBUG_LEVEL
43 If set, specifies that debug information should be writ‐
44 ten to stderr. In addition the level of detail in which
45 debug information is generated is defined.
46
47 SGE_QMASTER_PORT
48 If set, specifies the tcp port on which sge_qmaster(8)
49 is expected to listen for communication requests. Most
50 installations will use a services map entry for the ser‐
51 vice "sge_qmaster" instead to define that port.
52
54 $SGE_ROOT/$SGE_CELL/spool/qmaster/schedd
55 sge_schedd spool directory
56 $SGE_ROOT/$SGE_CELL/common/sched_runlog
57 sge_schedd trace information
58 $SGE_ROOT/$SGE_CELL/common/sched_configuration
59 sge_schedd configuration
60 See sched_conf(5) for details on the scheduler configuration file.
61
63 sge_intro(1), sge_gdi(3), sched_conf(5), sge_qmaster(8).
64
66 See sge_intro(1) for a full statement of rights and permissions.
67
68
69
70GE 6.1 $Date: 2007/06/26 22:21:13 $ SGE_SCHEDD(8)