Unix and Linux Discussions Tagged with sql |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
11,403 |
Shell Programming and Scripting |
|
|
|
1 |
6,799 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
1,317 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,368 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
6,560 |
Shell Programming and Scripting |
|
|
|
8 |
3,402 |
Shell Programming and Scripting |
|
|
|
3 |
983 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,326 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,376 |
Programming |
|
|
|
3 |
2,278 |
Programming |
|
|
|
2 |
1,198 |
Shell Programming and Scripting |
|
|
|
1 |
3,374 |
Shell Programming and Scripting |
|
|
|
0 |
1,001 |
Shell Programming and Scripting |
|
|
|
2 |
29,757 |
Programming |
|
|
|
8 |
3,408 |
Shell Programming and Scripting |
|
|
|
5 |
1,856 |
Programming |
|
|
|
3 |
941 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,821 |
UNIX and Linux Applications |
|
|
|
10 |
7,276 |
Shell Programming and Scripting |
|
|
|
2 |
22,968 |
Shell Programming and Scripting |
|
|
|
2 |
3,279 |
Programming |
|
|
|
20 |
7,099 |
Shell Programming and Scripting |
|
|
|
4 |
3,930 |
Shell Programming and Scripting |
|
|
|
5 |
4,408 |
Shell Programming and Scripting |
|
|
|
2 |
5,647 |
Shell Programming and Scripting |
|
|
|
2 |
12,142 |
Shell Programming and Scripting |
|
|
|
3 |
1,209 |
Shell Programming and Scripting |
|
|
|
3 |
8,012 |
Shell Programming and Scripting |
|
|
|
7 |
39,511 |
Shell Programming and Scripting |
|
|
|
4 |
1,946 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,268 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
1,899 |
Programming |
|
|
|
3 |
1,044 |
Programming |
|
|
|
4 |
2,966 |
Shell Programming and Scripting |
|
|
|
2 |
2,917 |
Shell Programming and Scripting |
|
|
|
8 |
2,066 |
Shell Programming and Scripting |
|
|
|
1 |
3,965 |
Shell Programming and Scripting |
|
|
|
3 |
18,311 |
Shell Programming and Scripting |
|
|
|
6 |
1,866 |
Shell Programming and Scripting |
|
|
|
0 |
1,425 |
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)