How to Install supermicro IPMI in a linux server
This post was published 7 months 9 days ago which may make its actuality or expire date not be valid anymore. This site is not responsible for any misunderstanding.The ipmi_si need special parameters for loading. This was tested on a 2.6.10 kernel.
It does not work with the 2.6.9-1.667(smp) kernel in the FC3 package.
modprobe ipmi_si type=kcs ports=0xca8 si_regspacings=4.
Once these modules are up and running, start the smagent.
$ smagent &
Use the IPMIview Java utility from the remote system to access the IPMI card. Since IPMI is designed to be OS transparent, this utility does not need any modules to be installed in the kernel. If this configuration does not work, run IPMIview in the same LAN and configure the gateway MAC and IP .
The IPMIview tool allows power shutdown, reset, and device monitoring. The IPMI console redirection did not work though everything seemed to be configured properly. The BIOS on the P8SCi is supposed to detect the IPMI card automatically and set the console redirection options for it. Unfortunately, we were still seeing garbage in the remote console.
The current BIOS version of 1.1 shows the redirection going to “NULL” instead of something understandable like IPMI, COM1, etc.
The solution was to get the latest P8SCI BIOS firmware (rev1.1) and re-flash it on the managed system. We had to do this even though the current BIOS on the board indictated it was already version 1.1.
Popularity: 100% [?]
Related posts
- Cure for the Read Only Partiton
- Tips for use Linux as mail server for Mail Marketing Script
- How to block UDP packets on all ports except one
- Best Way for Server Migration to Cloud-based Hosting
- One secret that nobody will not tell you for a cluster of two nodes
- How to install PHP5-FSS 32bit on Ubuntu or Debian

March 19th, 2010 at 7:38 pm