Reference Guide

181 Lifecycle Controller Web Services Interface Guide for Linux
1. By adding new physical disks (change R0 to R1 by adding new drive, if the source raid level has
only one disk)
2. Without adding physical disks (change R0 to R1 without adding new drive, if the source raid level
already has minimum required disks of 2).
Notes:
No RLM is supported on spanned VDs thus no RLM s possible on RAID10, RAID50 and
RAID60 VDs.
No RLM is supported if other operations like BGI, rebuild, copyback, ccheck, patrolread etc is
running on a VD.
Possible reconfigurable VD layout:
Source VD RAID level
Possible migrated VD RAID levels
with new disk addition.
Possible migrated VD RAID
levels without new disk addition.
R0 (single drive)
R1
NA
R0
R5/R6
NA
R1
R0/R5/R6
R0
R5
R0/R6
R0
R6
R0/R5
R0/R5
Invoke RAIDLevelMigration() method with the following input parameters:
TARGET: FQDD of the controller.
NewRAIDLevel: New RAID level to be migrated.
PDArray: FQDD of the physical disks to be included in the New RAID-Level.
EXAMPLE:
wsman invoke -a RAIDLevelMigration
"http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_RAIDService?
SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_RAIDService
,SystemName=DCIM:ComputerSystem,Name=DCIM:RAIDService"
-h $IPADDRESS-V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD -k Target=" Disk.Virtual.0:RAID.Integrated.1-1"
k NewRaidLevel=”Proposed RAID level”
k PDArray="Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1"
-j utf-8 -y basic
16.21.14 Set enclosure asset name -SetAssetName()
The method is used to set the external enclosure asset name. This configuation is supported by both
staged and real time. Upon success of the method, the property “AssetName” under
DCIM_EnclosureView class will be changed with the proposed name.
Invoke SetAssetName() method with the following input parameters:
TARGET: FQDD of the enclosure.
AssetName: New asset name to be entered. The AssetName value shall be maximum of 32 ASCII
alpha-numeric characters length.
EXAMPLE:
wsman invoke -a SetAssetName
"http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_RAIDService?
SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_RAIDService
,SystemName=DCIM:ComputerSystem,Name=DCIM:RAIDService"
-h $IPADDRESS-V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-k Target="Enclosure.External.0-0:RAID.Slot.1-1"