Users Guide
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 では、winrm、VB スクリプト、PowerShell コマンド、wmic、および WMI wbemtest を使用し
て、これらのメソッドを実行できます。
Windows を実行するシステムでの PowerShell コマンドを使
用した BIOS 属性の設定
BIOS 属性は、SetBIOSAttributes メソッドを使用して設定できます。次に、トラステッドプラットフォームモジュール(TPM)を有
効にするタスクを例に挙げて、設定を行う手順を説明します。
メモ: 次の手順を実行して 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.3 の使用方法