「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ユーザーが構成されている(デフォルトでは、IPMIユーザーはData Domainで構成されていません)
手順:
- 添付ファイルをダウンロードし、新しいフォルダーに解凍します。フォルダーに名前を付ける
C:\ipmitoolをお勧めします。 - CMDウィンドウを開き、
ipmitoolファイル。 - そのノードで
ipmitool.exeの詳細を確認してください。- 構文:
ipmitool.exe -I lanplus -U <uername> -P <password> -H <hosname_or_IP> -C 3 sol activate - Example:
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 - Example:
# 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> - Example:
# 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> - Example:
# 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> - Example:
# net config eth0d 1.2.3.4 netmask 255.255.255.252
デフォルトでは、IPMIコントローラーに既存のユーザーは存在しません。新しいアカウントは、構成の一部として作成する必要があります。
- 構文:
# ipmi user list # ipmi user add <username> password <password> - Example:
# ipmi user add ipmiuser password abc123
Additional Information
iDRACが設定されているData Domainモデルは、iDRACを介してSOLを使用できます。手順については、 この記事 を参照してください。
Data Domain内でのIPMIの構成の詳細については、『 管理ガイド』を参照してください。
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.