1NVME-IO-MGMT-RECV(1) NVMe Manual NVME-IO-MGMT-RECV(1)
2
3
4
6 nvme-io-mgmt-recv - I/O Management Receive command
7
9 nvme io-mgmt-recv <device> [--namespace-id=<NUM> | -n <NUM>]
10 [--mos=<NUM> | -s <NUM>]
11 [--mo=<NUM> | -m <NUM>]
12 [--data=<FILE> | -d <FILE>]
13 [--data-len=<NUM> | -l <NUM>]
14
16 For the NVMe device given, issues the I/O Management Receive command
17 with the requested management operation (mo) and management operation
18 specific parameter (mos). This is the generic interface provided for
19 forward compatibility as new operations are added that this program
20 isn’t aware of at the time of its development. As such, this is a
21 generic command that does not do any additional decoding for specific
22 types of data received. This will only report the data as a hex dump,
23 or binary.
24
26 -n <NUM>, --namespace-id=<NUM>
27 Use the provided namespace id for the command. If not provided, the
28 namespace id of the block device will be used. If the command is
29 issued to a non-block device, the parameter is required.
30
31 -d <FILE>, --data=<FILE>
32 File to write received data into. If unspecified, received data
33 will be hex dumped to the standard output stream.
34
35 -l <NUM>, --data-len=<NUM>
36 Received data buffer length
37
38 -m <NUM>, --mo <NUM>
39 Management Operation to perform.
40
41 -s <NUM>, --mos=<NUM>
42 Management Operation Specific parameter.
43
45 Part of nvme-cli
46
47
48
49NVMe 09/29/2023 NVME-IO-MGMT-RECV(1)