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 或使用 ipmitool 访问目标 Data Domain。现在,该功能已使用本文 所附 的可下载工具扩展到 Windows 主机。在命令 (CMD) 窗口中运行此工具使 Windows 主机可以连接到目标 Data Domain 上的 IPMI 或 Serial over LAN (SOL) 接口。

前提条件:

  • 在目标系统上配置 IPMI
  • 已配置 IPMI 用户(默认情况下,未在 Data Domain 上配置 IPMI 用户)

步骤:

  1. 下载附件并将其解压到新文件夹。命名文件夹 C:\ipmitool 是推荐的。
  2. 打开 CMD 窗口并转到包含 ipmitool 文件。
  3. 在该服务器上运行 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 地址不干扰其他接口的路由,就不必有效。要配置共享接口,请运行:
  • 语法:
    # 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

配置了 iDRAC 的 Data Domain 型号可以通过 iDRAC 使用 SOL。有关说明,请参阅 此文章
 
有关在 Data Domain 中配置 IPMI 的详细信息,请查看 管理指南

Affected Products

Data Domain

Products

Data Domain
Article 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.