CLI Guide

Parameter Description
reinitiate a virtual disk copy without a snapshot, set
this parameter to offline.
Recover disabled drive ports
Description
This command is used to tell the controller that corrective action has been taken to recover from a mis-
wire condition. The controller will re-enable any SAS ports that were disabled when a mis-wire was
detected.
Syntax
recover disabled drivePorts;
Example
recover disabled drivePorts;
Recover RAID Virtual Disk
This command creates a RAID virtual disk with the given properties without initializing any of the user
data areas on the physical disks. Parameter values are derived from the Recovery Profile data file
(recovery-profile.csv) for the storage array. You can create the recover virtual disk in an existing disk
group or create a new disk group by using this command.
NOTE: You can run this command only from a command line. You cannot run this command from
the GUI script editor. You cannot use the storage managment GUI to recover a virtual disk.
Syntax
recover virtualDisk (physicalDisk=(enclosureID,drawerID,slotID) |
physicalDisks=(enclosureID1,drawerID1,slotID1
... enclosureIDn,drawerIDn,slotIDn) |
diskGroup=diskGroupName))
[newDiskGroup=diskGroupName]
userLabel="virtualDiskName" virtualDiskWWN="virtualDiskWWN"
capacity=virtualDiskCapacity
offset=offsetValue
raidLevel=(0 | 1 | 5 | 6)
segmentSize=segmentSizeValue
dssPreallocate=(TRUE | FALSE)
SSID=subsystemVirtualDiskID
[owner=(0 | 1)]
[cacheReadPrefetch=(TRUE | FALSE)]
[allocateReservedSpace=(TRUE | FALSE)]
[dataAssurance=(none | enabled)]
241