White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows Version: 2.1.0
123
IsDefault = 0
IsNext = 1
14.3 Listing the Boot Inventory-SourceSetting Class
Each Boot Configuration Representation contains an ordered list of boot sources, which indicate the
logical devices to use during the boot process.
Enumerate the BootSourceSetting class with the following parameters and syntax:
EXAMPLE:
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_BootSourceSetting
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNCheck -SkipCACheck
-encoding:utf-8 -a:basic
OUTPUT:
DCIM_BootSourceSetting
BIOSBootString = Embedded SATA Port A Optical: SATA Optical Drive BootSeq
BootString = Embedded SATA Port A Optical: SATA Optical Drive BootSeq
CurrentAssignedSequence = 0
CurrentEnabledStatus = 1
ElementName = Embedded SATA Port A Optical: SATA Optical Drive BootSeq
FailThroughSupported = 1
InstanceID = IPL:Optical.SATAEmbedded.A-1:eb8aeb15796fb85f8e1447f0cfb8a68e
PendingAssignedSequence = 0
PendingEnabledStatus = 1
DCIM_BootSourceSetting
BIOSBootString = Hard drive C: BootSeq
BootString = Hard drive C: BootSeq
CurrentAssignedSequence = 1
CurrentEnabledStatus = 1
ElementName = Hard drive C: BootSeq
FailThroughSupported = 1
InstanceID = IPL:HardDisk.List.1-1:c9203080df84781e2ca3d512883dee6f
PendingAssignedSequence = 1
PendingEnabledStatus = 1
.
.
.
14.4 Changing the Boot Order by InstanceID-ChangeBootOrderByInstanceID()
The ChangeBootOrderByInstanceID() method is called to change the boot order of boot sources within
a configuration. The method’s input parameter, source, is an ordered array of InstanceIDs of
BootSourceSetting instances.
The ChangeBootOrderByInstanceID
method in Section 14.4 will use the
InstanceID field as input.