Users Guide
the [force=yes] parameter. In this case, the syntax is as follows:
omconfig storage controller action=resetconfig controller=id [force=yes]
Example Syntax
For example, to reset the configuration on controller 1, you would enter:
omconfig storage controller action=resetconfig controller=1
omconfig Create Virtual Disk
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)"
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.