1NVME-INTEL-INTERNA(1)             NVMe Manual            NVME-INTEL-INTERNA(1)
2
3
4

NAME

6       nvme-intel-internal-log - Retrieve Intel device's internal log and save
7       to file.
8

SYNOPSIS

10       'nvme intel internal-log ' <device> [--log=<NUM>, -l <NUM>]
11                       [--region=<NUM>, r <NUM>]
12                       [--nlognum=<NUM>, m <NUM>]
13                       [--namespace-id=<NUM>, -n <NUM>]
14                       [--output-file=<FILE>, -o <FILE>]
15

DESCRIPTION

17       For the NVMe device given, sends the Intel vendor unique device log
18       request and saves the result to a file.
19
20       The <device> parameter is mandatory and may be either the NVMe
21       character device (ex: /dev/nvme0), or a namespace block device (ex:
22       /dev/nvme0n1). If using the character device, the namespace id
23       parameter is mandatory.
24
25       This will only work on Intel devices supporting this feature which
26       includes (but not limited to) all the Intel DC P3xxx family of
27       controllers. Results for any other device are undefined.
28

OPTIONS

30       -l <NUM>, --log=<NUM>
31           Log type: 0, 1, or 2 for nlog, event log, and assert log,
32           respectively.
33
34       -n <NUM>, --namespace-id=<NUM>
35           Namespace to use.
36
37       -o <FILE>, --output-file=<FILE>
38           Output file; defaults to device name provided
39
40       -r <NUM>, --region=<NUM>
41           Select which core region to retrieve the log from. -1 for all
42           available, if supported by the device.
43
44       -m <NUM>, --nlognum=<NUM>
45           When used with nlog, this specifies which nlog to read. -1 for all,
46           if supported by the device.
47

EXAMPLES

49       ·   Gets the nlog from the device and saves to default file:
50
51               # nvme intel internal-log /dev/nvme0 --namespace-id=1 --log=0
52
53       ·   Gets the event log from the device and saves to defined file:
54
55               # nvme intel internal-log /dev/nvme0 --namespace-id=1 --log=1 --output-file=MyAwesomeEventLog
56

NVME

58       Part of the nvme-user suite
59
60
61
62NVMe                              06/05/2018             NVME-INTEL-INTERNA(1)
Impressum