]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/management/infiniband-diags/man/ibcheckportwidth.8
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / management / infiniband-diags / man / ibcheckportwidth.8
1 .TH IBCHECKPORTWIDTH 8 "May 21, 2007" "OpenIB" "OpenIB Diagnostics"
2
3 .SH NAME
4 ibcheckportwidth \- validate IB port for 1x link width
5
6 .SH SYNOPSIS
7 .B ibcheckport
8 [\-h] [\-v] [\-N | \-nocolor] [\-G] [\-C ca_name] [\-P ca_port]
9 [\-t(imeout) timeout_ms]  <lid|guid> <port>
10
11 .SH DESCRIPTION
12 .PP
13 Check connectivity and check the specified port for 1x link width.
14 Port address is a lid unless -G option is used to specify a GUID address.
15
16 .SH OPTIONS
17 .PP
18 \-G      use GUID address argument. In most cases, it is the Port GUID.
19         Example:
20         "0x08f1040023"
21 .PP
22 \-v      increase the verbosity level
23 .PP
24 \-N | \-nocolor use mono rather than color mode
25 .PP
26 \-C <ca_name>    use the specified ca_name.
27 .PP
28 \-P <ca_port>    use the specified ca_port.
29 .PP
30 \-t <timeout_ms> override the default timeout for the solicited mads.
31
32 .SH EXAMPLE
33 .PP
34 ibcheckportwidth 2 3         # check lid 2 port 3
35
36 .SH SEE ALSO
37 .BR smpquery(8),
38 .BR ibaddr(8)
39
40 .SH AUTHOR
41 .TP
42 Hal Rosenstock
43 .RI < halr@voltaire.com >