Users Guide
Does my controller support this feature? See "Supported Features."
Before creating a virtual disk, you should be familiar with the information in "Considerations Before Creating Virtual Disks."
The omconfig syntax for creating a virtual disk has several parameters. You must specify the following parameters:
l Controller (controller=id)
l RAID level (raid=<c| r0| r1| r5| r6 | r10| r50 | r60>)
l Size (size=<number | max | min>)
l Physical disk is specified as either:
pdisk=connector:enclosureID:portID
or
pdisk=connector:targetID
See "pdisk=<PDISKID> Parameter" and "Multiple Targets" for more information on specifying physical disks.
The omconfig command supplies default values for any of the other parameters that you do not specify.
Complete Syntax
omconfig storage controller action=createvdisk controller=id raid=<c| r0| r1 | r5| r6 | r10| r50 | r60> size=<number | max | min>
pdisk=<PDISKID> [stripesize=< 2kb| 4kb| 8kb| 16kb| 32kb| 64kb| 128kb>] [cachepolicy=<d | c>] [diskcachepolicy=<d | e>] [readpolicy=<ra | nra |
ara | rc| nrc>] [writepolicy= <wb| wt| wc| nwc | fwb>] [name=<string>] [spanlength= <n>]
Parameter Specification for Create and Reconfigure Virtual Disk
The following sections indicate how to specify the omconfig storage controller action=createvdisk parameters.
l "controller=id Parameter (Required)"
l "raid=<c| r0 | r1| r5 | r6 | r10 | r50 | r60> Parameter (Required)"
l "size=<number | max | min> Parameter (Required)"
l "pdisk=<PDISKID> (Required)"
l "[stripesize=< 2kb| 4kb| 8kb| 16kb| 32kb| 64kb| 128kb>] Parameter (Optional)"
l "[cachepolicy=<d | c>] Parameter (Optional)"
l "[readpolicy=<ra | nra | ara | rc | nrc>] Parameter (Optional)"
l "[writepolicy=<wb | wt | wc | nwc | fwb>] Parameter (Optional)"
l "[name=<string>] Parameter (Optional)"
l "[spanlength=<n>] Parameter (Required for RAID 50 and RAID 60 and optional for RAID 10)"
controller=id Parameter (Required)
NOTE: For RAID 10 on SAS controllers with firmware version 6.1 and later, spanlength is an optional parameter (default=2). spanlength should be an
even number and should be lesser than or equal to half the number of physical disks specified in size.