1NVME-WDC-VS-TELEM(1)              NVMe Manual             NVME-WDC-VS-TELEM(1)
2
3
4

NAME

6       nvme-wdc-vs-telemetry-controller-option - Disable/Enable the controller
7       initiated option of the telemetry log page.
8

SYNOPSIS

10       nvme wdc vs-telemetry-controller-option <device> [--disable, -d] [--enable, -e]
11           [--status, -s]
12

DESCRIPTION

14       For the NVMe device given, sends the WDC Vendor Specific set feature
15       command to disable, enable or get current status of the controller
16       initiated option of the telemetry log page.
17
18       The <device> parameter is mandatory NVMe character device (ex:
19       /dev/nvme0).
20
21       This will only work on WDC devices supporting this feature. Results for
22       any other device are undefined.
23

OPTIONS

25       -d, --disable
26           Disables the controller initiated option of the telemetry log page.
27
28       -e, --enable
29           Enables the controller initiated option of the telemetry log page.
30
31       -s, --status
32           Returns the current status (enabled or disabled) of the controller
33           initiated option of the telemetry log page.
34

EXAMPLES

36       ·   Disables the controller initiated option of the telemetry log page:
37
38               # nvme wdc vs-telemetry-controller-option /dev/nvme0 --disable
39               # nvme wdc vs-telemetry-controller-option /dev/nvme0 -d
40
41       ·   Enables the controller initiated option of the telemetry log page:
42
43               # nvme wdc vs-telemetry-controller-option /dev/nvme0 --enable
44               # nvme wdc vs-telemetry-controller-option /dev/nvme0 -e
45
46       ·   Gets the current status (enabled or disabled) of the controller
47           initiated option of the telemetry log page:
48
49               # nvme wdc vs-telemetry-controller-option /dev/nvme0 --status
50               # nvme wdc vs-telemetry-controller-option /dev/nvme0 -s
51

NVME

53       Part of the nvme-user suite.
54
55
56
57NVMe                              01/07/2020              NVME-WDC-VS-TELEM(1)
Impressum