
C-5
Command Line Interface (CLI)
Creating a RAID 0
When creating a RAID 0, you need to determine the stripe size that
is most suitable for your environment. The
stripe
size
attribute
indicates the number of bytes in a stripe, the amount of data
written to a segment before the I/O data stream switches to the
next segment in the array. The stripe size can be 16, 32, or 64 KB.
The default stripe size is 64 KB. Note that you can use the
container
reconfigure
command at a later time to change the
stripe size.
To create a RAID 0, use the
container
create
stripe
command. In
the following example, the Array 0 is created on device 0:01:0 from
100 MB of available space. The array’s cache is enabled, and the
label Mars.
AAC0> container create stripe /cache=TRUE /label=Mars ((0,01,0), 100M)
Executing: container create stripe /cache=TRUE
/label="Mars" ((CHANNEL=0,ID=1,LUN=0),104,857,600 )
container 0 created
Creating a RAID 1
To create a RAID 1, use the
container
create
new_mirror
command. In the following example, a RAID 1 is created on
devices 0:02:0 and 0:03:0 using 100 MB of available space from each
device.
AAC0> container create new_mirror ((0,2,0), 100M) (0,3,0)
Executing: container create new_mirror ((CHANNEL=0,ID=2,LUN=0),104,857,600 )
(CHANNEL=0,ID=3,LUN=0)
Creating a RAID 5
When you create a RAID 5, you use a form of redundancy called
parity. When you set up parity, the parity stripes are initialized, by
default, using a scrub switch (
/scrub=TRUE
). Parity is set up in the
background, and the disks are available immediately.
Linux only: The
/scrub
switch is not available in Linux. For
Linux, the RAID 5 is always created by building.
Comentários a estes Manuais