Using the Command Line Interface
container create mirror [wait{=boolean}]
[/io_delay{=integer}] {container} {scsi_device}
Creates a RAID 1 from a single entry volume.
Parameters
{container}—ID of the array on which to create a RAID 1 (mirror).
{scsi_devices}—ID for the SCSI device whose available space to use for mirroring the volume specified in the {container} parameter.
Switches
/wait—Specifies synchronous RAID1 creation.
/io_delay—Number of milliseconds between each I/O used for the RAID 1 creation.
container create mmirror [/io_delay{=integer}] [/wait{=boolean}] {container} {scsi_device} [{scsi_device}...]
Creates a multilevel array of RAID 1s from a multilevel array of single entry volumes.
Parameters
{container}—ID of the array whose underlying volumes the command converts to RAID 1s.
{scsi_device}—ID for the SCSI device whose available space to use to create the multilevel array of RAID 1s.
{scsi_device}...—IDs for additional SCSI devices whose available space to use to create the multilevel array of RAID 1s.
Switches
/io_delay—Number of milliseconds between each I/O used for the RAID 1 create.
/wait—Specifies synchronous RAID 1 creation.