1
2opaenableports(8) Master map: IFSFFCLIRG (Man Page) opaenableports(8)
3
4
5
7 opaenableports
8
9
10
11 (Linux) Accepts a disabled ports input file and re-enables the speci‐
12 fied ports. The input file can be /etc/opa/disabled*.csv or a user-cre‐
13 ated subset of such a file. After enabling the port, it is removed from
14 /etc/opa/disabled*.csv.
15
17 opaenableports [-h hfi] [-p port] < disabled.csv
18
20 --help Produces full help text.
21
22
23 -h hfi Specifies the HFI, numbered 1..n. Using 0 specifies that the
24 -p port port is a system-wide port number. (Default is 0.)
25
26
27 -p port Specifies the port, numbered 1..n. Using 0 specifies the
28 first active port. (Default is 0.)
29
30
31 disabled.csv
32 Specifies the input file listing the ports to enable. The
33 list is of the form: NodeGUID;PortNum;NodeType;Nod‐
34 eDesc;Ignored.
35
36
37 An input file like this is generated in /etc/opa/disabled* by
38 opadisableports.
39
40
42 -h 0 First active port in system (default).
43
44
45 -h 0 -p 0 First active port in system.
46
47
48 -h x First active port on HFI x.
49
50
51 -h x -p 0 First active port on HFI x.
52
53
54 -h 0 -p y Port y within system (no matter which ports are active).
55
56
57 -h x -p y HFI x, port y.
58
59
61 opaenableports < disabled.csv
62 opaenableports < /etc/opa/disabled:1:1.csv
63 opaenableports -h 1 -p 1 < disabled.csv
64
66 For messages containing skipping ports, either the device is offline or
67 the other end of the link has been disabled and the device is no longer
68 accessible in-band. The end of the link previously disabled by opedis‐
69 ableports or opadisablehosts can be found in /etc/opa/disabled:1:1.csv.
70
71
72
73Copyright(C) 2015-2018 Intel Corporation opaenableports(8)