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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
<HTML>
<BODY BGCOLOR=white>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
NAME
sge_schedd - Grid Engine job scheduling agent
SYNOPSIS
sge_schedd [ -help ]
DESCRIPTION
<I>sge</I>_<I>schedd</I> computes the scheduling decisions in an Grid
Engine cluster. The information necessary for the decision
is retrieved from <B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B> via an event interface.
After applying the scheduling algorithm, <I>sge</I>_<I>schedd</I> communi-
cates the scheduling decision back to <B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B> again
via the Grid Engine GDI. In order to trigger an <I>sge</I>_<I>schedd</I>
scheduling run, <B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B> samples changes in the clus-
ter status and periodically notifies <I>sge</I>_<I>schedd</I>
By using the -<I>tsm</I> option of the <B><A HREF="../htmlman1/qconf.html">qconf(1)</A></B> command, <I>sge</I>_<I>schedd</I>
can be forced to print trace messages of its next scheduling
run to the file <<I>sge</I>_<I>root</I>>/<<I>cell</I>>/<I>common</I>/<I>schedd</I>_<I>runlog</I>. The
messages indicate the reasons for jobs and queues not being
selected in that run
OPTIONS
-help
Print version number of the scheduler.
ENVIRONMENTAL VARIABLES
SGE_ROOT Specifies the location of the Grid Engine
standard configuration files.
SGE_CELL If set, specifies the default Grid Engine
cell. To address a Grid Engine cell
<I>sge</I>_<I>schedd</I> uses (in the order of precedence):
The name of the cell specified in the
environment variable SGE_CELL, if it is
set.
The name of the default cell, i.e.
default.
SGE_DEBUG_LEVEL
If set, specifies that debug information
should be written to stderr. In addition the
level of detail in which debug information is
generated is defined.
SGE_QMASTER_PORT
If set, specifies the tcp port on which
<B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B> is expected to listen for com-
munication requests. Most installations will
use a services map entry for the service
"sge_qmaster" instead to define that port.
FILES
<<I>sge</I>_<I>root</I>>/<<I>cell</I>>/<I>spool</I>/<I>qmaster</I>/<I>schedd</I>
sge_schedd spool directory
<<I>sge</I>_<I>root</I>>/<<I>cell</I>>/<I>common</I>/<I>sched</I>_<I>runlog</I>
sge_schedd trace information
<<I>sge</I>_<I>root</I>>/<<I>cell</I>>/<I>common</I>/<I>sched</I>_<I>configuration</I>
sge_schedd configuration
See <B><A HREF="../htmlman5/sched_conf.html">sched_conf(5)</A></B> for details on the scheduler configuration
file.
SEE ALSO
<B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B>, <B><A HREF="../htmlman3/sge_gdi.html">sge_gdi(3)</A></B>, <B><A HREF="../htmlman5/sched_conf.html">sched_conf(5)</A></B>, <B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B>.
COPYRIGHT
See <B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B> for a full statement of rights and permis-
sions.
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>
|