1NVME-OCP-SMART-AD(1) NVMe Manual NVME-OCP-SMART-AD(1)
2
3
4
6 nvme-ocp-smart-add-log - Retrieves Extended SMART information of given
7 OCP compliant device
8
10 nvme ocp smart-add-log <device> [--output-format=<fmt> | -o <fmt>]
11
13 For the NVMe device given, send a smart-add-log command and provide the
14 additional smart log.
15
16 The <device> parameter is mandatory and may be either the NVMe
17 character device (ex: /dev/nvme0) or block device (ex: /dev/nvme0n1).
18
19 This will only work on OCP compliant devices supporting this feature.
20 Results for any other device are undefined.
21
22 On success it returns 0, error code otherwise.
23
25 -o <format>, --output-format=<format>
26 Set the reporting format to normal or json. Only one output format
27 can be used at a time. The default is normal.
28
30 • Has the program issue a smart-add-log command to retrieve the 0xC0
31 log page.
32
33 # nvme ocp smart-add-log /dev/nvme0
34
36 Part of the nvme-user suite.
37
38
39
40NVMe 09/29/2023 NVME-OCP-SMART-AD(1)