Datasheet

C-17
Command Line Interface (CLI)
Switches
/always
Specifies whether to clear the array even if it has data
on it. The default is FAL SE , meaning that the command clears
the array only if it has no data on it. All user files must be
closed; the
/always
switch cannot override this restriction.
/wait
If FAL SE (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 mirror [/wait={
boolean
}]
[/io_delay={integer}] {container} {device_ID}
Creates a RAID 1 from a single entry volume.
Parameters
{container
}ID of the array on which to create a RAID 1
(mirror).
{device_ID}
ID for the device whose available space to use
for mirroring the volume specified in the {
container
}
parameter.
Switches
/wait
If FAL SE (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.
/io_delay
Number of milliseconds between each I/O used
for the RAID 1 creation.
container create mmirror [/io_delay={integer}]
[/wait={
boolean
}] {container} {device_ID} [{device_ID}...]
Creates a multilevel array of RAID 1 arrays from a multilevel
array of single entry volumes.
Parameters
{container}
ID of the array whose underlying volumes the
command converts to RAID 1 arrays.
{device_ID}
ID for the device whose available space to use to
create the multilevel array of RAID 1 arrays.