It is currently Sun Apr 28, 2024 3:54 pm

News News of Intelligent Platform Management Interface (IPMI)

Site map of Intelligent Platform Management Interface (IPMI) » Forum : Intelligent Platform Management Interface (IPMI)

Common interfaces to a computer system that system administrators can use to monitor system health and manage the system


SuperMicro IPMI Text Console Redirection under Linux

Instructions of IPMI Text Console Redirection under Linux

(1) Host A with IPMI BMC installed:
a) BIOS POST:
(i) Enable "Console Redirection" in BIOS Setup.

For example, COM2 / 19.2Kbps / 8N1

(ii) Disable "Enable Console Redirection after POST" in BIOS setup.

b) BOOT LOADER:
(i) For GRUB, add the following TWO lines into /boot/grub/grub.conf, but comment out "splashimage=(hd0,0)/grub/splash.xpm.gz"

Code: Select all
serial --unit=1 --speed=19200 --word=8 --parity=no --stop=1
terminal --timeout=10 serial console
#splashimage=(hd0,0)/grub/splash.xpm.gz


(ii) Then add "serial console=ttyS1,19200n8" ...
Read more : SuperMicro IPMI Text Console Redirection under Linux | Views : 5781 | Replies : 0




IPMI Management Utilities projects

Links with information related to the IPMI Management Utilities project.

ipmiutil project, sourceforge http://ipmiutil.sourceforge.net (current)
panicsel project, sourceforge http://panicsel.sourceforge.net (old)
IPMI Specification http://www.intel.com/design/servers/ipmi/index.htm
OSDL Carrier Grade Linux http://www.osdl.org/lab_activities/carrier_grade_linux/
Intel imb driver source http://downloadfinder.intel.com/scripts ... ver*source
Intel imb driver for Windows http://downloadfinder.intel.com/scripts ...


Create /dev/ipmi0 device manually

Sometimes it can be true that ipmitool utility is installed but one can not actually manipulate IPMI device:
Code: Select all
# ipmitool lan print 1
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
Get Channel Info command failed

First of all check the loaded modules and logs (usually dmesg and messages) whether ipmi is loaded or not:
# lsmod |grep ipmi
ipmi_devintf 13129 0
ipmi_si 42829 0
ipmi_msghandler 39537 2 ...
Read more : Create /dev/ipmi0 device manually | Views : 20061 | Replies : 0


Update IPMI firmware on Supermicro X7xxx/X8xxx motheboards

IPMI update instructions for Supermicro X7DVL:

1. Download firmware update on your local PC:
Code: Select all
wget "ftp://ftp.supermicro.com/CDR-SIMIPMI_1.13_for_SIM_IPMI/Firmware/SIMxx/ugsim160.bin"

2. Print and backup current IPMI settings:
Code: Select all
ipmitool lan print

3. Disable IPMI driver (OpenIPMI or FreeIPMI) on the server and keep it so during the process of firmware update:
Code: Select all
/etc/init.d/ipmi stop
/etc/init.d/ipmievd stop

4. Log into IPMI web interface.
5. Go to the tab 'Maintenance' and click on 'Firmware Update'.
6. Click on the button 'Enter Update Mode'. ...
Read more : Update IPMI firmware on Supermicro X7xxx/X8xxx motheboards | Views : 66973 | Replies : 0


IPMI on FreeBSD servers

IPMI

The Intelligent Platform Management Interface (IPMI) specification defines a set of common interfaces to a computer system which system administrators can use to monitor system health and manage the system. Several dozen companies support IPMI. Dell, HP, Intel Corporation and NEC Corporation announced IPMI v1.0 on 1998-09-16, v1.5 on 2001-03-01, and v2.0 on 2004-02-14.

IPMI operates independently of the operating system (OS) and allows administrators to manage a system remotely even in the absence ...
Read more : IPMI on FreeBSD servers | Views : 5400 | Replies : 0


IPMI DRAC3 Ubuntu/Debian ipmi_kcs_drv

With Ubuntu/Debian, the IPMITOOL script seems to have an error with DRAC3, which doesn't work the KCS module.
Here are some instructions that worked for Ubuntu, or might be required for newer versions of Debian on machines with a DRAC3 card:

1. Install IPMI
Code: Select all
apt-get install ipmitool
/usr/share/ipmitool/ipmi.init.basic

If this throws an error as follows ...
Code: Select all
Setting up OpenIPMI driver...
FATAL: Module ipmi_kcs_drv not found.

... then make a new file for debian/ubuntu:
Code: Select all
vi /usr/share/ipmitool/ipmi.init.basic
...
Read more : IPMI DRAC3 Ubuntu/Debian ipmi_kcs_drv | Views : 3420 | Replies : 0


 

Login


Statistics

Total posts 505 • Total topics 442 • Total members 22

cron