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