13-15Using the Array Configuration Utilityarrays. Consequently, the parent task indicates 0% to 100% and thechild tasks always indicates 0%.Build/Verify Operations on RAID 10 ArraysFor a RAID 10 array, the status message indicates the percent of thebuild/verify completed for the parent and child tasks. The statusupdates to OK when the tasks complete. A sample RAID 10 buildstatus is as follows:Array #1 Status : BUILD/VERIFY = 30%Build/Verify Operations on RAID 50 ArraysFor a RAID 50 array, the status message indicates the percent of thebuild/verify completed for the parent and child tasks. The statusupdates to OK when the tasks complete. A sample RAID 50 build/verify status is as follows:Array #1 Status : BUILD/VERIFY = 30%Script File SyntaxAn ACU script file consists of one of the following:■ Array definition block—Specifies the properties of an array, suchas type, size, and cache settings. The block begins with thekeyword Array and ends with the keyword End.■ Channel definition block—Specifies the properties of a controllerchannel, such as ControllerID. The block begins with thekeyword Channel and ends with the keyword End.Each array or channel property consists of a property keyword andassigned value, separated by an equal sign (=). Each property mustbe on its own line in the script. The order of properties within ablock (other than the starting Array or Channel keyword, and theending End keyword) is not significant.Some array properties, such as Type, are required; others areoptional. Table 13-4 lists and describes array definition blockproperties, indicates which properties are optional, and provides thedefault value used when that property is not specified.All keywords can be written in any combination of upper- orlowercase characters. Script lines can include any number of spacesand tabs both within keywords, or when separating keywords andtheir values. Blank lines are ignored.