Users Guide
omconfig storage pdisk action=blink controller=1 pdisk=2:3:1,2:3:2, 2:3:3
See "RAID Controller Technology: SCSI, SATA, ATA, and SAS" to identify which technology a controller uses.
Syntax for Required, Optional, and Variable Command Elements
The omreport and omconfig commands have multiple name=value pairs. These name=value pairs may include required, optional, and variable parameters. The
following table describes the syntax used to indicate these parameters.
User Privileges for omreport storage and omconfig storage
Storage Management requires Administrator privileges to use the omconfig storage command. User and Power User privileges are sufficient to use the
omreport storage command. See "User Privileges" for more information.
omreport Command
The following sections provide the omreport command syntax required to display the status of various storage components.
Syntax
Description
controller=id
Indicates the controller ID as reported by the omreport storage controller command.
For example, the controller=id parameter might be specified as controller=1.
connector=id
Indicates the connector ID as reported by the omreport command. To obtain this value, you would enter omreport storage
controller to display the controller IDs and then enter omreport storage connector controller=id to display the IDs for the
connectors attached to the controller.
For example, the connector=id parameter might be specified as connector=2.
vdisk=id
Indicates the virtual disk ID as reported by the omreport command. To obtain this value, you would enter omreport storage
controller to display the controller IDs and then enter omreport storage vdisk controller=id to display the IDs for the virtual
disks on the controller.
For example, the vdisk=id parameter might be specified as vdisk=3.
enclosure=<ENCLOSUREID>
Indicates a particular enclosure by specifying either enclosure=connector or enclosure=connector:enclosureID
To obtain these values, you would enter omreport storage controller to display the controller IDs and then enter omreport
storage enclosure controller=id to display the IDs for the enclosures attached to the controller.
See "enclosure=<ENCLOSUREID> Parameter" for more information.
pdisk=<PDISKID>
Indicates a particular physical disk by specifying either connector:targetID or connector:enclosureID:portID
To obtain the values for the connector, enclosure, and physical disk (targetID or portID), you would enter omreport storage
controller to display the controller IDs and then enter omreport storage pdisk controller=id to display the IDs for the physical
disks attached to the controller.
See "pdisk=<PDISKID> Parameter" for more information.
battery=id
Indicates the battery ID as reported by the omreport command. To obtain this value, you would enter omreport storage
controller to display the controller IDs and then enter omreport storage battery controller=id to display the ID for the
controller battery.
< >
The caret symbols (< >) enclose variable elements that you must specify.
For example, the name=<string> parameter might be specified as name=VirtualDisk1.
[ ]
The bracket symbols ([ ]) indicate optional elements that you can choose to specify or not.
For example, when creating a virtual disk, the [name=<string>] parameter indicates that you have the option of specifying
the virtual disk name. If you omit this parameter from the syntax, then a default name for the virtual disk is chosen for you.
|
The pipe symbol (|) separates two or more options from which one only must be selected.
For example, when creating a virtual disk, the cachepolicy=d|c indicates that the cache policy must be specified as either
cachepolicy=d or cachepolicy=c.