Example - Running The Acu With A Script - Adaptec 2025ZCR Installation And User Manual

Sata and scsi raid controller
Hide thumbs Also See for 2025ZCR:
Table of Contents

Advertisement

ACU Error Codes "Continued"
Code
Description
14
Insufficient memory to run the application—There is not enough
memory to run the ACU.
15
Incorrect controller number—The controller number you specified
is invalid or out-of-range.
16
Controller not responding—The controller has stopped responding
to the ACU.
17
Build/Verify/Clear failed—The build/verify or clear operation for
one or more arrays has failed.
100
You ran ACU and made changes—The ACU exited with no errors
(success) and you must restart the computer.
Example – Running the ACU with a Script
The following MS-DOS command invokes the ACU and creates
arrays on controller 1 based on the array keywords defined in the
script file A:\RAID.ACU. It also configures Channel 0 and saves a
log of the operation in the log file C:\RAID.LOG.
A:\> ACU /P A:\RAID.ACU /L C:\RAID.LOG /C1
The following sample script file is a sample RAID.ACU script as
referred to in the previous ACU command. This script creates the
following arrays—a 500 MB, single-disk volume and a 2-GB, two-
drive RAID 1 with a hotspare:
# Script to create volume, mirror, and RAID 5 arrays
# Create a 500MB volume labeled 'MySystem'
Array=MySystem
Type=Volume
Size=500MB
Drives=0:0:0
End
# Create a 2GB mirror labeled 'MyMirror'
Array=MyMirror
Type=RAID1
Size=2GB
# Use drives 1 and 2
Drives=0:1:0,0:2:0
# Disable write cache
WriteCache=No
# Assign 1 spare drive
HotspareDrives=0:3:0
End
ACU for DOS
B-14

Advertisement

Table of Contents
loading

Table of Contents