3PAR InForm® OS 2.3.1 CLI Reference (320-200166 Rev B, March 2010)
11.17
InForm OS Version 2.3.1 Command Line Interface Reference
RESTRICTIONS
When creating a logical disk, all physical disks must have the same device type.
EXAMPLES
The following example creates 3 virtual volumes vv1.2, vv1.3, vv1.4:
The following example creates a RAID-5 virtual volume using disks in cages 0 and 1:
The following example creates 2 virtual volumes,
vva.0 and vva.1 which may share logical
disks:
NOTES
For this command:
■ MB = 1048576 bytes
■ GB = 1024MB
■ TB = 1024GB
cli% createaldvv -cnt 3 vv1.2 1g
cli% createaldvv -t r5 -p -cg 0,1 vva 1g
cli% createaldvv -cnt 2 -shared vva 1g