How to get console IP details from linux server via IPMI ?
In this article, we will see how to get the console IP details from server using IPMI.
Lets see how to do this step by step.
1. Login to shell and then run.
# ipmitool lan print 1
2. Now get IPMI IP from there and then open GUI of that IP or ssh into it.
3. An example below.
[root@ngelinux001 ~]# ipmitool lan print 1 Set in Progress : Set Complete Auth Type Support : MD5 Auth Type Enable : Callback : MD5 : User : MD5 : Operator : MD5 : Admin : MD5 : OEM : IP Address Source : DHCP Address IP Address : 10.206.149.51 Subnet Mask : 255.255.248.0 MAC Address : 84:7b:eb:f7:37:64 SNMP Community String : public IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10 BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled Gratituous ARP Intrvl : 2.0 seconds Default Gateway IP : 10.206.151.254 Default Gateway MAC : 00:00:00:00:00:00 Backup Gateway IP : 0.0.0.0 Backup Gateway MAC : 00:00:00:00:00:00 802.1q VLAN ID : Disabled 802.1q VLAN Priority : 0 RMCP+ Cipher Suites : 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14 Cipher Suite Priv Max : Xaaaaaaaaaaaaaa : X=Cipher Suite Unused : c=CALLBACK : u=USER : o=OPERATOR : a=ADMIN : O=OEM Bad Password Threshold : Not Available [root@ngelinux001 ~]#