]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/management/infiniband-diags/man/ibprintrt.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 / ibprintrt.8
1 .TH IBPRINTRT 8 "May 31, 2007" "OpenIB" "OpenIB Diagnostics"
2
3 .SH NAME
4 ibprintrt.pl \- print either only the router specified or a list of routers from the ibnetdiscover output
5
6 .SH SYNOPSIS
7 .B ibprintrt.pl
8 [-R -l -C <ca_name> -P <ca_port>] [<rt_guid|node_name>]
9
10 .SH DESCRIPTION
11 .PP
12 Faster than greping/viewing with an editor the output of ibnetdiscover,
13 ibprintrt.pl will parse out and print either the router information for the
14 specified IB router or a list of all IB routers in the subnet.
15
16 Finally, ibprintrt.pl will also reuse the cached ibnetdiscover output from
17 some of the other diag tools which makes it a bit faster than running
18 ibnetdiscover from scratch.
19
20
21 .SH OPTIONS
22
23 .PP
24 .TP
25 \fB\-l\fR
26 List the Rts (simply a wrapper for ibrouters).
27 .TP
28 \fB\-R\fR
29 Recalculate the ibnetdiscover information, ie do not use the cached
30 information.  This option is slower but should be used if the diag tools have
31 not been used for some time or if there are other reasons to believe that
32 the fabric has changed.
33 .TP
34 \fB\-C <ca_name>\fR    use the specified ca_name for the search.
35 .TP
36 \fB\-P <ca_port>\fR    use the specified ca_port for the search.
37
38
39 .SH AUTHOR
40 .TP
41 Hal Rosenstock
42 .RI < halr@voltaire.com >