d6b92ffa99
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
81 lines
2.1 KiB
Groff
81 lines
2.1 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.TH IBIDSVERIFY 8 "" "" "Open IB Diagnostics"
|
|
.SH NAME
|
|
IBIDSVERIFY \-
|
|
.
|
|
.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 VALIDATE IB IDENTIFIERS IN SUBNET AND REPORT ERRORS
|
|
.SS SYNOPSIS
|
|
.sp
|
|
ibidsverify.pl [\-h] [\-R]
|
|
.SS DESCRIPTION
|
|
.sp
|
|
ibidsverify.pl is a perl script which uses a full topology file that was
|
|
created by ibnetdiscover, scans the network to validate the LIDs and GUIDs
|
|
in the subnet. The validation consists of checking that there are no zero
|
|
or duplicate identifiers.
|
|
.sp
|
|
Finally, ibidsverify.pl will also reuse the cached ibnetdiscover output from
|
|
some of the other diag tools which makes it a bit faster than running
|
|
ibnetdiscover from scratch.
|
|
.SS OPTIONS
|
|
.sp
|
|
\fB\-R\fP
|
|
Recalculate the ibnetdiscover information, ie do not use the cached
|
|
information. This option is slower but should be used if the diag tools have
|
|
not been used for some time or if there are other reasons to believe the
|
|
fabric has changed.
|
|
.sp
|
|
\fB\-C <ca_name>\fP use the specified ca_name.
|
|
.sp
|
|
\fB\-P <ca_port>\fP use the specified ca_port.
|
|
.SS EXIT STATUS
|
|
.sp
|
|
Exit status is 1 if errors are found, 0 otherwise.
|
|
.SS FILES
|
|
.\" Common text for the config file
|
|
.
|
|
.SS CONFIG FILE
|
|
.sp
|
|
/etc/infiniband-diags/ibdiag.conf
|
|
.sp
|
|
A global config file is provided to set some of the common options for all
|
|
tools. See supplied config file for details.
|
|
.SS SEE ALSO
|
|
.sp
|
|
\fBibnetdiscover(8)\fP
|
|
.SS AUTHOR
|
|
.INDENT 0.0
|
|
.TP
|
|
.B Hal Rosenstock
|
|
< \fI\%halr@voltaire.com\fP >
|
|
.UNINDENT
|
|
.\" Generated by docutils manpage writer.
|
|
.
|