Users Guide
Table Of Contents
- Dell Command | Monitor 版本 10.4 使用者指南
- Dell Command | Monitor 10.4 簡介
- Windows SMM 安全防護功能表格 (WSMT) 規格
- Dell Command | Monitor 10.4 的標準及通訊協定
- 使用 Dell Command | Monitor 10.4 的使用案例情境
- 使用 Dell Command | Monitor 10.4
- 使用 Dell Command | Monitor 10.4 在本機管理 Dell 用戶端系統
- 使用 Dell Command | Monitor 10.4 遠端管理 Dell 用戶端系統
- Dell Command | Monitor 10.4 常見問題
- 使用 Dell Command | Monitor 10.4 的疑難排解步驟
- 其他您可能需要的文件
- 聯絡 Dell
在執行 Linux 的系統設定 BIOS 屬性
使用下列其中一種方式來設定 BIOS 屬性:
● 使用 OMICLI
● 使用 WinRM
● 使用 WSMan
備註: 確保 OMI 伺服器已啟動並正在運行。
使用 OMICLI 設定 BIOS 屬性
使用 SetBIOSAttributes 方式來設定 BIOS 屬性:下面說明使用啟用可信任平台模組 (Trusted Platform Module, TPM) 的程序為範例。
備註: 按照下列程序啟用 TPM 之前,請確定 TPM 選項已在 BIOS 中清除。
使用 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 屬性
使用 SetBIOSAttributes 方式來設定 BIOS 屬性:下面說明使用啟用可信任平台模組 (Trusted Platform Module, TPM) 的程序為範例。
備註: 按照下列程序啟用 TPM 之前,請確定 TPM 選項已在 BIOS 中清除。
使用 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
使用 Dell Command | Monitor 10.4 17