个人工具

UbuntuHelp:IPMI

来自Ubuntu中文

Wikibot讨论 | 贡献2007年11月22日 (四) 13:16的版本 (新页面: {{From|https://help.ubuntu.com/community/IPMI}} {{Languages|UbuntuHelp:IPMI}} This page is about setting up IPMI on ubuntu. # apt-get install ipmitool # /usr/share/ipmitool/ipmi.init.ba...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

This page is about setting up IPMI on ubuntu.

  1. apt-get install ipmitool
  1. /usr/share/ipmitool/ipmi.init.basic
  1. less /usr/share/doc/ipmitool/README.gz


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.

I recommend these settings in your /boot/grub/menu.lst

serial --unit=1 --speed=19200 --word=8 --parity=no --stop=1

#This additional line was also suggested also, but I only found its behavior annoying.
terminal --timeout=5 serial console

# defoptions=console=tty0 serial console=ttyS1,19200n8

# altoptions=(recovery mode) single console=tty0 serial console=ttyS1,19200n8

# xenkopt=console=tty0 serial console=ttyS1,19200n8

Be sure to run sudo update-grub

Next, go into your /etc/event.d/ directory. Create a ttyS0 file from one of the other tty files. Change this line: exec /sbin/getty 19200 ttyS0

Do the same thing for ttyS1

Last, edit /etc/securetty and add ttyS1


Links

http://wiki.adamsweet.org/doku.php?id=ipmi_on_linux

http://www.ecst.csuchico.edu/~dranch/LINUX/IPMI/ipmi-on-linux.html - Howto Supermicro