1IBSYSSTAT(8)                  Open IB Diagnostics                 IBSYSSTAT(8)
2
3
4

NAME

6       IBSYSSTAT -
7

SYSTEM STATUS ON AN INFINIBAND ADDRESS

9   SYNOPSIS
10       ibsysstat [options] <dest lid | guid> [<op>]
11
12   DESCRIPTION
13       ibsysstat  uses  vendor  mads to validate connectivity between IB nodes
14       and obtain other information about the IB node.  ibsysstat  is  run  as
15       client/server. Default is to run as client.
16
17   OPTIONS
18       Current supported operations:
19
20          ping \- verify connectivity to server (default)
21          host \- obtain host information from server
22          cpu  \- obtain cpu information from server
23
24       -o, --oui
25              use specified OUI number to multiplex vendor mads
26
27       -S, --Server
28              start in server mode (do not return)
29
30   Addressing Flags
31       -G, --Guid     The address specified is a Port GUID
32
33       -L, --Lid   The address specified is a LID
34
35       -s, --sm_port <smlid>     use 'smlid' as the target lid for SA queries.
36
37   Port Selection flags
38       -C, --Ca <ca_name>    use the specified ca_name.
39
40       -P, --Port <ca_port>    use the specified ca_port.
41
42   Local port Selection
43       Multiple  port/Multiple CA support: when no IB device or port is speciā€
44       fied (see the "local umad parameters"  below),  the  libibumad  library
45       selects the port to use by the following criteria:
46
47          1. the first port that is ACTIVE.
48
49          2. if not found, the first port that is UP (physical link up).
50
51          If  a  port  and/or  CA  name  is  specified,  the libibumad library
52          attempts to fulfill the user request, and will fail  if  it  is  not
53          possible.
54
55          For example:
56
57              ibaddr                 # use the first port (criteria #1 above)
58              ibaddr -C mthca1       # pick the best port from "mthca1" only.
59              ibaddr -P 2            # use the second (active/up) port from the first available IB device.
60              ibaddr -C mthca0 -P 2  # use the specified port only.
61
62   Debugging flags
63       -d     raise  the  IB debugging level.  May be used several times (-ddd
64              or -d -d -d).
65
66       -e     show send and receive errors (timeouts and others)
67
68       -h, --help      show the usage message
69
70       -v, --verbose
71              increase the application verbosity level.  May be  used  several
72              times (-vv or -v -v -v)
73
74       -V, --version     show the version info.
75
76   Configuration flags
77       -t,  --timeout  <timeout_ms>  override  the  default  timeout  for  the
78       solicited mads.
79
80       --config, -z  <config_file> Specify alternate config file.
81          Default: /etc/infiniband-diags/ibdiag.conf
82
83   FILES
84   CONFIG FILE
85       /etc/infiniband-diags/ibdiag.conf
86
87       A global config file is provided to set some of the common options  for
88       all tools.  See supplied config file for details.
89
90   AUTHOR
91       Hal Rosenstock
92              < halr@voltaire.com >
93
94
95
96
97                                                                  IBSYSSTAT(8)
Impressum