1
2opa_osd_query(1) Master map: IFSFFCLIRG (Man Page) opa_osd_query(1)
3
4
5
7 opa_osd_query
8
9
10
11 Queries the opasadb for path records. This tool allows you to create an
12 arbitrary path query and view the result.
13
15 opa_osd_query [-v | -verbose] | [-s | --slid] | [-d | --dlid] | [-S |
16 --sgid] | [-D | --dgid]| [-k | --pkey] | [-i | --sid] | [-h | --hfi] |
17 [-p | --port]
18
20 NOTE:
21
22
23 · All arguments are optional, but ill-formed queries can be
24 expected to fail. You must provide at least a pair of LIDs or a
25 pair of GIDs.
26
27 · The mixing of lids and gids in a query is not permitted.
28
29 · SID or PKey can be provided, but not both.
30
31 · If you have multiple HFIs, the same LID can appear on more than
32 one HFI, therefore you must specify which HFI to use when
33 searching by LIDs.
34
35 · Numbers can be in decimal, hex, or octal.
36
37
38 --help Produces full help text.
39
40 -v/--verbose arg
41 Sets debugging level. Range = 1 - 7.
42
43
44 -s/--slid arg
45 Specifies source LID.
46
47 -d/--dlid arg
48 Specifies destination LID.
49
50 -S/--sgid arg
51 Specifies source GID in GID format (0x00000000:0x00000000) or
52 in Inet6 format (x:x:x:x:x:x:x:x).
53
54 -D/--dgid arg
55 Specifies destination GID in GID format
56 (0x00000000:0x00000000) or in Inet6 format (x:x:x:x:x:x:x:x).
57
58 -k/--pkey arg
59 Specifies partition key.
60
61 -i/--sid arg
62 Specifies service ID.
63
64 -h/--hfi arg
65 Specifies the HFI to use. Default = first HFI. The HFI can be
66 identified by name, for example, hfi1_0 or by number, for
67 example, 1, 2, 3, ... .
68
69 -p/--port arg
70 Specifies the port to use. Default = first port.
71
73 opa_osd_query -s2 -d4
74
75
76
77Copyright(C) 2015-2018 Intel Corporation opa_osd_query(1)