Users Guide
Table Of Contents
- Dell Command | Monitor バージョン10.2.1 ユーザーズガイド
- Dell Command | Monitor 10.2.1の概要
- Windows SMM Security Mitigations Table(WSMT)準拠
- Dell Command | Monitor 10.2.1の標準およびプロトコル
- Dell Command | Monitor 10.2.1を使用したユース ケース シナリオ
- Dell Command | Monitor 10.2.1の使用方法
- Dell Command | Monitor 10.2.1を使用したDellクライアント システムのローカルでの管理
- Dell Command | Monitor 10.2.1を使用したDellクライアント システムのリモートでの管理
- Dell Command | Monitor 10.2.1に関するよくある質問
- Dell Command | Monitor 10.2.1を使用したトラブルシューティング手順
- サードパーティライセンス
- その他の必要マニュアル
- デルへのお問い合わせ
OMICLI コマンドを使用して BIOS 属性を設定するには、次の手順を実行します。
1. システムの BIOS パスワードがまだ設定されていない場合は、次のコマンドを実行して設定します。
./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. TPM セキュリティを有効にするには、次のコマンドを実行します。
./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. システムを再起動します。
4. TPM をアクティブにするには、次のコマンドを実行します。
./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. システムを再起動します。
6. BIOS パスワードをリセットするには、次のコマンドを実行します。
./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>” }
WinRM を使用した BIOS 属性の設定
BIOS 属性は、SetBIOSAttributes メソッドで設定することができます。以下の例では、Trusted Platform Module(TPM)を有効にす
るタスクの手順を説明します。
メモ: 次の手順を実行して TPM を有効にする前に、BIOS の TPM オプションをクリアするようにしてください。
WinRM コマンドを使用して BIOS 属性を設定するには、次の手順を実行してください。
1. DCIM_BIOSService クラスを列挙して、selector セットを取得します。次のコマンドを実行します。
winrm e wsman/DCIM_BIOSService?__cimnamespace=root/dcim/sysman -auth:basic -r:https://
<system IP or system name>:<Port Number (5985/5986)> -username:<user name> -
password:<password> -skipCAcheck -skipCNcheck -encoding:utf-8 -returnType:epr
メモ: この例では、selector セット値(SystemName=<DCIM_BIOSService クラスのシステム名>winrm i SetBIOSAttributes
wsman/DCIM_BIOSService?SystemName=dt:
+SystemCreationClassName=DCIM_ComputerSystem+Name=DCIM:BiosService+CreationClassName=DCIM_BIOSService+)は
セット操作に使用します。
2. システムの BIOS パスワードが未設定の場合は、次のコマンドを使用して設定してください。
winrm i SetBIOSAttributes http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/DCIM_BIOSService?
__cimnamespace=root/dcim/
sysman+Name=DCIM:BiosService+SystemCreationClassName=DCIM_ComputerSystem+SystemName=<system
name from DCIM_BIOSService class>+CreationClassName=DCIM_BIOSService -r:https://<system IP or
system name>:5986 -u:<user name> -password:<password> -auth:basic -skipCAcheck -skipCNcheck -
encoding:utf-8 @{AttributeName="AdminPwd";AttributeValue="<Password>"}
3. 次のコマンドを実行して TPM セキュリティを有効にします。
Dell Command | Monitor 10.2.1 の使用方法 17