Data Domain:如何從 Windows 存取 IPMI/SOL
Summary: 本文說明如何使用 IPMI,透過 Windows 存取 Data Domain 系統。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
傳統上,Data Domain 系統只能使用其他 Data Domain 或 Linux 主機,使用
ipmitool 以存取目標 Data Domain。現在,該功能已使用本文 附帶 的可下載工具擴展到 Windows 主機。在命令 (CMD) 視窗中執行此工具可讓 Windows 主機連線至目標 Data Domain 上的 IPMI 或 Serial over LAN (SOL) 介面。
先決條件:
- 目標系統上已設定 IPMI
- 已設定 IPMI 使用者 (預設情況下,Data Domain 上並未設定 IPMI 使用者)
步驟:
- 下載附件並將其解壓縮至新資料夾。命名資料夾
C:\ipmitool建議使用。 - 開啟 CMD 視窗,然後前往包含
ipmitool檔。 - 執行
ipmitool.exe。- 語法:
ipmitool.exe -I lanplus -U <uername> -P <password> -H <hosname_or_IP> -C 3 sol activate - 範例:
ipmitool.exe -l lanplus -U ipmiuser -P abc123 -H 1.2.3.4 -C 3 sol activate - 按下 SHIFT+~+? 以顯示轉義序列清單。
- 按下 SHIFT+~+. 以結束工作階段。如果無法運作,請按 Enter 鍵並再試一次,直到其運作為止。
- 語法:
C:\ipmitool>ipmitool.exe -l lanplus -U ipmiuser -P abc123 -H 1.2.3.4 -C 3 sol activate
[SOL Session operational. Use ~? for help]
Data Domain OS
datadomain.datadomain.com login: sysadmin
Password:
Last login: Sat Mar 7 16:22:25 GMT 2026 from 10.207.117.89 on pts/0
Welcome to Data Domain OS 8.3.0.15-1161254
------------------------------------------
**
** NOTICE: There are 4 outstanding alerts. Run "alerts show current"
** to display outstanding alert(s).
**
sysadmin@datadomain# ~?
Supported escape sequences:
~. - terminate connection (and any multiplexed sessions)
~B - send a BREAK to the remote system
~R - request rekey
~V/v - decrease/increase verbosity (LogLevel)
~^Z - suspend ssh
~# - list forwarded connections
~& - background ssh (when waiting for connections to terminate)
~? - this message
~~ - send the escape character by typing it twice
(Note that escapes are only recognized immediately after newline.)
sysadmin@datadomain#
sysadmin@datadomain# ~. [terminated ipmitool]
C:\ipmitool>
為方便起見,以下為從 Linux 主機和 Data Domain 系統存取 Data Domain 系統的命令。
從 Linux 主機存取序列介面
部分 Linux 系統隨附
ipmitool 可執行檔,因此下列命令應已可用:
- 語法:
# ipmitool -I lanplus -H <hostname or IP addr> -U <username> -P <password> sol activate - 範例:
# ipmitool -I lanplus -H 1.2.3.4 -U ipmiuser -P abc123 sol activate
從其他 Data Domain 系統存取序列介面
此命令應可從命令列在所有 Data Domain 系統上使用:
- 語法:
# ipmi remote console ipmi-target <hostname or IP addr> user <username> password <password> - 範例:
# ipmi remote console ipmi-target 1.2.3.4 user ipmiuser password abc123
如何設定 Data Domain 目標系統
根據型號而定,連接埠為專用或共用。若要決定介面名稱,請執行:
# ipmi show hardware
設定系統上的 IPMI 介面:
- 語法:
# ipmi config <port_name> ipaddress <IP_address> netmask <netmask> gateway <gateway_IP> - 範例:
# ipmi config bmc-eth0d ipaddress 1.2.3.4 netmask 255.255.255.0 gateway 1.2.3.1
注意:如果 IPMI 介面與資料連接埠共用,則無論是否使用 IP,都必須為該資料連接埠設定一個 IP 位址。只要IP位址不干擾其他介面的路由,它就不必有效。若要設定共用介面,請執行:
- 語法:
# net config <interface_name> <ipaddress> netmask <netmask> - 範例:
# net config eth0d 1.2.3.4 netmask 255.255.255.252
依預設,IPMI 控制器上沒有現有使用者。在組態過程中,必須建立新帳戶。
- 語法:
# ipmi user list # ipmi user add <username> password <password> - 範例:
# ipmi user add ipmiuser password abc123
Additional Information
Affected Products
Data DomainProducts
Data DomainArticle Properties
Article Number: 000043086
Article Type: How To
Last Modified: 13 Mar 2026
Version: 6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.