Web Services Interface Guide

171 Dell Lifecycle Controller Web Services Interface Guide for Windows
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
InstanceID = BCV
IsCurrent = 2
IsDefault = 0
IsNext = 2
DCIM_BootConfigSetting
This InstanceID can be used as
input for a ‘get’ operation, as
shown in Section 14.2