Users Guide
omconfig name=value Pairs
Following the command levels, the omreport and omconfig command syntax may require one or more name=value pairs. The name=value pairs specify exact
objects (such as a specific physical disk) or options (such as blink or unblink) that the command will implement.
For example, the following omconfig command syntax for blinking a physical disk has three levels and three name=value pairs:
omconfig storage pdisk action=blink controller=id pdisk=<PDISKID>
where:
PDISKID=<connector:enclosureID:portID | connector:targetID>
In this example, the id in controller=id is the controller number such that controller 1 would be specified as controller=1.
pdisk=<PDISKID> Parameter
The omconfig syntax for specifying a physical disk includes the pdisk= parameter followed by the <PDISKID> variable. How you specify the <PDISKID> variable
depends on whether the controller is using SCSI, SATA, ATA, or SAS technology.
pdisk=<PDISKID> Parameter on SAS Controllers
On a SAS controller, the pdisk=<PDISKID> parameter is specified as follows. See "SAS RAID Controllers" for a list of the controllers using SAS technology.
pdisk=connector:enclosureID:portID
where connector is the number of the controller connector. The enclosureID variable is the number of the enclosure and portID variable is the number of the
physical disk.
For example, assume that controller 1 is a SAS controller. To blink physical disk 1 in enclosure 3 on connector 2 and controller 1, you would enter:
omconfig storage pdisk action=blink controller=1 pdisk=2:3:1
pdisk=<PDISKID> Parameter on SCSI, SATA, and ATA Controllers
On a SCSI, SATA, or ATA controller, the pdisk=<PDISKID> parameter is specified as follows. See "RAID Controller Technology: SCSI, SATA, ATA, and SAS" to
identify which technology a controller uses.
pdisk=connector:targetID
where connector is the number of the controller connector and targetID is the number of the physical disk.
For example, assume that controller 1 is a SCSI, SATA, or ATA controller. To blink physical disk 1 on connector 2 and controller 1, you would enter: