# List ILO network ipmitool lan print 1 # Set ILO network ipmitool lan set 1 ipaddr 192.168.10.10 ipmitool lan set 1 netmask 255.255.255.0 ipmitool lan set 1 defgw ipaddr 192.168.10.1
The vendor-independent method might be to get the settings of the IPMI LAN channel: ipmitool lan print or with FreeIPMI, ipmi-config -o -S Lan_Conf [-v] This works at least on DRAC5 and iLO4, although I am not 100% sure whether the fields remain available when IPMI-over-LAN is disabled (as I still keep it active here for the Serial-over-LAN feature). This can also be used to set the IP address of…
Somehow, the entry for our iDRAC got lost from the DNS. Is there a way to discover the iDRAC IP address from Linux (RHEL 8) running on the node? Rebooting to check the physical console is not an option.
The IP address of the iDRAC can be discovered with the ipmitool command (as root): ipmitool mc getsysinfo delloem_url It returns the complete URL in this form: https://<iDRAC IP>:443 (It was tested with Dell R740, iDRAC 7.00.00.171 and RHEL 8.10.)