diff options
Diffstat (limited to 'static/freebsd/man8/ibidsverify.8')
| -rw-r--r-- | static/freebsd/man8/ibidsverify.8 | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/static/freebsd/man8/ibidsverify.8 b/static/freebsd/man8/ibidsverify.8 new file mode 100644 index 00000000..1df287b7 --- /dev/null +++ b/static/freebsd/man8/ibidsverify.8 @@ -0,0 +1,80 @@ +.\" 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. +. |
