White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
121 
When this method is executed, a jobid or an error message is returned.  
ExportDataFromPartition_OUTPUT 
 Job 
 Address = http://schemas.xmlsoap.org/ws/2004/08/addressing 
 /role/anonymous 
 ReferenceParameters 
 ResourceURI = http://schemas.dell.com/wbem/wscim 
 /1/cim-schema/2/DCIM_LifecycleJob 
 SelectorSet 
 Selector: InstanceID = JID_001271681930, __cimnamespace = root/dcim 
 ReturnValue = 0 
14  Boot Control Configuration Management 
This feature provides the ability to get and set the boot order configuration. The Boot Control Profile 
describes the classes, associations, properties, and methods used to manage the boot control 
configurations of a physical or virtual computer system.  
Profile and Associated MOFs: 
http://www.delltechcenter.com/page/DCIM.Library.Profile 
14.1  Listing the Boot Inventory-ConfigSetting Class 
The boot configuration settings are a collection of settings that are applied to the boot configurable 
system during the boot process. The current, default, and next status fields of each element are 
available. 
Enumerate BootConfigSetting with the following parameters and syntax: 
EXAMPLE: 
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_BootConfigSetting 
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman -SkipCNCheck -SkipCACheck 
-encoding:utf-8 -a:basic 
OUTPUT: 
DCIM_BootConfigSetting 
 ElementName = BootSeq 
 InstanceID = IPL 
 IsCurrent = 1 
 IsDefault = 0 
 IsNext = 1 
DCIM_BootConfigSetting 
 ElementName = HddSeq 
This InstanceID can be used as input for a 
‘get’ operation, as shown in Section 14.2 










