5-105container CommandsExamplesBefore setting the I/O delay on an array, use the container listcommand to obtain information about any existing arrays.As the following example shows, there is an array 0 (a volume set)on this controller:AAC0>container listExecuting: container listNum Total Oth Stripe Scsi PartitionDr Label Type Size Ctr Size Usage C:ID:L Offset:Size-- ----- ------ ------ --- ------ ------- ------ -------------F: 0 Volume 10.0MB NTFS 0:02:0 64.0KB: 10.0MBThe following example creates a mirror set asynchronously and setsan I/O delay of 20 milliseconds for array 0. You need to perform thecreate mirror task asynchronously. Otherwise, you cannot changethe I/O delay:container create mirror /io_delay=20 0 (0,2,0)Executing container create mirror /io_delay=20 0 (CHANNEL=0,ID=2,LUN=0)The following example shows how to change the I/O delay to 40milliseconds on the currently running create mirror task:AAC0>container set io_delay 0 40Executing: container set io_delay 0 40Use the container list command after using the containerset io_delay command to display information about the array,as in the following example:AAC0>container listExecuting: container listNum Total Oth Stripe Scsi PartitionDr Label Type Size Ctr Size Usage C:ID:L Offset:Size-- ----- ------ ------ --- ------ ------- ------ -------------F: 0 Volume 10.0MB NTFS 0:02:0 64.0KB: 10.0MBAs the example shows, there is no difference between the array listdisplay prior to and after the set I/O delay operation.