User's Manual

Using the Storage Management Service 191
Complete Syntax
omconfig storage adisk action=initialize controller=id adisk=
<ADISKID>
where id is the controller ID. The <ADISK> variable specifies the array disk.
To obtain these values, enter omreport storage controller to display the controller IDs and then enter
omreport storage adisk controller=ID to display the IDs for the array disks attached to the controller.
Example Syntax
In this example, you want to initialize array disk 3 on connector 0 of controller 1. On a SAS controller,
the array disk resides in enclosure 2.
Example for SCSI, SATA, and ATA Controllers:
To initialize the array disk described in this example, enter:
omconfig storage adisk action=initialize controller=1 adisk=0:3
Example for SAS Controllers:
To initialize the array disk described in this example, enter:
omconfig storage adisk action=initialize controller=1 adisk=0:2:3
omconfig Offline Array Disk
Use the following omconfig command syntax to offline an array disk:
Complete Syntax
omconfig storage adisk action=offline controller=id adisk=
connectorID:targetID
where id is the controller ID and connectorID:targetID is the connector number and array disk
number as reported by the omreport command. To obtain these values, enter omreport storage
controller to display the controller IDs and then enter omreport storage adisk controller=ID to display
the IDs for the array disks attached to the controller.
Example Syntax
For example, to offline array disk 3 on connector 0 of controller 1, enter:
omconfig storage adisk action=offline controller=1 adisk=0:3