Appendix D: Using the Array Configuration Utility for DOS ● 95Array Definition Block KeywordsThe array definition block always begins with the keyword Array and ends with the keywordEnd. The other required array definition keywords are Drives and Type.Array definition keywords and descriptions are listed in this table.Array KeywordArray is a required keyword, indicating the start of an array definition block. The syntax isArray=<label>, where label is an optional alphanumeric string.For example:Array=MyDataDrives KeywordDrives is a required keyword, specifying the devices to use in creating the array. There is nodefault value.A disk drive is identified by its channel number, ID (target), and LUN, separated by colons; forexample, 0:0:0 or 0:1:0. Separate multiple disk drive identifiers with commas.Prior to creating any new arrays, the ACU initializes any drives specified by the Driveskeyword. If a disk drive is specified in more than one array definition block in a script, it isinitialized only once.Caution: Any disk drive specified within the script file is initialized, which destroys anydata on that disk drive.Keyword Required? DescriptionArray Yes Indicates the start of an array definition block. No default. See page 95.Drives Yes Specifies the disk drives used in creating the array. No default. Seepage 95.End Yes Indicates the end of an array definition block. No default. See page 96.HotspareDrives No Specifies hot spares to assign to the array. No default. See page 96.InitializeAll No Indicates whether to initialize all the drives connected to thecontroller. Default is No. See page 96.Method Yes Indicates the method (Build/Verify, Clear, or Quick Init) to use whencreating a redundant array. Default is Build. See page 97.ReadCache No Indicates whether read caching is enabled for this array. Default isYes. See page 97.Size No Specifies the size of the array. Default is Maximum. See page 97.StripeSize No Specifies size of contiguous I/O, in bytes. Default is 256. See page 97.Type Yes Indicates the type of array to create. No default. See page 98.Wait No Indicates whether the ACU should wait for the new array’s Build/Verify or Clear to complete before continuing. Default is Yes. Seepage 98.WriteCache No Indicates whether write caching is enabled for this array. Default isYes. See page 98.!