White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
183 
16.21  Convert Physical Disks to Non RAID-ConvertToNonRAID() 
The ConvertToNonRAID() method is used to convert a physical disks in RAID state of “Ready” to a Non-
RAID  state.  After  the  method  is  successfully  executed,  the  PendingValue  property  of  RAIDPDState 
should  reflect  the  pending  changes.  After  the  CreateTargetedConfigJob  method  is  successfully 
executed,  the  RAIDStatus  property,  which  is  enumerated  in  the  DCIM_PhysicalDiskView  from Section 
16.9, of that physical disk 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: 
winrm invoke ConvertToNonRAID 
"cimv2/root/dcim/DCIM_RAIDService?SystemCreationClassName=DCIM_ComputerSystem+CreationClassN
ame=DCIM_RAIDService+SystemName=DCIM:ComputerSystem+Name=DCIM:RAIDService"  
@{PDArray="Disk.Bay.2:Enclosure.Internal.0-0:RAID.Slot.1-1"} 
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman 
-SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic -format:pretty  
OUTPUT: 
ConvertToNonRAID_OUTPUT 
 RebootRequired = 1 
 ReturnValue = 0 
17  Managing BIOS Configuration 
This feature provides the ability to get and set any configurable BIOS attributes that are exposed in 
BIOS UEFI HII. The BIOS Management Profile extends the management capabilities of referencing 
profiles by adding the capability to represent and configure BIOS attributes, such as a Network 
Controller or IDE Controller.  
Profile and Associated MOFs: 
http://www.delltechcenter.com/page/DCIM.Library.Profile 
17.1  Listing the BIOS Inventory-Enumeration Class 
The BIOS Inventory contains the following attributes: DCIM_BIOSEnumeration (17.1), 
DCIM_BIOSInteger(17.5), DCIM_BIOSString(17.6), and DCIM_BIOSPassword(17.10). 










