1NVME-IO-MGMT-SEND(1) NVMe Manual NVME-IO-MGMT-SEND(1)
2
3
4
6 nvme-io-mgmt-send - I/O Management Send command
7
9 nvme io-mgmt-send <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 Send command with
17 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 provide any convenience parameters to
22 produce the binary payload.
23
25 -n <NUM>, --namespace-id=<NUM>
26 Use the provided namespace id for the command. If not provided, the
27 namespace id of the block device will be used. If the command is
28 issued to a non-block device, the parameter is required.
29
30 -d <FILE>, --data=<FILE>
31 File to read payload from. If unspecified, data will be read from
32 the standard input stream.
33
34 -l <NUM>, --data-len=<NUM>
35 Payload data buffer length
36
37 -m <NUM>, --mo <NUM>
38 Management Operation to perform.
39
40 -s <NUM>, --mos=<NUM>
41 Management Operation Specific parameter.
42
44 Part of nvme-cli
45
46
47
48NVMe 09/29/2023 NVME-IO-MGMT-SEND(1)