1NVME-TOSHIBA-VS-I(1)              NVMe Manual             NVME-TOSHIBA-VS-I(1)
2
3
4

NAME

6       nvme-toshiba-vs-internal-log - Retrieve a Toshiba device's vendor
7       specific internal log and either save to file or dump the contents.
8

SYNOPSIS

10       'nvme toshiba vs-internal-log ' <device>
11                       [--output-file=<FILE>, -o <FILE>] (optional)
12                       [--saved-log, -s] (optional)
13

DESCRIPTION

15       For the NVMe device given, sends the Toshiba internal device log
16       request and either saves the result to a file or dumps the content to
17       stdout.
18
19       The <device> parameter is mandatory and may be either the NVMe
20       character device (ex: /dev/nvme0), or a namespace block device (ex:
21       /dev/nvme0n1).
22
23       The log is associated with the controller rather than any namespaces.
24
25       Two logs exist, the current log and the previous log.
26
27       This will only work on Toshiba devices supporting this feature.
28
29       Note: The logs are quite large - typically 100’s of MB. This command
30       can take several minutes to complete. A progress runner is included
31       when data is written to file and a page count is included in the stdout
32       dump.
33

OPTIONS

35       -o <FILE>, --output-file=<FILE>
36           Output binary file. Defaults to text-formatted dump to stdout
37
38       -p, --prev-log
39           Use previous log contents. Defaults to the current log contents.
40

EXAMPLES

42       ·   Get the current log from the device and dump it to stdout:
43
44               # nvme toshiba internal-log /dev/nvme0
45
46       ·   Get the previous log from the device and save to a binary file:
47
48               # nvme toshiba internal-log /dev/nvme0 --output-file=log.bin --prev-log
49

NVME

51       Part of the nvme-user suite
52
53
54
55NVMe                              06/05/2018              NVME-TOSHIBA-VS-I(1)
Impressum