Command Line Interface Guide
omconfig storage Commands 259
Example Syntax
To delete cachecade 4 on controller 1, type:
omconfig storage cachecade action=deletecachecade
controller=1 cachecade=4
omconfig Resize Cachecade
Use the following omconfig command syntax to resize a cachecade by adding
or removing physical disks.
Complete Syntax
omconfig storage cachecade action=resize
controller=id cachecade=id pdisk=<PDISKID>
where id is the controller ID and cachecade ID as reported by the omreport
command. To obtain these values, type omreport storage controller to display
the controller IDs and then type omreport storage cachecade controller=ID
to display the IDs for the cachecades of the controller.
Example Syntax
To resize cachecade 4, use physical disks 0 through 3 on connector 0 of
controller 1.On a SAS controller, the physical disks reside in enclosure 2.
Example for SCSI, SATA, and ATA Controllers
In this example, type:
omconfig storage cachecade action=resize
controller=1 cachecade=4 pdisk=0:0,0:1,0:2,0:3
Example for SAS Controllers
In this example, type:
omconfig storage cachecade action=resize
controller=1 cachecade=4 pdisk=
0:2:0,0:2:1,0:2:2,0:2:3