Datasheet
B-26
DOS Utilities
The following sections describe each of these keywords in detail.
Array Keyword
Array
is a required keyword, indicating the start of an array
definition block. It accepts an optional array label value.
Examples
Array
Array=MyData
Drives Keyword
Drives
is a required keyword, specifying the devices to use in
creating the array. There is no default value.
A 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 drive identifiers with commas.
Caution: Any drive specified within the script file is initialized,
which destroys any data on that drive. If a drive is specified in
more than one array definition block in a script, it is
initialized only once.
Examples
Drives=0:0:0
Drives=0:0:0,0:1:0,0:2:0
Wait No Yes
Indicates whether the ACU
should wait for the new
array’s build/verify or clear to
complete before continuing.
See page B-31 for details.
WaitForBuild No Yes
Provided for backward
compatibility only. See
page B-31 for details.
WriteCache No Yes Indicates whether write
caching is enabled for this
array. See page B-31 for
details.
Keyword
Required
?
Default
Value Description
!










