]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/management/infiniband-diags/man/ibstatus.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 / ibstatus.8
1 .TH IBSTATUS 8 "July 25, 2006" "OpenIB" "OpenIB Diagnostics"
2
3 .SH NAME
4 ibstatus \- query basic status of InfiniBand device(s)
5
6 .SH SYNOPSIS
7 .B ibstatus
8 [\-h] [devname[:port]]...
9
10 .SH DESCRIPTION
11 .PP
12 ibstatus is a script which displays basic information obtained from the local
13 IB driver. Output includes LID, SMLID, port state, link width active, and port
14 physical state.
15
16 .SH OPTIONS
17
18 .PP
19 .TP
20 devname
21 InfiniBand device name
22 .TP
23 portnum
24 port number of InfiniBand device
25
26 .SH EXAMPLES
27
28 .PP
29 ibstatus                # display status of all IB ports
30 .PP
31 ibstatus mthca1         # status of mthca1 ports
32 .PP
33 ibstatus mthca1:1 mthca0:2      # show status of specified ports
34
35 .SH SEE ALSO
36 .BR ibstat (8)
37
38 .SH AUTHOR
39 .TP
40 Hal Rosenstock
41 .RI < halr@voltaire.com >