Users Guide

Table Of Contents
DCIM_Smart
Smart 性値をみ取るには、次のコマンドを行します。
:
Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo | Format-Table
Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo -Filter "AttributeID like '< Attribute ID Value >'
カスタム閾値を設定するには、次のコマンドを行します。
:
Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo -Filter "AttributeID like '<Attribute ID Value>'" | Invoke-
CimMethod -MethodName "SetCustomThreshold" -Arguments @{CustomThresholdValue="<custom threshold value to be set>"}
DCIM_ThermalInformation
DCIM_ThermalInformation は、サマル ド、AAC ド、ファン障害モドなどの度設定を管理します。
デバイスの度情報を照するには、次のコマンドを行します。
Get-CimInstance -Namespace root/DCIM/SYSMAN -ClassName DCIM_ThermalInformation
マル ドの値を設定するには、次のコマンドを行します。
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_ThermalInformation |Where-
Object {$_.AttributeName -eq "Thermal Mode"} | Invoke-CimMethod -MethodName
ChangeThermalMode -Arguments @{AttributeName=@("Thermal Mode");AttributeValue=@("2")}
システム設定の
Dell Command | Monitor では、次のメソッドを使用してロカルまたはリモ システムのシステム設定と況を更します。
SetBIOSAttributes - BIOS 設定を更する
メモ: Dell Command | Monitor for Linux では、SetBIOSAttributes メソッドのみがサポトされています。
ChangeBootOrder - 起動設定を更する
RequestStateChange - システムをシャットダウンおよび再起動する
ManageTime - システム時刻を表示する
Dell Command | Monitor for Windows では、winrmVB スクリプト、PowerShell コマンド、wmicWMI wbemtest を使用してこれら
のメソッドを行できます。
PowerShell コマンドを使用して Windows 行しているシステムでの
BIOS 性の設定
BIOS 性は、SetBIOSAttributes メソッドで設定することができます。以下の例では、Trusted Platform ModuleTPMを有にす
るタスクの手順を明します。
メモ: 次の手順を行して TPM を有にする前に、BIOS TPM オプションがクリアされていることを確認してください。
メモ: システム管理者限で PowerShell を使用します。
TPM を有にするには、次の手順を行します。
1. システムの BIOS パスワドがまだ設定されていない場合は、次の PowerShell コマンドを使用して設定します。
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod -
MethodName SetBIOSAttributes -Arguments
@{AttributeName=@("AdminPwd");AttributeValue=@("<Admin password>")}
2. 次のコマンドを使用して TPM セキュリティを有にします。
16 Dell Command | Monitor 10.4 の使用