User`s guide
Table Of Contents
- About This Guide
- Kit Contents and System Requirements
- About Your RAID Controller
- Standard RAID Controller Features
- Adding Enhanced Features
- Adding a Battery Backup Module
- Upgrading the Controller Firmware
- About the Adaptec 3085
- About the Adaptec 3405
- About the Adaptec 3805
- About the Adaptec 31205
- About the Adaptec 31605
- About the Adaptec 4000
- About the Adaptec 4800SAS
- About the Adaptec 4805SAS
- About the Adaptec 2420SA
- About the Adaptec 2820SA
- About the Adaptec 2130SLP
- About the Adaptec 2230SLP
- Getting Started
- Installing the Controller and Disk Drives
- Creating a Bootable Array
- Installing the Driver and an Operating System
- Installing the Driver on an Existing Operating System
- Managing Your Storage Space
- Solving Problems
- Introduction to Serial Attached SCSI
- Understanding RAID
- Using the Adaptec RAID Configuration Utility
- Using the Array Configuration Utility for DOS
- Using the Adaptec Flash Utility
- Adaptec Serial Controller LED and I2C Connector Reference
- Adaptec 2420SA Activity LED and I2C Connector Specification
- Adaptec 2820SA Activity LED and I2C Connector Specification
- Adaptec 3085 LED and I2C Connector Specification
- Adaptec 3405 LED and I2C Connector Specification
- Adaptec 3805 LED and I2C Connector Specification
- Adaptec 31205 LED and I2C Connector Specification
- Adaptec 31605 LED and I2C Connector Specification
- Adaptec 4800SAS LED and I2C Connector Specification
- Adaptec 4805SAS LED and I2C Connector Specification
- Safety Information
- Technical Specifications
- Index

Appendix D: Using the Array Configuration Utility for DOS ● 97
Array Definition Block Keywords
The array definition block always begins with the keyword Array and ends with the keyword
End. The other required array definition keywords are Drives and Type.
Array definition keywords and descriptions are listed in this table.
Array Keyword
Array is a required keyword, indicating the start of an array definition block. The syntax is
Array=<label>
, where
label
is an optional alphanumeric string.
For example:
Array=MyData
Drives Keyword
Drives is a required keyword, specifying the devices to use in creating the array. There is no
default value.
A disk drive is identified by its channel number, ID (target), and LUN, separated by colons; for
example,
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
Drives
keyword. If a disk drive is specified in more than one array definition block in a script, it is
initialized only once.
Caution:
Any disk drive specified within the script file is initialized, which destroys any
data on that disk drive.
For example:
Drives=0:0:0
Drives=0:0:0,0:1:0,0:2:0
Keyword
Required
? Description
Array Yes
Indicates the start of an array definition block. No default. See page 97.
Drives Yes Specifies the disk drives used in creating the array. No default. See
page 97.
End Yes
Indicates the end of an array definition block. No default. See page 98.
HotspareDrives No Specifies hot spares to assign to the array. No default. See page 98.
InitializeAll No Indicates whether to initialize all the drives connected to the
controller. Default is No. See page 98.
Method Yes Indicates the method (Build/Verify, Clear, or Quick Init) to use when
creating a redundant array. Default is Build. See page 99.
ReadCache No Indicates whether read caching is enabled for this array. Default is
Yes. See page 99.
Size No Specifies the size of the array. Default is Maximum. See page 99.
StripeSize No
Specifies size of contiguous I/O, in bytes. Default is
256
. See page 99.
Type Yes Indicates the type of array to create. No default. See page 100.
Wait No Indicates whether the ACU should wait for the new array’s Build/
Verify or Clear to complete before continuing. Default is Yes. See
page 100.
WriteCache No Indicates whether write caching is enabled for this array. Default is
Yes. See page 100.
!