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