Zu den Hauptinhalten
  • Bestellungen schnell und einfach aufgeben
  • Bestellungen anzeigen und den Versandstatus verfolgen
  • Profitieren Sie von exklusiven Prämien und Rabatten für Mitglieder
  • Erstellen Sie eine Liste Ihrer Produkte, auf die Sie jederzeit zugreifen können.
  • Verwalten Sie mit der Unternehmensverwaltung Ihre Dell EMC Seiten, Produkte und produktspezifischen Kontakte.
Einige Artikelnummern haben sich möglicherweise geändert. Wenn dies nicht das ist, wonach Sie suchen, versuchen Sie, alle Artikel zu durchsuchen. Artikel suchen

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

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

Dieser Artikel wurde möglicherweise automatisch übersetzt. Wenn Sie eine Rückmeldung bezüglich dessen Qualität geben möchten, teilen Sie uns diese über das Formular unten auf dieser Seite mit.

Artikelinhalt


Symptome

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.

Ursache

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

Lösung

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

Weitere Informationen

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

Artikeleigenschaften


Betroffenes Produkt

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

Letztes Veröffentlichungsdatum

25 Aug. 2023

Version

6

Artikeltyp

Solution