Unix and Linux Discussions Tagged with sql |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
66,742 |
Shell Programming and Scripting |
|
|
|
1 |
12,475 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
3,776 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
7,944 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
11,892 |
Shell Programming and Scripting |
|
|
|
8 |
7,777 |
Shell Programming and Scripting |
|
|
|
3 |
2,105 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
7,573 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,087 |
Programming |
|
|
|
3 |
4,272 |
Programming |
|
|
|
2 |
2,108 |
Shell Programming and Scripting |
|
|
|
1 |
5,488 |
Shell Programming and Scripting |
|
|
|
0 |
1,887 |
Shell Programming and Scripting |
|
|
|
2 |
77,037 |
Programming |
|
|
|
8 |
5,599 |
Shell Programming and Scripting |
|
|
|
5 |
3,664 |
Programming |
|
|
|
3 |
2,050 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,480 |
UNIX and Linux Applications |
|
|
|
10 |
9,896 |
Shell Programming and Scripting |
|
|
|
2 |
26,179 |
Shell Programming and Scripting |
|
|
|
2 |
3,971 |
Programming |
|
|
|
20 |
12,468 |
Shell Programming and Scripting |
|
|
|
4 |
5,004 |
Shell Programming and Scripting |
|
|
|
5 |
5,945 |
Shell Programming and Scripting |
|
|
|
2 |
8,575 |
Shell Programming and Scripting |
|
|
|
2 |
14,671 |
Shell Programming and Scripting |
|
|
|
3 |
1,966 |
Shell Programming and Scripting |
|
|
|
3 |
10,220 |
Shell Programming and Scripting |
|
|
|
7 |
47,684 |
Shell Programming and Scripting |
|
|
|
4 |
2,563 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,484 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,125 |
Programming |
|
|
|
3 |
1,503 |
Programming |
|
|
|
4 |
3,579 |
Shell Programming and Scripting |
|
|
|
2 |
3,740 |
Shell Programming and Scripting |
|
|
|
8 |
4,993 |
Shell Programming and Scripting |
|
|
|
1 |
4,942 |
Shell Programming and Scripting |
|
|
|
3 |
20,877 |
Shell Programming and Scripting |
|
|
|
6 |
3,085 |
Shell Programming and Scripting |
|
|
|
0 |
2,171 |
Programming |
oarhold(1) OAR commands oarhold(1)
NAME
oarhold - hold a job in OAR batch scheduler.
SYNOPSIS
oarhold [--array][job_ids][--sql "sql syntax"][-r][-h][-V]
DESCRIPTION
Ask OAR to not schedule jobs until oarresume command will be executed.
OPTIONS
-r, --running
Manage not only Waiting jobs but also Running one (can suspend the job)
--array
Hold array job(s) passed as parameter (all the sub-jobs of the given array job(s))
--sql
Hold jobs which repond to the SQL where clause on the table jobs (ex: "project = 'p1'")
-V, --version
Print OAR version number.
-h, --help
Print help command message.
oarsub(1), oardel(1) oarstat(1), oarnodes(1), oarresume(1)
COPYRIGHTS
Copyright 2008 Laboratoire d'Informatique de Grenoble (http://www.liglab.fr). This software is licensed under the GNU Library General Public License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
oarhold 2012-05-23 oarhold(1)