Unix and Linux Discussions Tagged with sql |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
11,025 |
Shell Programming and Scripting |
|
|
|
1 |
6,737 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
1,273 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,266 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
6,489 |
Shell Programming and Scripting |
|
|
|
8 |
3,166 |
Shell Programming and Scripting |
|
|
|
3 |
940 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,101 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,346 |
Programming |
|
|
|
3 |
2,239 |
Programming |
|
|
|
2 |
1,151 |
Shell Programming and Scripting |
|
|
|
1 |
3,264 |
Shell Programming and Scripting |
|
|
|
0 |
969 |
Shell Programming and Scripting |
|
|
|
2 |
28,443 |
Programming |
|
|
|
8 |
3,325 |
Shell Programming and Scripting |
|
|
|
5 |
1,775 |
Programming |
|
|
|
3 |
915 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,797 |
UNIX and Linux Applications |
|
|
|
10 |
7,024 |
Shell Programming and Scripting |
|
|
|
2 |
22,565 |
Shell Programming and Scripting |
|
|
|
2 |
3,263 |
Programming |
|
|
|
20 |
6,684 |
Shell Programming and Scripting |
|
|
|
4 |
3,802 |
Shell Programming and Scripting |
|
|
|
5 |
4,282 |
Shell Programming and Scripting |
|
|
|
2 |
5,523 |
Shell Programming and Scripting |
|
|
|
2 |
11,945 |
Shell Programming and Scripting |
|
|
|
3 |
1,175 |
Shell Programming and Scripting |
|
|
|
3 |
7,703 |
Shell Programming and Scripting |
|
|
|
7 |
38,758 |
Shell Programming and Scripting |
|
|
|
4 |
1,923 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,203 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
1,861 |
Programming |
|
|
|
3 |
1,036 |
Programming |
|
|
|
4 |
2,943 |
Shell Programming and Scripting |
|
|
|
2 |
2,895 |
Shell Programming and Scripting |
|
|
|
8 |
2,012 |
Shell Programming and Scripting |
|
|
|
1 |
3,918 |
Shell Programming and Scripting |
|
|
|
3 |
18,060 |
Shell Programming and Scripting |
|
|
|
6 |
1,816 |
Shell Programming and Scripting |
|
|
|
0 |
1,391 |
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)