]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/management/infiniband-diags/man/ibidsverify.8
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / management / infiniband-diags / man / ibidsverify.8
1 .TH IBIDSVERIFY 8 "June 1, 2007" "OpenIB" "OpenIB Diagnostics"
2
3 .SH NAME
4 ibidsverify.pl \- validate IB identifiers in subnet and report errors
5
6 .SH SYNOPSIS
7 .B ibidsverify.pl
8 [\-h] [\-R]
9
10 .SH DESCRIPTION
11 .PP
12 ibidsverify.pl is a perl script which uses a full topology file that was created
13 by ibnetdiscover, scans the network to validate the LIDs and GUIDs in the
14 subnet. The validation consists of checking that there are no zero or duplicate
15 identifiers.
16
17 Finally, ibidsverify.pl will also reuse the cached ibnetdiscover output from
18 some of the other diag tools which makes it a bit faster than running
19 ibnetdiscover from scratch.
20
21 .SH OPTIONS
22 .PP
23 .TP
24 \fB\-R\fR
25 Recalculate the ibnetdiscover information, ie do not use the cached
26 information.  This option is slower but should be used if the diag tools have
27 not been used for some time or if there are other reasons to believe the
28 fabric has changed.
29
30 .SH SEE ALSO
31 .BR ibnetdiscover(8)
32
33 .SH AUTHOR
34 .TP
35 Hal Rosenstock
36 .RI < halr@voltaire.com >