]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/management/infiniband-diags/man/ibprintca.8
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / management / infiniband-diags / man / ibprintca.8
1 .TH IBPRINTCA 8 "May 31, 2007" "OpenIB" "OpenIB Diagnostics"
2
3 .SH NAME
4 ibprintca.pl \- print either the ca specified or the list of cas from the ibnetdiscover output
5
6 .SH SYNOPSIS
7 .B ibprintca.pl
8 [-R -l -C <ca_name> -P <ca_port>] [<ca_guid|node_name>]
9
10 .SH DESCRIPTION
11 .PP
12 Faster than greping/viewing with an editor the output of ibnetdiscover,
13 ibprintca.pl will parse out and print either the CA information for the
14 specified CA or a list of all the CAs in the subnet.
15
16 Finally, ibprintca.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 CAs (simply a wrapper for ibhosts).
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 .SH AUTHORS
39 .TP
40 Ira Weiny
41 .RI < weiny2@llnl.gov >
42 .TP
43 Hal Rosenstock
44 .RI < halr@voltaire.com >