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 또는 SOL(Serial over LAN) 인터페이스에 연결할 수 있습니다.
사전 구성 요소:
- IPMI가 타겟 시스템에 구성되어 있습니다.
- IPMI 사용자가 구성되었습니다(기본적으로 IPMI 사용자는 Data Domain에서 구성되지 않음).
단계:
- 첨부 파일을 다운로드하고 새 폴더에 압축을 풉니다. 폴더 이름 지정
C:\ipmitool가 권장됩니다. - CMD 창을 열고 다음이 포함된 새 폴더로 이동합니다.
ipmitool파일. - Windows 업그레이드를 실행하라는 프롬프트에 아래 내용이 표시될 때까지
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 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.