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 ● 98
End Keyword
End is a required keyword, indicating the end of the block.
HotspareDrives Keyword
Hotspare Drives is an optional keyword, specifying the hot spares to assign to the array. The
syntax for listing hot spares is the same as the Drives Keyword on page 97. If Hotspare Drives is
not specified, no hot spares are assigned to the array.
For example:
HotspareDrives=0:0:0,0:1:0
The same disk drive can be assigned to protect multiple arrays (as a pool spare). Once a pool
spare is used by a failed disk drive, however, it is no longer available to protect the other arrays
its assigned to.
This keyword does not verify that the available space on the specified hot spares is sufficient to
serve as failover for the array.
When assigning hot spares to a multilevel array, Hotspare Drives assigns all the hot spares in
the list to all arrays within the multilevel array.
InitializeAll Keyword
If you want the ACU to initialize all drives connected to the controller and delete any existing
arrays before any new arrays are created, even those that are not specified in any Drives
keyword definition, specify InitializeAll=Yes. Otherwise, the ACU initializes only those drives
specified by the Drives keyword.
Caution:
Initializing a disk drive automatically deletes any existing arrays with that disk
drive as their member.
Possible values:
● Ye s —Initialize all drives.
● No (default)—Do not initialize all drives; only those drives specified with the
Drives
keyword are initialized.
For example:
#Initialize the drives prior array creation.
InitializeAll=Yes
InitializeAll is a global keyword that you need to specify only once.
InitializeAll is always performed prior to array creation regardless of its position in the script.
If both InitializeAll=Yes and InitializeAll=No are specified in the same script file,
InitializeAll=Yes is always the overriding value.
If an array is deleted during a Build/Verify process, the process is automatically terminated.
!