Lines Matching +full:port +full:- +full:config

5 IBADDR \- query InfiniBand address(es)
7 .nr rst2man-indent-level 0
10 \\$1 \\n[an-margin]
11 level \\n[rst2man-indent-level]
12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
13 -
14 \\n[rst2man-indent0]
15 \\n[rst2man-indent1]
16 \\n[rst2man-indent2]
21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
22 . nr rst2man-indent-level +1
27 .\" indent \\n[an-margin]
28 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
29 .nr rst2man-indent-level -1
30 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
39 port specified (by DR path, lid, or GUID) or the local port by default.
44 \fB\-\-gid_show, \-g\fP
47 \fB\-\-lid_show, \-l\fP
50 \fB\-\-Lid_show, \-L\fP
53 .\" Define the common option -D for Directed routes
56 \fB\-D, \-\-Direct\fP The address specified is a directed route
63 [options] \-D [options] "0" # self port
64 [options] \-D [options] "0,1,2,1,4" # out via port 1, then 2, ...
66 (Note the second number in the path specified must match the port being
67 used. This can be specified using the port selection flag \(aq\-P\(aq or the
68 port found through the automatic selection process.)
73 .\" Define the common option -G
76 \fB\-G, \-\-Guid\fP The address specified is a Port GUID
77 .\" Define the common option -s
80 \fB\-s, \-\-sm_port <smlid>\fP use \(aqsmlid\(aq as the target lid for SA queries.
82 .\" Define the common option -d
86 .B \-d
88 May be used several times (\-ddd or \-d \-d \-d).
90 .\" Define the common option -e
94 .B \-e
97 .\" Define the common option -h
100 \fB\-h, \-\-help\fP show the usage message
101 .\" Define the common option -v
105 .B \fB\-v, \-\-verbose\fP
107 May be used several times (\-vv or \-v \-v \-v)
109 .\" Define the common option -V
112 \fB\-V, \-\-version\fP show the version info.
113 .SS Port Selection flags
114 .\" Define the common option -C
117 \fB\-C, \-\-Ca <ca_name>\fP use the specified ca_name.
118 .\" Define the common option -P
121 \fB\-P, \-\-Port <ca_port>\fP use the specified ca_port.
122 .\" Explanation of local port selection
124 .SS Local port Selection
126 Multiple port/Multiple CA support: when no IB device or port is specified
128 selects the port to use by the following criteria:
133 the first port that is ACTIVE.
135 if not found, the first port that is UP (physical link up).
138 If a port and/or CA name is specified, the libibumad library attempts
147 ibaddr # use the first port (criteria #1 above)
148 ibaddr \-C mthca1 # pick the best port from "mthca1" only.
149 ibaddr \-P 2 # use the second (active/up) port from the first available IB device.
150 ibaddr \-C mthca0 \-P 2 # use the specified port only.
158 .\" Define the common option -y
162 .B \fB\-y, \-\-m_key <key>\fP
163 use the specified M_key for requests. If non\-numeric value (like \(aqx\(aq)
166 .\" Define the common option -t
169 \fB\-t, \-\-timeout <timeout_ms>\fP override the default timeout for the solicited mads.
170 .\" Define the common option -z
173 \fB\-\-config, \-z <config_file>\fP Specify alternate config file.
176 Default: /etc/infiniband-diags/ibdiag.conf
180 .\" Common text for the config file
182 .SS CONFIG FILE
184 /etc/infiniband-diags/ibdiag.conf
186 A global config file is provided to set some of the common options for all
187 tools. See supplied config file for details.
194 ibaddr # local port\e\(aqs address
196 ibaddr \-G 0x8f1040023 # same but using guid address
197 ibaddr \-l 32 # show lid range only
198 ibaddr \-L 32 # show decimal lid range only
199 ibaddr \-g 32 # show gid address only