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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
<HTML>
<BODY BGCOLOR=white>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
NAME
qrstat - show the status of Sun Grid Engine Advance Reserva-
tions (AR)
SYNTAX
qrstat [-ar ar_id,...] [-help] [-u user,...] [-explain]
DESCRIPTION
<I>qrstat</I> shows the current status of the available Sun Grid
Engine ARs. The selection option -ar allows you to get
information about specific AR.
The administrator and the user may define files which can
contain any of the options described below. A cluster-wide
sge_qrstat file may be placed under
$SGE_ROOT/$SGE_CELL/common/sge_qrstat The user private file
is searched at the location $HOME/.sge_qrstat. The home
directory request file has the highest precedence over the
cluster global file. Command line can be used to override
the flags contained in the files.
OPTIONS
-ar ar_id,...
Prints various information about the ARs identified by
given ar_id list.
-explain
Displays the reason for the error state of an AR. Pos-
sible reasons are the unknown state of a host or queue
instance.
The output format for the alarm reasons is one line per
reason.
-help
Prints a listing of all options.
-u user,...
Display information only for those ARs created by the
users from the given user list.
The string $user is a placeholder for the current
username. An asterisk "*" can be used as username wild-
card to request that all users' ARs be displayed. The
default value for this switch is "-u $user".
-xml This option can be used with all other options and
changes the output to XML. The used schemas are refer-
enced in the XML output. The output is printed to
stdout.
OUTPUT FORMATS
Depending on the presence or absence of the -ar option there
are two output formats need to be differentiated.
Advance Reservation Summary (without -ar)
Following the header line, a section for each AR is pro-
vided. The columns contain information for
<B>o</B> the AR id.
<B>o</B> the name of the AR.
<B>o</B> the current state of the AR. One of following states
'wWrEd".
w - waiting without error
W - warning (effective - waiting with error)
r - running
E - error (effective - running with error)
d - deleted
<B>o</B> the start time of the AR.
<B>o</B> the end time of the AR.
<B>o</B> the duration of the AR.
Detailed Format (with -ar)
The output contains two columns. The first one contains all
AR attributes. The second one the corresponding value.
ENVIRONMENTAL VARIABLES
SGE_ROOT Specifies the location of the Sun Grid Engine
standard configuration files.
SGE_CELL If set, specifies the default Sun Grid Engine
cell. To address a Sun Grid Engine cell
<I>qrstat</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?pathrev=V62u5_TAG">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>common</I>/<I>act</I>_<I>qmaster</I>
Sun Grid Engine master host file
<<I>sge</I>_<I>root</I>>/<<I>cell</I>>/<I>common</I>/<I>sge</I>_<I>qrstat</I>
cluster qrstat default options
$<I>HOME</I>/.<I>sge</I>_<I>qrstat</I>
user qrstat default options
SEE ALSO
<B><A HREF="../htmlman1/sge_intro.html?pathrev=V62u5_TAG">sge_intro(1)</A></B>, <B><A HREF="../htmlman1/qrsub.html?pathrev=V62u5_TAG">qrsub(1)</A></B>, <B><A HREF="../htmlman1/qrdel.html?pathrev=V62u5_TAG">qrdel(1)</A></B>, <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B>,
COPYRIGHT
See <B><A HREF="../htmlman1/sge_intro.html?pathrev=V62u5_TAG">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>
|