Datasheet

B-30
DOS Utilities
Size Keyword
The
Size
keyword specifies the size of the array. Specify the size as
an integer or a decimal number, followed by the unit keyword MB
(megabytes), GB (gigabytes), or TB (terabytes). A unit keyword is
required with a numeric size value. If no unit keyword is specified,
the ACU exits with an error.
Specify
Maximum
(the default) to create an array using the
maximum available space, based on the array type and drives
selected.
Examples
Size=2.5GB
Size=300MB
Size=Maximum
StripeSize Keyword
Note: This keyword supports only RAID 0, RAID 5, and
RAID 10 arrays.
The
StripeSize
keyword specifies the size of contiguous I/O
(in MB) written to each member of a striped array before switching
to the next member.
The possible values for
StripeSize
are 16, 32, and 64 (kilobytes).
The default is 64.
Example
StripeSize=64