table of contents
- Tumbleweed 3.0~b.4-1.1
- Leap-16.0
- Leap-15.6
| NVME-WDC-VS-ERROR(1) | NVMe Manual | NVME-WDC-VS-ERROR(1) |
NAME¶
nvme-wdc-vs-error-reason-identifier - Retrieve WDC device's telemetry log error reason identifier field
SYNOPSIS¶
nvme [<global-options>] wdc vs-error-reason-identifier <device>
[--log-id=<NUM>, -i <NUM>]
[--file=<FILE>, -O <FILE>]
DESCRIPTION¶
For the NVMe device given, retrieve the telemetry log error reason id field for either the host generated or controller initiated log. The controller initiated telemetry log page option must be enabled to retrieve the error reason id for that log page id.
The <device> parameter is mandatory and must be the NVMe character device (ex: /dev/nvme0).
This will only work on WDC devices supporting this feature. Results for any other device are undefined.
On success it returns 0, error code otherwise.
OPTIONS¶
-i <id>, --log-id=<id>
-O <FILE>, --file=<FILE>
GLOBAL OPTIONS¶
The following options are defined at the top-level nvme command and are available to this subcommand:
--dry-run
--no-ioctl-probing
--no-retries
-o <fmt>, --output-format=<fmt>
--output-format-version=<version>
--timeout=<ms>
-v, --verbose
These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.
EXAMPLES¶
# nvme wdc vs-error-reason-identifier /dev/nvme0 -i 7 -O host_gen_error_reason_id.bin
# nvme wdc vs-error-reason-identifier /dev/nvme0 -i 8 -O ctlr_init_error_reason_id.bin
NVME¶
Part of the nvme-user suite.
| 07/31/2026 | NVMe |