68 Alphabetical list of commands
name
A name for the new vdisk. The name is case sensitive; cannot include a comma, double quote, left
angle bracket, or backslash; and can have a maximum of 20 bytes. A name that includes a space
must be enclosed in double quotes.
Example Create the RAID-1 vdisk VD1 using two disks in the first enclosure:
# create vdisk level raid1 disks 1.1,1.3 VD1
Success: Command completed successfully. (2012-01-20 09:57:49)
Create the RAID-50 vdisk VD2 having three RAID-5 sub-vdisks, each having three disks:
# create vdisk level r50 disks 1.1-3:1.4-6:1.7-9 VD2
Success: Command completed successfully. (2011-10-03 11:12:54)
Create the RAID-6 vdisk vdR6 using four disks:
# create vdisk level r6 disks 2.3-4,2.8-9 vdR6
Success: Command completed successfully. (2012-01-20 12:58:43)
See also • set vdisk
• show disks
• show vdisks