D-18
Command Line Interface
Switches
/io_delay
Number of milliseconds between each I/O used for
the RAID1 create.
/wait
If FALS E (the default), the operation is performed in the
background and the command prompt is returned immediately.
If TRUE, the operation is performed immediately and the
command prompt is returned only when done.
container create mstripe [/stripe_size={integ er}]
[/label={string}] {container} [{container}... ]
Creates a multilevel RAID 0 (stripe).
Parameters
{container}
ID number of the array from which to create the
multilevel RAID 0.
Switches
/stripe_size
Stripe size for the RAID0 array.
/label
Label for the RAID0 array.
container create mvolume {container} [{contai ner}...]
Creates a multilevel volume.
Parameters
{container}
ID number of the array from which to create the
multilevel volume.
container create new_mirror [/cache={
boolean
}]
[/clear={
boolean
}] [/label={string}]
[</quick_init={
boolean
}>] [/scrub={
boolean
}]
[/wait={
boolean
}] {free_space} [{device_ID}...]
Creates a RAID1 (mirror) from two available spaces.
Note: For details, see
container create raid5
below.