1NVME-OCP-EOL-PLP() NVME-OCP-EOL-PLP()
2
3
4
6 nvme-ocp-eol-plp-failure-mode - Define and print EOL or PLP circuitry
7 failure mode
8
10 nvme ocp eol-plp-failure-mode <device> [--mode=<mode> | -m <mode>] [--no-uuid | -n] [--save | -s]
11 [--sel=<select> | -s <select>]
12
14 Define EOL or PLP circuitry failure mode. No argument prints current
15 mode.
16
17 The <device> parameter is mandatory and may be either the NVMe
18 character device (ex: /dev/nvme0) or block device (ex: /dev/nvme0n1).
19
20 This will only work on OCP compliant devices supporting this feature.
21 Results for any other device are undefined.
22
23 On success it returns 0, error code otherwise.
24
26 -m <mode>, --mode=<mode>
27 Set the EOL or PLP circuitry failure mode to [0-3] (0: default, 1:
28 rom, 2: wtm or 3: normal). Only one mode can be used at a time. The
29 default is rom.
30
31 -n, --no-uuid
32 Do not try to automatically detect UUID index for this command
33 (required for old OCP 1.0 support)
34
35 -s, --save
36 Save the attribute so that it persists through all power states and
37 resets.
38
39 -s <select>, --sel=<select>
40 Select (SEL): This field specifies which value of the attributes to
41 return in the provided data:
42
43 ┌───────┬────────────────────────┐
44 │Select │ Description │
45 ├───────┼────────────────────────┤
46 │0 │ Current │
47 ├───────┼────────────────────────┤
48 │1 │ Default │
49 ├───────┼────────────────────────┤
50 │2 │ Saved │
51 ├───────┼────────────────────────┤
52 │3 │ Supported capabilities │
53 ├───────┼────────────────────────┤
54 │4-7 │ Reserved │
55 └───────┴────────────────────────┘
56
58 • Has the program issue a eol-plp-failure-mode to retrieve the 0xC2
59 get features.
60
61 # nvme ocp eol-plp-failure-mode /dev/nvme0
62
64 Part of the nvme-user suite.
65
66
67
68 NVME-OCP-EOL-PLP()