Appendix D: Using the Array Configuration Utility for DOS ● 101Sample ScriptsThis command invokes the ACU and creates arrays on controller 1 based on the arraykeywords defined in the script file A:\RAID.ACU. It also configures Channel 0 and saves a logof the operation in the log file C:\RAID.LOG:A:\> ACU /P A:\RAID.ACU /L C:\RAID.LOG /C1Sample Scripts for SCSI and SAS ControllersNote: For a sample script for a SATA controller, see page 102.This sample script file is a sample RAID.ACU script as referred to in the ACU command above.This script creates these arrays—a 500 MB single-disk volume, and a 2-GB two-disk driveRAID 1 with a hot spare:# Create a 500MB volume labeled ‘MySystem’Array=MySystemType=VolumeSize=500MBDrives=0:0:0End# Create a 2GB mirror labeled ‘MyMirror’Array=MyMirrorType=RAID1Size=2GB# Use drives 1 and 2Drives=0:1:0,0:2:0# Disable write cacheWriteCache=No# Assign 1 spare driveHotspareDrives=0:3:0EndThis sample script file creates a maximum-size three-disk-drive RAID 5:# Create a maximum size RAID 5 labeled ‘MyData’Array=MyDataType=RAID5Size=Maximum# Use the maximum stripe sizeStripeSize=102419 Unable to read SATA port parameters.Unable to read SCSI channel parameters.20 Unable to write SATA port parameters.Unable to write SCSI channel parameters.21 Failed in getting kernel version. Unknown product ID.22 Kernel timeout in writing command.23 No RAID channels available24 Error: wrong stripe size in creating array - script mode.100 You ran ACU and made changes—The ACU exited with no errors (success) and you mustrestart the computer.Code Description