1NVME-WDC-GET-ERRO(1) NVMe Manual NVME-WDC-GET-ERRO(1)
2
3
4
6 nvme-wdc-get-error-recovery-log - Send NVMe WDC get-error-recovery-log
7 plugin command, return parsed log output
8
10 nvme wdc get-error-recovery-log <device> [--output-format=<normal|json>
11 -o <normal|json>]
12
14 For the NVMe device given, send a WDC plugin get-error-recovery-log
15 command and output the error recovery log data. The --output-format
16 option will format the output as specified.
17
18 The <device> parameter is mandatory and may be either the NVMe
19 character device (ex: /dev/nvme0).
20
21 This will only work on WDC devices supporting this log page. Results
22 for any other device are undefined.
23
24 On success it returns the parsed error recovery log page data, error
25 code otherwise.
26
28 -o <format>, --output-format=<format>
29 Set the reporting format to normal, or json. Only one output format
30 can be used at a time. Default is normal.
31
33 • Has the program issue WDC get-error-recovery-log plugin command :
34
35 # nvme wdc get-error-recovery-log /dev/nvme0
36
38 Part of the nvme-user suite.
39
40
41
42NVMe 09/29/2023 NVME-WDC-GET-ERRO(1)