Appendix D: Using the Array Configuration Utility for DOS ● 99Type KeywordType is a required keyword, indicating the array type. There is no default value. The possiblevalues: Volume, RAID0, RAID1, RAID5, RAID10, or RAID50.Depending on the RAID levels supported by your RAID controller, additional possible valuesare: RAID1E, RAID5EE, RAID6, RAID60.Wait KeywordWait is an optional keyword that you can use to tell the ACU to allow the ACU to continuewhile the Build/Verify or Clear completes in the background; specify Wait=No. Otherwise, theACU waits by default.If the host is powered off before the Build/Verify or Clear process completes and is thenrestarted, the process resumes without any user intervention.For example:Wait=YesWait=NoWriteCache KeywordThe WriteCache keyword indicates whether write caching is used for this array if write cachingis supported for the system. Possible values are as follows:● Yes (default)—Enable the write cache.● No—Disable the write cache.Setting an array’s WriteCache keyword to Yes might result in data loss or corruption during apower failure.For example:WriteCache=YesChannel Definition Block Keywords—SCSI onlyThe channel definition block is optional. If used, it always begins with the keyword Channel andends with the keyword End. The channel definition block keywords are listed in this table.Channel KeywordChannel is an optional keyword that begins a channel definition block and specifies thechannel number to which the channel keywords apply. Channels are numbered from zero tothe maximum number of channels on the controller minus one.You can include multiple channel definition blocks within a script file, each beginning with achannel keyword and value.For example:Channel=0Keyword DescriptionChannel Used to identify the channel.ControllerID Changes the SCSI ID of the controller.End Indicates the end of a channel definition block.