Users Guide

Table Of Contents
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 ModuleTPM)を有にす
るタスクの手順を明します。
メモ: 次の手順を行して 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