Every so often I will get the question, “I need to log into the iDRAC on Host X, do you have it’s IP.” I thought I would put together this quick article with the command to provide this information.
Steps
Issue the following command from the ESXi host you are attempting to gather the iDRAC IP from:
#enum_instances OMC_IPMIIPProtocolEndpoint root/cimv2 | grep IPv4Address
The output will be whatever IPv4 IP that was assigned at deployment.
Summary:
Quick article I know but too many times i’ve had people ask me what is the iDRAC IP for a particular host. I am taking an educated guess I am not the only one.