Configuring IPMI/BMC on a Dell SC1425

There’s two places to configure things. First, go into BIOS Setup (F2), Integrated periphials and set ‘Serial Port’ to ‘BMC Nic’. Then go into the configuration for the BMC by hitting CTRL+E on startup. Assign an IP address and turn it on, set a password.

From all I can tell, the IP address should be different than that of the interface. Although I saw a note in a Dell BMC document that I’ve since closed that some ports like 623 can get all eaten up by the BMC. Telneting to port 623 still doesn’t work for me, maybe that’s just a feature with newer BMCs or with console redirection turned on. ipmitool traffic is traveling on 623 UDP.

Then install ipmitool (’apt-get install ipmitool’ if you’re elite) and run something like:
ipmitool -H ipaddress -U root -P password power status

You may also be able to configure this all from the command line by loading the drivers and interacting directly:
sudo modprobe ipmi_si
sudo modprobe ipmi_devintf
sudo ipmitool lan print

0 Responses to “Configuring IPMI/BMC on a Dell SC1425”


  1. No Comments

Leave a Reply