Users Guide
Table Of Contents
- Dell Command | Monitor Version 10.5 User's Guide
- Contents
- Introduction to Dell Command | Monitor 10.5
- Windows SMM Security Mitigations Table (WSMT) Compliance
- Standards and protocols for Dell Command | Monitor 10.5
- Use case scenarios using Dell Command | Monitor 10.5
- Using Dell Command | Monitor 10.5
- 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.5
- Managing Dell client systems remotely using Dell Command | Monitor 10.5
- Frequently asked questions for Dell Command | Monitor 10.5
- Troubleshooting steps using Dell Command | Monitor 10.5
- 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
- Other documents you may need
- Contacting Dell
2. Enable TPM security using the following command:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-
CimMethod -MethodName SetBIOSAttributes -Arguments @{AttributeName=@("Trusted Platform
Module ");AttributeValue=@("1");AuthorizationToken="<Admin password>"}
3. Restart the system.
4. Activate the TPM using the following command:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-
CimMethod -MethodName SetBIOSAttributes -Arguments @{AttributeName=@(" Trusted Platform
Module Activation");AttributeValue=@("2");AuthorizationToken="<Admin password>"}
5. Restart the system.
Setting BIOS attributes in the system running Linux
You can set BIOS attributes using any of the following methods:
● Using OMICLI
● Using WinRM
● Using WSMan
NOTE: Ensure that the OMI server is started and running.
Setting BIOS attributes using OMICLI
You can set BIOS attributes using the SetBIOSAttributes method. The procedure is explained below using a task of enabling the
Trusted Platform Module (TPM) as an example.
NOTE: Make sure the TPM option is cleared in the BIOS before following the procedure to enable the TPM.
To set the BIOS attributes using OMICLI commands:
1. To set the BIOS password on the system if not set already, run
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name displayed in
DCIM_BIOSService class> CreationClassName DCIM_BIOSService } SetBIOSAttributes {
AttributeName "AdminPwd" AttributeValue “<new Admin Password>” }
2. To enable the TPM security use the following command, run
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name displayed in
DCIM_BIOSService class> CreationClassName DCIM_BIOSService } SetBIOSAttributes {
AttributeName "Trusted Platform Module" AttributeValue “1” AuthorizationToken
“<password>”
3. Restart the system.
4. To activate the TPM, run
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name displayed in
DCIM_BIOSService class> CreationClassName DCIM_BIOSService } SetBIOSAttributes
{ AttributeName " Trusted Platform Module Activation" AttributeValue “2”
AuthorizationToken “<password>” }
5. Restart the system.
6. To reset BIOS password, run
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name displayed in
DCIM_BIOSService class> CreationClassName DCIM_BIOSService } SetBIOSAttributes {
AttributeName "AdminPwd" AttributeValue “” AuthorizationToken “<password>” }
Using Dell Command | Monitor 10.5
17