メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。
一部の文書番号が変更されている可能性があります。探しているものではない場合は、すべての文書を検索してみてください。文書の検索

How to get the iDRAC IP Address from VMware ESXi on PowerEdge Servers

概要: How to get the iDRAC IP address of PowerEdge 14G servers with VMware ESXi hosts.

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


現象

This article provides different methods to get the iDRAC IP address of your PowerEdge servers directly from the VMware ESXi host. It is useful when you do not have physical access to the server, or a front LCD panel, or downtime to install Open Manage Server Administrator.  On OEM installations the VIB is already installed, and the iDRAC IP can be checked in OpenManage Server Administrator directly. The below solution does not require the VIB to be installed.

原因

Acquiring the iDRAC IP address of PowerEdge 14G servers with VMware ESXi hosts.

解決方法

Using localcli or esxcli

In this example, a PowerEdge R740XD and VMware ESXi 6.5 were used to run the command line.
  1. Open the SSH service of the VMware ESXI system.
  2. Log in SSH with the root account and password.
  3. Run the command lines shown below to get the iDRAC IP address:
localcli hardware ipmi bmc get
 
SLN317309_en_US__1image(10033)
Acquiring iDRAC IP address

esxcli hardware ipmi bmc get
 
SLN317309_en_US__2image(10034)
The iDRAC IP displays in the IPv4 Address row 
 

Using the Web-Based Enterprise Management - WBEM

The Common Information Model (CIM) interface on an ESXi host provides a way to remotely monitor the hardware health of your hosts via the Web-Based Enterprise Management (WBEM) protocol. It builds on a standard HTTP(S) API, allowing secure SSL/TLS protected authentication and communication between the host and the management stations. After connecting to the console using your preferred method, run the following command:

1. VMware ESXi 6.0:  

enum_instances OMC_IPMIIPProtocolEndpoint root/cimv2 |grep IPv4AddressIPv4Address = 192.168.0.121
 

   The same command on ESXi will return an error:

enum_instances OMC_IPMIIPProtocolEndpoint root/cimv2 |grep -i IPv4Address
error: enumInstances No data received from server

 

2. VMware ESXi 6.5:
From ESXi 6.5 and later versions, VMware introduced a new namespace named ‘wbem’ as an extension for esxcli which controls the services such as sfcbd and wsman. From ESXi 6.5 and later versions, sfcdb and wsman are disabled by default as wbem is kept to false by default. The wbem services are enabled automatically when an OEM provider VIB is installed. For example, when Dell OpenManage systems management software is installed on ESXi 6.5, you may see that the services such as sfcbd and wsman are started automatically.
 

To enable wbem on Vmware ESXi 6.5 use the following commands and then retry. You should now be able to successfully see the IP address assigned to your iDRAC servers.
 

esxcli system wbem set -e 1 (This enables wbem on the host)
enum instances OMC IPMIIPProtocalEndpoint root/cimv2
>> IPv4AddressIPv4Address = 192.168.0.121

SLN317309_en_US__4Webm

IPv4Address = 192.168.0.121

その他の情報

Refer to this article for additional information: VMworld 2018: Hardware Health Monitoring in vSphere Stack

文書のプロパティ


影響を受ける製品

Servers, PowerEdge, PowerEdge R240, PowerEdge R340, PowerEdge R640, PowerEdge R740, PowerEdge R740XD, PowerEdge R740XD2, PowerEdge R840, PowerEdge R940, PowerEdge R940xa, PowerEdge T140

最後に公開された日付

25 8月 2023

バージョン

6

文書の種類

Solution