]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/management/infiniband-diags/man/dump_lfts.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 / dump_lfts.8
1 .TH DUMP_LFTS.SH 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics"
2
3 .SH NAME
4 dump_lfts.sh \- dump InfiniBand unicast forwarding tables
5
6 .SH SYNOPSIS
7 .B dump_lfts.sh
8 [\-h] [\-D] [\-C ca_name] [\-P ca_port] [\-t(imeout) timeout_ms] [>/path/to/dump-file]
9
10
11 .SH DESCRIPTION
12 .PP
13 dump_lfts.sh is a script which dumps the InfiniBand unciast forwarding
14 tables (MFTs) in the switch nodes in the subnet.
15
16 The dump file format is compatible with loading into OpenSM using
17 the -R file -U /path/to/dump-file syntax.
18
19 .SH OPTIONS
20
21 .PP
22 .TP
23 \fB\-D\fR
24 dump forwarding tables using direct routed rather than LID routed SMPs
25 .TP
26 \fB\-h\fR
27 show help
28 .TP
29 \fB\-C\fR <ca_name>
30 use the specified ca_name.
31 .TP
32 \fB\-P\fR <ca_port>
33 use the specified ca_port.
34 .TP
35 \fB\-t\fR <timeout_ms>
36 override the default timeout for the solicited mads.
37
38 .SH SEE ALSO
39 .BR dump_mfts(8),
40 .BR ibroute(8),
41 .BR ibswitches(8),
42 .BR opensm(8)
43
44 .SH AUTHORS
45 .TP
46 Sasha Khapyorsky
47 .RI < sashak@voltaire.com >
48 .TP
49 Hal Rosenstock
50 .RI < halr@voltaire.com >