Appendix D: Using the ACU for DOS
●
105
Creating the Script File Manually
Script files contain blocks:
●
Array definition block keywords (see below)
●
Optional—ACU error codes (see
The syntax rules are:
●
Each keyword must start its own line.
●
Syntax is not case sensitive.
Entering Comments in the Script File
To enter a comment in the script file, start with a pound character (
#
).
You can start anywhere on a line. For a sample script that includes
comments, see
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.
Keyword
Required?
Description
Array
Yes
Indicates the start of an array definition block.
No default. See
Drives
Yes
Specifies the disk drives used in creating the
array. No default. See
.
End
Yes
Indicates the end of an array definition block.
No default. See
HotspareDrives
No
Specifies the hot spares to assign to the array.
No default. See
InitializeAll
No
Indicates whether to initialize all the drives
connected to the controller. Default is
No
. See
Method
Yes
Indicates the method (Build/Verify, Clear, or
Quick Init) to use when creating a redundant
array. Default is
Build
. See
ReadCache
No
Indicates whether read caching is enabled for
this array. Default is
Yes
. See
.