1IBSTAT(8) Open IB Diagnostics IBSTAT(8)
2
3
4
6 ibstat - query basic status of InfiniBand device(s)
7
9 ibstat [options] <ca_name> [portnum]
10
12 ibstat is a binary which displays basic information obtained from the
13 local IB driver. Output includes LID, SMLID, port state, link width ac‐
14 tive, and port physical state.
15
16 It is similar to the ibstatus utility but implemented as a binary
17 rather than a script. It has options to list CAs and/or ports and dis‐
18 plays more information than ibstatus.
19
21 -l, --list_of_cas
22 list all IB devices
23
24 -s, --short
25 short output
26
27 -p, --port_list
28 show port list
29
30 ca_name
31 InfiniBand device name
32
33 portnum
34 port number of InfiniBand device
35
36 Debugging flags
37 -d raise the IB debugging level. May be used several times (-ddd
38 or -d -d -d).
39
40 -h, --help show the usage message
41
42 -v, --verbose
43 increase the application verbosity level. May be used several
44 times (-vv or -v -v -v)
45
46 -V, --version show the version info.
47
48 Configuration flags
49 --config, -z <config_file> Specify alternate config file.
50 Default: /etc/infiniband-diags/ibdiag.conf
51
53 :: ibstat # display status of all ports on all IB de‐
54 vices ibstat -l # list all IB devices ibstat -p
55 # show port guids ibstat mthca0 2 # show status of port 2 of
56 'mthca0'
57
59 ibstatus (8)
60
62 Hal Rosenstock
63 < halr@voltaire.com >
64
65
66
67
68 2017-08-21 IBSTAT(8)