Users Guide
omconfig storage pdisk action=blink controller=1 pdisk=2:1
enclosure=<ENCLOSUREID> Parameter
The omconfig syntax for specifying an enclosure includes the enclosure= parameter followed by the <ENCLOSUREID> variable. How you specify the
<ENCLOSUREID> variable depends on whether the controller is using SCSI, SATA, ATA, or SAS technology.
enclosure=<ENCLOSUREID> Parameter on SAS Controllers
On a SAS controller, the enclosure=<ENCLOSUREID> parameter is specified as follows. See "SAS RAID Controllers" for a list of the controllers using SAS
technology.
enclosure=connector:enclosureID
where connector is the number of the controller connector and enclosureID is the number of the enclosure.
For example, assume that controller 1 is a SAS controller. To enable the alarm on enclosure 3 on connector 2, you would enter:
omconfig storage enclosure action=enablealarm controller=1 enclosure=2:3
enclosure=<ENCLOSUREID> Parameter on SCSI, SATA, and ATA Controllers
On a SCSI, SATA, or ATA controller, the enclosure=<ENCLOSUREID> parameter is specified as follows. See "RAID Controller Technology: SCSI, SATA, ATA, and
SAS" to identify which technology a controller uses.
enclosure=connector
where connector is the number of the controller connector.
For example, assume that controller 1 is a SCSI, SATA, or ATA controller. To enable the alarm on the enclosure attached to connector 2, you would enter:
omconfig storage enclosure action=enablealarm controller=1 enclosure=2
Multiple Targets
In some cases, the command syntax enables you to specify more than one target. In this case, the target IDs should be comma-separated without spaces.
For example, if controller 1 is a SCSI, SATA, or ATA controller, then to blink physical disks 1, 2, and 3 on connector 2 you would enter:
omconfig storage pdisk action=blink controller=1 pdisk=2:1,2:2,2:3
If controller 1 is a SAS controller, then to blink physical disks 1, 2, and 3 on enclosure 3 and connector 2 you would enter: