Users Guide
OMICLI を使用した BIOS 属性の設定
BIOS 属性は、SetBIOSAttributes メソッドを使用して設定できます。次に、トラステッドプラットフォームモジュール(TPM)を有効にするタスクを例に挙
げて、設定を行う手順を説明します。
メモ: 次の手順を実行して TPM を有効にする前に、BIOS で TPM オプションがクリアされていることを確認してください。
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 メソッドを使用して設定できます。次に、トラステッドプラットフォームモジュール(TPM)を有効にするタスクを例に挙
げて、設定を行う手順を説明します。詳細については、Dell Command | Monitor 10.2 を使用したリモートでの Dell クライアントシステムの管理 を参照
してください。
メモ
: 次の手順を実行して TPM を有効にする前に、BIOS で TPM オプションがクリアされていることを確認してください。
WinRM コマンドを使用して BIOS 属性を設定するには、次の手順を実行します。
1 DCIM_BIOSService クラスを列挙して、セレクタセットを取得します。次のコマンドを実行します。
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
メモ: セレクタセット値(SystemName=<system name from DCIM_BIOSService class>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
18
Dell Command | Monitor 10.2 の使用方法