1
0
Fork 0

Adding upstream version 2.7.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:25:25 +01:00
parent 83f51a6dde
commit e08cb5ae68
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
663 changed files with 15529 additions and 6994 deletions

View file

@ -3,12 +3,15 @@ nvme-wdc-enc-get-log(1)
NAME
----
nvme-wdc-enc-get-log - Send NVMe WDC enc-get-log Vendor Unique Command, return result.
nvme-wdc-enc-get-log - Send NVMe WDC enc-get-log Vendor Unique Command, return
result.
SYNOPSIS
--------
[verse]
'nvme wdc enc-get-log' <device> [--log-id=<NUM>, -l <NUM>] [--output-file=<FILE>, -o <FILE>] [--transfer-size=<SIZE>, -s <SIZE>]
'nvme wdc enc-get-log' <device> [--log-id=<NUM>, -l <NUM>]
[--output-file=<FILE>, -o <FILE>]
[--transfer-size=<SIZE>, -s <SIZE>]
DESCRIPTION
-----------
@ -19,7 +22,8 @@ output the Enclosure logs.
The <device> parameter is mandatory and may be either the NVMe character
device (ex: /dev/nvme0).
The --log-id=<NUM>, -l <NUM> parameter is mandatory and may be either 0xd1, 0xd2, 0xd3, 0xd4, 0xe2 and 0xe4.
The --log-id=<NUM>, -l <NUM> parameter is mandatory and may be either 0xd1, 0xd2,
0xd3, 0xd4, 0xe2 and 0xe4.
This will only work on WDC devices supporting this feature.
Results for any other device are undefined.
@ -30,15 +34,17 @@ OPTIONS
-------
-o <FILE>::
--output-file=<FILE>::
Output file pathname
Output file pathname
-s <SIZE>::
--transfer-size=<NUM>::
Data retrieval transfer size, maximum transfer size should be 0x2000 (decimal 8192)
Data retrieval transfer size, maximum transfer size should be 0x2000
(decimal 8192)
EXAMPLES
--------
* Gets the enclosure log from the device based on the log id(0xd1) with transfer size(0x2000) and saves to defined file in current directory:
* Gets the enclosure log from the device based on the log id(0xd1) with transfer
size(0x2000) and saves to defined file in current directory:
+
------------
# nvme wdc enc-get-log /dev/nvme0 -l 0xd1 -o d1_log.bin -s 0x2000