1
2opaextractlink(8) Master map: IFSFFCLIRG (Man Page) opaextractlink(8)
3
4
5
7 opaextractlink
8
9
10
11 Produces a CSV file listing all or some of the links in the fabric.
12 opaextractlink is a front end to the opareport tool. The output from
13 this tool can be imported into a spreadsheet or parsed by other
14 scripts.
15
17 opaextractlink [opareport options]
18
20 --help Produces full help text.
21
22
23 opareport options
24 The following options are passed to opareport. This subset is
25 considered typical and useful for this command. By design,
26 the tool ignores -o/--output report option.
27
28
29
30
31 -h/--hfi hfi
32 Specifies the HFI, numbered 1..n. Using 0 specifies
33 that the -p port port is a system-wide port number.
34 (Default is 0.)
35
36
37
38
39
40 -p/--port port
41 Specifies the port, numbered 1..n. Using 0 speci‐
42 fies the first active port. (Default is 0.)
43
44
45
46
47
48 -X/--infile snapshot_input
49 Generates a report using the data in the snap‐
50 shot_input file. snapshot_input must have been gen‐
51 erated during a previous -o snapshot run. When
52 used, the -s, -i, -C, and -a options are ignored.
53 '-' may be used as the snapshot_input to specify
54 stdin.
55
56
57
58
59
60 -T/--topology topology_input
61 Uses topology_input file to augment and verify fab‐
62 ric information. When used, various reports can be
63 augmented with information not available electroni‐
64 cally (such as cable labels). '-' may be used to
65 specify stdin.
66
67
68
69
71 -h 0 First active port in system (default).
72
73
74 -h 0 -p 0 First active port in system.
75
76
77 -h x First active port on HFI x.
78
79
80 -h x -p 0 First active port on HFI x.
81
82
83 -h 0 -p y Port y within system (no matter which ports are active).
84
85
86 -h x -p y HFI x, port y.
87
88
90 # List all the links in the fabric:
91 opaextractlink
92
93 # List all the links to a switch named "coresw1":
94 opaextractlink -F "node:coresw1"
95
96 # List all the links to end-nodes:
97 opaextractlink -F "nodetype:FI"
98
99 # List all the links on the 2nd HFI's fabric of a multi-plane fabric:
100 opaextractlink -h 2
101
102
103
104Copyright(C) 2015-2018 Intel Corporation opaextractlink(8)