Users Guide
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod -
MethodName SetBIOSAttributes -Arguments @{AttributeName=@("Trusted Platform Module
");AttributeValue=@("1");AuthorizationToken="<Admin password>"}
3. システムを再起動します。
4. 次のコマンドを使用して TPM をアクティブにします。
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod -
MethodName SetBIOSAttributes -Arguments @{AttributeName=@(" Trusted Platform Module
Activation");AttributeValue=@("2");AuthorizationToken="<Admin password>"}
5. システムを再起動します。
Linux を実行しているシステムでの BIOS 属性の設定
次のどの方法を使用しても BIOS 属性を設定できます。
• OMICLI の使用
• WinRM の使用
• WSMan の使用
メモ: OMI サーバが起動し実行されていることを確認します。
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>” }
Dell Command | Monitor 10.3 の使用方法 17