Send documentation comments to mdsfeedback-doc@cisco.com
21-10
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 21 S Commands
scsi-flow flow-id
Examples The following example configures a SCSI flow with a flow identifier of 4 and the following attributes:
• Initiator VSAN number—101
• Initiator port WWN—21:00:00:e0:8b:05:76:28
• Target VSAN number—101
• Target port—WWN 21:00:00:20:37:38:67:cf
switch# config terminal
switch(config)# scsi-flow flow-id 4 initiator-vsan 101 initiator-pwwn
21:00:00:e0:8b:05:76:28 target-vsan 101 target-pwwn 21:00:00:20:37:38:67:cf
The following example disables a SCSI flow with a flow identifier of 4.
switch(config)# no scsi-flow flow-id 4
The following example configures SCSI flow 4 to gather statistics about the SCSI flow.
switch(conf)# scsi-flow flow-id 4 statistics
The following example disables the statistics gathering feature on SCSI flow 4.
switch(conf)# no scsi-flow flow-id 4 statistics
The following example configures SCSI flow 4 with write acceleration.
switch(conf)# scsi-flow flow-id 4 write-acceleration
The following example configures SCSI flow 4 with write acceleration and buffers of 1024 credits.
switch(conf)# scsi-flow flow-id 4 write-acceleration buffer 1024
The following example disables the write acceleration feature on SCSI flow 4.
switch(conf)# no scsi-flow flow-id 4 write-acceleration
Related Commands Command Description
ssm enable feature Enables the SCSI flow feature on the SSM.
show scsi-flow Displays SCSI flow configuration and status.