Users Guide
Table Of Contents
- Dell Command | Monitor Version 10.3 User's Guide
- Introduction to Dell Command | Monitor 10.3
- Windows SMM Security Mitigations Table (WSMT) Compliance
- Standards and protocols for Dell Command | Monitor 10.3
- Use case scenarios using Dell Command | Monitor 10.3
- Using Dell Command | Monitor 10.3
- Polling interval setting
- RAID status reporting
- Monitoring the Dell client systems
- Application log for Dell Command | Monitor for Linux
- Detecting advance format drives
- Boot configurations
- Changing the system settings
- Managing Dell client systems locally using Dell Command | Monitor 10.3
- Managing Dell client systems remotely using Dell Command | Monitor 10.3
- Frequently asked questions for Dell Command | Monitor 10.3
- Troubleshooting steps using Dell Command | Monitor 10.3
- Unable to remotely connect to Windows Management Instrumentation
- Installation failure on systems running Windows
- BIOS setting enumeration value appears as 1
- Hapi installation fails due to the dependency of libsmbios
- CIM resources not available
- Unable to execute the commands using DCM on the systems running Ubuntu Core 16
- Third-party licenses
- Other documents you may need
- Contacting Dell
● Run the DCIM_ComputerSystem.RequestStateChange() method and set the RequestedState parameter value to 3.
Turn off the system.
● Reboot the system. Run the DCIM_ComputerSystem.RequestStateChange() method and set the RequestedState
parameter value to 11.
● Determine the power state of the system.
● Determine the number of processors in the system by querying DCIM_Processor, instances which are associated with the
Central Instance through the DCIM_SystemDevice association.
● Get the system time. Run the DCIM_TimeService.ManageTime() method and set the GetRequest parameter to True.
● Check the health status of the managed element.
Log record
● Identify the log name by selecting the DCIM_RecordLog instance in which the ElementName property corresponds to the
log name.
● Find the individual log entries. Get all the instances of DCIM_LogEntry that are associated with the given instance of
DCIM_RecordLog through the DCIM_LogManagesRecord association. Sort the instances based on the RecordID.
● Check whether record logs are enabled or not by enumerating the instance of the class DCIM_RecordLog whose property
Enabledstate is set to 2 (represents enabled) and EnabledState is set to 3 (represents disabled).
● Sort the log records based on the time stamp of the log entry. Get all the instances of DCIM_LogEntry that are associated
with the given instance of DCIM_RecordLog through the DCIM_LogManagesRecord association. Sort the instances of
DCIM_LogEntry based on the CreationTimeStamp property value in Last In First Out (LIFO) order.
● Clear logs by running the ClearLog() method for the given instance of the DCIM_RecordLog.
Physical asset
● Obtain the physical inventory for all the devices in a system.
● Obtain the physical inventory for a system chassis.
● Determine the part number of a failing component.
● Determine whether the slot is empty or not.
System memory profile
● Obtain the memory information of the system.
● Obtain the physical memory information of the system.
● Check the system memory size.
● Check the available system memory size.
● Check the physical system memory size.
● Check the health status of system memory.
12
Use case scenarios using Dell Command | Monitor 10.3