.\" -*- 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 "oarnodes 1" .TH oarnodes 1 2024-04-10 oarnodes "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 oarnodes \- show information about the nodes managed by OAR. .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBoarnodes\fR [ \-r | \-\-sql | \-s | \-l | \-h | \-V ] [ \-X | \-Y | \-D] [list of nodes] [ \-e [] ] .PP OR .PP \&\fBoarnodes\fR oarnodes [ \-r | \-\-sql | \-s | \-l | \-h | \-V ] [ \-X | \-Y | \-D] [ \-e [] ] \-\- [list of nodes] .SH DESCRIPTION .IX Header "DESCRIPTION" Display information about the nodes managed by OAR. .SH OPTION .IX Header "OPTION" .IP "\fB\-r, \-\-resource\fR" 4 .IX Item "-r, --resource" Show only the resource whose id is given as parameter with its properties. .IP "\fB\-s, \-\-state\fR" 4 .IX Item "-s, --state" Show the states of the resources. .IP "\fB\-l, \-\-list\fR" 4 .IX Item "-l, --list" Show the nodes list. .IP "\fB\-e, \-\-events\fR" 4 .IX Item "-e, --events" Print events related to a node: either since the date given as parameter or the last 30. .IP \fB\-\-sql\fR 4 .IX Item "--sql" Select the resources which match the SQL where clause given as parameter (e.g. "state = 'Suspected'") and display them. .IP "\fB\-D, \-\-DUMPER\fR" 4 .IX Item "-D, --DUMPER" Print result in Perl Data::Dumper format. .IP "\fB\-X, \-\-XML\fR" 4 .IX Item "-X, --XML" Print result in XML format. .IP "\fB\-Y, \-\-YAML\fR" 4 .IX Item "-Y, --YAML" Print result in YAML format. .IP "\fB\-J, \-\-JSON\fR" 4 .IX Item "-J, --JSON" Print result in JSON format. .IP "\fB\-V, \-\-version\fR" 4 .IX Item "-V, --version" Print OAR version number. .IP "\fB\-h, \-\-help\fR" 4 .IX Item "-h, --help" Show the help message. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBoarsub\fR\|(1), \fBoardel\fR\|(1), \fBoarstat\fR\|(1), \fBoarhold\fR\|(1), \fBoarresume\fR\|(1) .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