This post is more than 5 years old
4 Posts
0
46972
July 8th, 2015 02:00
BMC is not detected.
Hi all. I have a server PowerEdge R200 with bmc, but I can not connect to the bmc over lan. I set up a network through ipmitool.
ipmitool lan print 1
Set in Progress : Set Complete
Auth Type Support : NONE MD2 MD5 PASSWORD
Auth Type Enable : Callback : MD2 MD5
: User : MD2 MD5
: Operator : MD2 MD5
: Admin : MD2 MD5
: OEM : MD2 MD5
IP Address Source : Static Address
IP Address : 192.168.162.75
Subnet Mask : 255.255.255.0
MAC Address : a4:ba:db:df:9c:6e
SNMP Community String : public
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
Default Gateway IP : 192.168.162.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
Cipher Suite Priv Max : Not Available
IPMI Version : 1.5
Firmware Revision : 1.83
I can not ping, but he has in ARP table.
arp -a
? (192.168.162.75) at a4:ba:db:df:9c:6e [ether] on em1
? (192.168.162.74) at a4:ba:db:df:a1:51 [ether] on em1
? (192.168.162.84) at d4:ae:52:64:a2:24 [ether] on em1
I tried to connect to port 623 via netcat
nc -uv 192.168.162.75 623
Connection to 192.168.162.75 623 port [udp/asf-rmcp] succeeded!
When try to connect, I get an error
IPMISH>connect -ip 192.168.162.75 -u root -p admin
Error(0xae):BMC Error - BMC is not accessible.
IPMISH>
Do you have any idea what would solve this problem?
0 events found


Daniel My
10 Elder
•
6.2K Posts
0
July 8th, 2015 18:00
Hello
In the system BIOS under Integrated Devices what is Serial Port 1 set to? When you boot to CTL E is IPMI over LAN enabled?
Thanks
s.lesovoj
4 Posts
0
July 9th, 2015 01:00
Hello Daniel.
Thank you very much.
In the system BIOS under Integrated Devices in Serial Port 1 i change to BMC NIC, after i press Ctrl E and enable IPMI over LAN. Now everything works well. I did this on several servers, and all works.