write command-id
To configure a SCSI write command for a SAN tuner extension N port, use the write command-id command.
write command-id cmd-id target pwwn transfer-size bytes [outstanding-ios value [continuous | num-transactions number]]
Syntax Description
cmd-id |
Specifies the command identifier. The range is 0 to 2147483647. |
target pwwn |
Specifies the target port WWN. The format is hh : hh : hh : hh : hh : hh : hh : hh . |
transfer-size bytes |
Specifies the transfer size in multiples of 512 bytes. The range is 512 to 8388608. |
outstanding-ios value |
(Optional) Specifies the number of outstanding I/Os. The range is 1 to 1024. |
continuous |
(Optional) Specifies that the command is performed continuously. |
num-transactions number |
(Optional) Specifies a number of transactions. The range is 1 to 2147483647. |
Command Default
The default for outstanding I/Os is 1.
Command Modes
SAN extension N port configuration submode.
Command History
Release |
Modification |
---|---|
2.0(x) |
This command was introduced. |
Usage Guidelines
To stop a SCSI write command in progress, use the stop command.
Examples
The following example configures a continuous SCSI write command:
switch# san-ext-tuner
switch(san-ext)# nWWN 10:00:00:00:00:00:00:00
switch(san-ext)# nport pwwn 12:00:00:00:00:00:00:56 vsan 13 interface gigabitethernet 1/2
switch(san-ext-nport)# write command-id 100 target 22:22:22:22:22:22:22:22 transfer-size 512000 outstanding-ios 2 continuous