File: qhold.html

package info (click to toggle)
gridengine 6.2u5-7.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 57,216 kB
  • sloc: ansic: 438,030; java: 66,252; sh: 36,399; jsp: 7,757; xml: 5,850; makefile: 5,520; csh: 4,571; cpp: 2,848; perl: 2,401; tcl: 692; lisp: 669; yacc: 668; ruby: 642; lex: 344
file content (169 lines) | stat: -rw-r--r-- 4,895 bytes parent folder | download | duplicates (2)
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
     qhold - hold back Sun Grid Engine jobs from execution

SYNTAX
     qhold [ -h {u|o|s},...  ] [ -help ] [ job/task_id_list ]

     qhold [ -h {u|o|s},...  ] [ -help ] -u user_list

DESCRIPTION
     <I>Qhold</I> provides a means for a user/operator/manager to  place
     so  called <I>holds</I> on one or more jobs pending to be scheduled
     for execution.  As long as any type of hold is assigned to a
     job, the job is not eligible for scheduling.

     Holds can be removed with the <B><A HREF="../htmlman1/qrls.html?pathrev=V62u5_TAG">qrls(1)</A></B> or the <B><A HREF="../htmlman1/qalter.html?pathrev=V62u5_TAG">qalter(1)</A></B>  com-
     mand.

     There are three different types of holds:

     user User holds can be assigned  and  removed  by  managers,
          operators and the owner of the jobs.

     operator
          Operator holds can be assigned and removed by  managers
          and operators.

     system
          System holds can be assigned and  removed  by  managers
          only.

     If no hold type is specified with the -h option (see  below)
     the user hold is assumed by default.

     An alternate way to assign holds to jobs is the  <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B>  or
     the <B><A HREF="../htmlman1/qalter.html?pathrev=V62u5_TAG">qalter(1)</A></B> command (see the -<I>h</I> option).

OPTIONS
     -h {u|o|s},...
          Assign a u(ser), o(perator) or s(system) hold or a com-
          bination thereof to one or more jobs.

     -help
          Prints a listing of all options.

     -u username,...
          Changes are only made on those jobs which were  submit-
          ted  by  users  specified  in  the  list  of usernames.
          Managers are allowed to use the qhold -u "*" command to
          set a hold for all jobs of all users.

          If a user uses the -u switch, the user may  specify  an
          additional <I>job</I>/<I>task</I>_<I>id</I>_<I>list</I>.

     job/task_id_list
          Specified by the following form:

              <I>job</I>_<I>id</I>[.<I>task</I>_<I>range</I>][,<I>job</I>_<I>id</I>[.<I>task</I>_<I>range</I>],...]

          If present, the <I>task</I>_<I>range</I> restricts the effect of  the
          <I>qhold</I>  operation  to the array job task range specified
          as suffix to the job id (see the -t option  to  <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B>
          for further details on array jobs).

          The task range specifier has the  form  n[-m[:s]].  The
          range  may  be a single number, a  simple range  of the
          form n-m or a range with a step size.

          Instead of <I>job</I>/<I>task</I>_<I>id</I>_<I>list</I> it is possible to  use  the
          keyword  'all' to modify the hold state for all jobs of
          the current user.

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>qhold</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.

SEE ALSO
     <B><A HREF="../htmlman1/sge_intro.html?pathrev=V62u5_TAG">sge_intro(1)</A></B>, <B><A HREF="../htmlman1/qalter.html?pathrev=V62u5_TAG">qalter(1)</A></B>, <B><A HREF="../htmlman1/qrls.html?pathrev=V62u5_TAG">qrls(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
     permissions.



















































</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>