Technical White Paper

16.21 Convert Physical Disk Drives to Non RAID-
ConvertToNonRAID()
The ConvertToNonRAID() method is used to convert a physical disk drives in RAID state of “Ready” to
a Non-RAID state. After the method is successfully ran, the
PendingValue
property of
RAIDPDState
should reflect the pending changes. After the CreateTargetedConfigJob method is successfully ran,
the
RAIDStatus
property, which is enumerated in the
DCIM_PhysicalDiskView
from Section 16.9
,
of
that physical disk drive should reflect the new state.
Invoke ConvertToNonRAID() with the following parameters and syntax:
Physical Disk TARGET: Obtained from the
FQDD
field (Section 16.9)
An example of Disk.Bay.2:Enclosure.Internal.0-0:RAID.Slot.1-1 is shown below.
EXAMPLE:
wsman invoke ConvertToRAID
"cimv2/root/dcim/DCIM_RAIDService?SystemCreationClassName=DCIM_ComputerSystem
+CreationClass
Name=DCIM_RAIDService+SystemName=DCIM:ComputerSystem+Name=DCIM:RAIDService"
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-J СonvertToRAID.xml -j utf-8 -y basic
OUTPUT:
ConvertToNonRAID_OUTPUT
RebootRequired = 1
ReturnValue = 0