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 ● 103
# Clear the array (don’t build/verify it)
Method=Clear
# Don’t wait for clear to complete
Wait=No
# Use drives 0, 1, 2
Drives=0:0:0, 0:1:0, 0:2:0
End
Sample Script for SATA Controllers
This is a sample ACU file that will initialize all disk drives connected to the SATA controller
and create a RAID 5 array with the disk drives on ports 0, 1, and 2.
Array=MyData2
Type=RAID5
Size=Maximum
InitializeAll=Yes
Method=Build/Verify
Wait=No
Drives=0:0:0, 0:1:0, 0:2:0
End