Appendix D: Using the ACU for DOS
●
109
Size Keyword
The
Size
keyword specifies the size of the array. Specify
Maximum
(the
default) to create an array using the maximum available space, based on
the array type and drives selected. Otherwise, specify the size as an
integer or a decimal number, followed by the unit keyword MB
(megabytes), GB (gigabytes), or TB (terabytes).
Note:
A unit keyword is required with a numeric size value. If no unit
keyword is specified, the ACU exits with an error.
For example:
Size=2.5GB
Size=300MB
Size=Maximum
StripeSize Keyword
The
StripeSize
keyword specifies the stripe size (in MB) written to each
member of a striped array (RAID 0, RAID 5, or RAID 10).
The possible values for
StripeSize
are 16, 32, 64, 128, 256, 512 and 1024
KB. Default is
256
.
For example:
StripeSize=256
Type Keyword
Type
is a required keyword, indicating the array type. There is no default
value. The possible values:
Volume
,
RAID0
,
RAID1
,
RAID5
,
RAID10
,
or
RAID50
.
Depending on the RAID levels supported by your RAID controller,
additional possible values are:
RAID1E
,
RAID5EE
,
RAID6
,
RAID60
.