Command Line Interface Guide
216 omconfig storage Commands
Example for SCSI, SATA, and ATA Controllers
To replace the member disk described in this example, type:
omconfig storage vdisk action=replacememberdisk
controller=1 vdisk=4 source=0:3 destination=0:5
Example for SAS Controllers
To replace the member disk described in this example, type:
omconfig storage vdisk action=replacememberdisk
controller=1 vdisk=4 source=0:2:3 destination=
0:2:5
omconfig Rename Virtual Disk
Use the following omconfig command syntax to rename a virtual disk.
Complete Syntax
omconfig storage vdisk action=rename controller=id
vdisk=id name=<string>
where id is the controller ID and virtual disk ID as reported by the omreport
command and <string> is the new name for the virtual disk. To obtain the
values for controller ID and virtual disk ID, type omreport storage controller
to display the controller IDs and then type omreport storage vdisk
controller=ID to display the IDs for the virtual disks attached to the controller.
Example Syntax
To rename virtual disk 4 on controller 1 to vd4, type:
omconfig storage vdisk action=rename controller=1
vdisk=4 name=vd4