]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/management/infiniband-diags/man/iblinkinfo.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 / iblinkinfo.8
1 .TH IBLINKINFO 8 "Jan 24, 2008" "OpenIB" "OpenIB Diagnostics"
2
3 .SH NAME
4 iblinkinfo.pl \- report link info for all links in the fabric
5
6 .SH SYNOPSIS
7 .B iblinkinfo.pl
8    [-Rhcdl -C <ca_name> -P <ca_port> -v <lt,hoq,vlstall> -S <guid> -D <direct_route>]
9
10 .SH DESCRIPTION
11 .PP
12 iblinkinfo.pl reports the link info for each port of each switch active in the
13 IB fabric.
14
15 .SH OPTIONS
16
17 .PP
18 .TP
19 \fB\-R\fR
20 Recalculate the ibnetdiscover information, ie do not use the cached
21 information.  This option is slower but should be used if the diag tools have
22 not been used for some time or if there are other reasons to believe the
23 fabric has changed.
24 .TP
25 \fB\-S <guid>\fR
26 Output only the switch specified by <guid> (hex format)
27 .TP
28 \fB\-D <direct_route>\fR
29 Output only the switch specified by the direct route path.
30 .TP
31 \fB\-l\fR
32 Print all information for each link on one line. Default is to print a header
33 with the switch information and then a list for each port (useful for grep\'ing output).
34 .TP
35 \fB\-d\fR
36 Print only switches which have a port in the "Down" state.
37 .TP
38 \fB\-v <lt,hoq,vlstall>\fR
39 Verify additional switch settings (<LifeTime>,<HoqLife>,<VLStallCount>)
40 .TP
41 \fB\-c\fR
42 Print port capabilities (enabled and supported values)
43 .TP
44 \fB\-C <ca_name>\fR    use the specified ca_name for the search.
45 .TP
46 \fB\-P <ca_port>\fR    use the specified ca_port for the search.
47
48
49 .SH AUTHOR
50 .TP
51 Ira Weiny
52 .RI < weiny2@llnl.gov >