.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "oarnotify 1" .TH oarnotify 1 2024-04-10 oarnotify "OAR commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME oarnotify \- Multi usage command for queues and Almighty notification. .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBoarnotify\fR [\-e str] [\-d str] [\-E] [\-D] [\-\-add\-queue str] [\-\-remove\-queue str] [\-l] [tag_to_Almighty] .SH DESCRIPTION .IX Header "DESCRIPTION" This command is used to manage scheduling queues and to notify the OAR server (Almighty). .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-e, \-\-enable\-queue\fR" 4 .IX Item "-e, --enable-queue" Active an existing queue. .IP "\fB\-d, \-\-disable\-queue\fR" 4 .IX Item "-d, --disable-queue" Inactive an existing queue. .IP "\fB\-E, \-\-Enable\-all\-queues\fR" 4 .IX Item "-E, --Enable-all-queues" Active all queues. .IP "\fB\-D, \-\-Disable\-all\-queues\fR" 4 .IX Item "-D, --Disable-all-queues" Inactive all queues. .IP \fB\-\-add\-queue\fR 4 .IX Item "--add-queue" Add a new queue; syntax is name,priority,scheduler. (ex: "name,3,oar_sched_gantt_with_timesharing") .IP \fB\-\-remove\-queue\fR 4 .IX Item "--remove-queue" Remove an existing queue. .IP "\fB\-l, \-\-list\-queues\fR" 4 .IX Item "-l, --list-queues" List all queues and there status. .IP \fBtag_to_Almighty\fR 4 .IX Item "tag_to_Almighty" The non exhaustive list of these tags is: \- "Term": ask OAR server to launch the scheduler \- "Finaud": ask OAR server to launch the check of empty and Suspected nodes .SH COPYRIGHTS .IX Header "COPYRIGHTS" .Vb 1 \& Copyright 2003\-2016 Laboratoire d\*(AqInformatique de Grenoble (http://www.liglab.fr). This software is licensed under the GNU General Public License Version 2 or above. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .Ve