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

NAME

6       ibsysstat - system status on an InfiniBand address
7

SYNOPSIS

9       ibsysstat [options] <dest lid | guid> [<op>]
10

DESCRIPTION

12       ibsysstat  uses  vendor  mads to validate connectivity between IB nodes
13       and obtain other information about the IB node.  ibsysstat  is  run  as
14       client/server. Default is to run as client.
15

OPTIONS

17       Current supported operations:
18
19          ping \- verify connectivity to server (default)
20          host \- obtain host information from server
21          cpu  \- obtain cpu information from server
22
23       -o, --oui
24              use specified OUI number to multiplex vendor mads
25
26       -S, --Server
27              start in server mode (do not return)
28
29   Addressing Flags
30       -G, --Guid     The address specified is a Port GUID
31
32       -L, --Lid   The address specified is a LID
33
34       -s, --sm_port <smlid>     use 'smlid' as the target lid for SA queries.
35
36   Port Selection flags
37       -C, --Ca <ca_name>    use the specified ca_name.
38
39       -P, --Port <ca_port>    use the specified ca_port.
40
41   Local port Selection
42       Multiple  port/Multiple CA support: when no IB device or port is speciā€
43       fied (see the "local umad parameters"  below),  the  libibumad  library
44       selects the port to use by the following criteria:
45
46          1. the first port that is ACTIVE.
47
48          2. if not found, the first port that is UP (physical link up).
49
50          If  a  port  and/or  CA  name  is  specified,  the libibumad library
51          attempts to fulfill the user request, and will fail  if  it  is  not
52          possible.
53
54          For example:
55
56              ibaddr                 # use the first port (criteria #1 above)
57              ibaddr -C mthca1       # pick the best port from "mthca1" only.
58              ibaddr -P 2            # use the second (active/up) port from the first available IB device.
59              ibaddr -C mthca0 -P 2  # use the specified port only.
60
61   Debugging flags
62       -d     raise  the  IB debugging level.  May be used several times (-ddd
63              or -d -d -d).
64
65       -e     show send and receive errors (timeouts and others)
66
67       -h, --help      show the usage message
68
69       -v, --verbose
70              increase the application verbosity level.  May be  used  several
71              times (-vv or -v -v -v)
72
73       -V, --version     show the version info.
74
75   Configuration flags
76       -t,  --timeout  <timeout_ms>  override  the  default  timeout  for  the
77       solicited mads.
78
79       --config, -z  <config_file> Specify alternate config file.
80          Default: /etc/infiniband-diags/ibdiag.conf
81

FILES

83   CONFIG FILE
84       /etc/infiniband-diags/ibdiag.conf
85
86       A global config file is provided to set some of the common options  for
87       all tools.  See supplied config file for details.
88

AUTHOR

90       Hal Rosenstock
91              < halr@voltaire.com >
92
93
94
95
96                                                                  IBSYSSTAT(8)
Impressum