c1872221d7
kernel APIs. List of sources used: 1) rdma-core was cloned from "https://github.com/linux-rdma/rdma-core.git" Top commit d65138ef93af30b3ea249f3a84aa6a24ba7f8a75 2) OpenSM was cloned from git://git.openfabrics.org/~halr/opensm.git Top commit 85f841cf209f791c89a075048a907020e924528d 3) libibmad was cloned from "git://git.openfabrics.org/~iraweiny/libibmad.git" Tag 1.3.13 with some additional patches from Mellanox. 4) infiniband-diags was cloned from "git://git.openfabrics.org/~iraweiny/infiniband-diags.git" Tag 1.6.7 with some additional patches from Mellanox. Added the required Makefiles for building and installing. Sponsored by: Mellanox Technologies
119 lines
2.6 KiB
Groff
119 lines
2.6 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.TH IBSTAT 8 "" "" "Open IB Diagnostics"
|
|
.SH NAME
|
|
IBSTAT \-
|
|
.
|
|
.nr rst2man-indent-level 0
|
|
.
|
|
.de1 rstReportMargin
|
|
\\$1 \\n[an-margin]
|
|
level \\n[rst2man-indent-level]
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
-
|
|
\\n[rst2man-indent0]
|
|
\\n[rst2man-indent1]
|
|
\\n[rst2man-indent2]
|
|
..
|
|
.de1 INDENT
|
|
.\" .rstReportMargin pre:
|
|
. RS \\$1
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
. nr rst2man-indent-level +1
|
|
.\" .rstReportMargin post:
|
|
..
|
|
.de UNINDENT
|
|
. RE
|
|
.\" indent \\n[an-margin]
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.nr rst2man-indent-level -1
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
..
|
|
.SH QUERY BASIC STATUS OF INFINIBAND DEVICE(S)
|
|
.SS SYNOPSIS
|
|
.sp
|
|
ibstat [options] <ca_name> [portnum]
|
|
.SS DESCRIPTION
|
|
.sp
|
|
ibstat is a binary which displays basic information obtained from the local
|
|
IB driver. Output includes LID, SMLID, port state, link width active, and port
|
|
physical state.
|
|
.sp
|
|
It is similar to the ibstatus utility but implemented as a binary rather
|
|
than a script. It has options to list CAs and/or ports and displays more
|
|
information than ibstatus.
|
|
.SS OPTIONS
|
|
.INDENT 0.0
|
|
.TP
|
|
.B \fB\-l, \-\-list_of_cas\fP
|
|
list all IB devices
|
|
.TP
|
|
.B \fB\-s, \-\-short\fP
|
|
short output
|
|
.TP
|
|
.B \fB\-p, \-\-port_list\fP
|
|
show port list
|
|
.TP
|
|
.B \fBca_name\fP
|
|
InfiniBand device name
|
|
.TP
|
|
.B \fBportnum\fP
|
|
port number of InfiniBand device
|
|
.UNINDENT
|
|
.SS Debugging flags
|
|
.\" Define the common option -d
|
|
.
|
|
.INDENT 0.0
|
|
.TP
|
|
.B \-d
|
|
raise the IB debugging level.
|
|
May be used several times (\-ddd or \-d \-d \-d).
|
|
.UNINDENT
|
|
.\" Define the common option -h
|
|
.
|
|
.sp
|
|
\fB\-h, \-\-help\fP show the usage message
|
|
.\" Define the common option -v
|
|
.
|
|
.INDENT 0.0
|
|
.TP
|
|
.B \fB\-v, \-\-verbose\fP
|
|
increase the application verbosity level.
|
|
May be used several times (\-vv or \-v \-v \-v)
|
|
.UNINDENT
|
|
.\" Define the common option -V
|
|
.
|
|
.sp
|
|
\fB\-V, \-\-version\fP show the version info.
|
|
.SS Configuration flags
|
|
.\" Define the common option -z
|
|
.
|
|
.sp
|
|
\fB\-\-config, \-z <config_file>\fP Specify alternate config file.
|
|
.INDENT 0.0
|
|
.INDENT 3.5
|
|
Default: /etc/infiniband-diags/ibdiag.conf
|
|
.UNINDENT
|
|
.UNINDENT
|
|
.SS EXAMPLES
|
|
.INDENT 0.0
|
|
.TP
|
|
.B ::
|
|
ibstat # display status of all ports on all IB devices
|
|
ibstat \-l # list all IB devices
|
|
ibstat \-p # show port guids
|
|
ibstat mthca0 2 # show status of port 2 of \(aqmthca0\(aq
|
|
.UNINDENT
|
|
.SS SEE ALSO
|
|
.sp
|
|
ibstatus (8)
|
|
.SS AUTHOR
|
|
.INDENT 0.0
|
|
.TP
|
|
.B Hal Rosenstock
|
|
< \fI\%halr@voltaire.com\fP >
|
|
.UNINDENT
|
|
.\" Generated by docutils manpage writer.
|
|
.
|