Users Guide

DCIM_BootCongSetting
An instance of DCIM_BootCongSetting represents a boot conguration that is used during the boot process. For example, on client
systems, there are two types of boot congurations — Legacy and UEFI. So, DCIM_BootCongSetting has a maximum of two instances
to represent, one each for Legacy and UEFI.
You can determine if the DCIM_BootCongSetting represents Legacy, using the following properties:
InstanceID = "DCIM:BootCongSetting:Next:1"
ElementName = "Next Boot Conguration Setting : Boot List Type 1"
You can determine if the DCIM_BootCongSetting represents UEFI, using the following properties:
InstanceID = "DCIM:BootCongSetting:Next:2"
ElementName = "Next Boot Conguration Setting : Boot List Type 2"
DCIM_BootSourceSetting
This class represents the boot devices or sources. The ElementName, BIOSBootString, and StructuredBootString properties contain a
string that identies the boot devices. For example, oppy, hard disk, CD/DVD, network, Personal Computer Memory Card International
Association (PCMCIA), Battery Electric Vehicle (BEV), or USB. Based on the boot list type of the device, an instance of
DCIM_BootSourceSetting is associated with one of the instances of DCIM_BootCongSetting.
DCIM_OrderedComponent
The DCIM_OrderedComponent association class is used to associate instances of DCIM_BootCongSetting with instances of
DCIM_BootSourceSetting representing one of the boot list types (Legacy or UEFI) to which the boot devices belongs. The
GroupComponent property of DCIM_OrderedComponent refers to the DCIM_BootCongSetting instance and the PartComponent
property refers to the DCIM_BootSourceSetting instance.
Changing the system settings
In Dell Command | Monitor, use the following methods to change the system settings and the state of the local or remote systems:
SetBIOSAttributes — Changes the BIOS setting
NOTE
: Dell Command | Monitor for Linux currently supports only SetBIOSAttributes method.
ChangeBootOrder — Changes the boot conguration
RequestStateChange — Shuts down and restarts the system
ManageTime — Displaying the system time
In Dell Command | Monitor for Windows, you can run these methods using winrm, VB script, PowerShell commands, wmic, and WMI
wbemtest.
18
Using Dell Command | Monitor