1NVME-MICRON-INTERN(1) NVMe Manual NVME-MICRON-INTERN(1)
2
3
4
6 nvme-micron-internal-log - Retrieve Micron device's internal logs and
7 save to given zip file.
8
10 nvme micron vs-internal-log <device> [--package=<FILE>, -p <FILE>]
11
13 For the given NVMe device, sends the Micron vendor specific device
14 commands to retrieve various logs (in binary format) and compresses
15 them and saves into specified zip file. These vendor unique logs can be
16 analyzed with Micron Technical support team for any device specific
17 issues
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 This will only work on Micron devices devices of model numbers 9200 and
24 54XX. Support for new devices may be added subsequently. Results for
25 any other device are undefined.
26
28 -l <FILE>, --package=<FILE>
29 name of the file (with .zip extension) to save the device logs
30
32 • Gets the logs from the device and saves to micron_logs.zip file
33
34 # nvme micron vs-internal-log /dev/nvme0 --package=micron_logs.zip
35
37 Part of the nvme-user suite
38
39
40
41NVMe 11/04/2022 NVME-MICRON-INTERN(1)