1.(Zuletzt geändert von rsch an 21.10.2009 00:29:04)
DESCRIPTION
This program lets you manage Intelligent Platform Management Interface (IPMI) functions of either the local system, via a kernel device driver, or a remote system, using IPMI V1.5 and IPMI v2.0. These functions include printing FRU information, LAN configuration, sensor readings, and remote chassis power control.
IPMI management of a local system interface requires a compatible IPMI kernel driver to be installed and configured. On Linux this driver is called OpenIPMI and it is included in standard distributions. On Solaris this driver is called BMC and is inclued in Solaris 10. Management of a remote station requires the IPMI-over-LAN interface to be enabled and configured. Depending on the particular requirements of each system it may be possible to enable the LAN interface using ipmitool over the system interface.
Dies kann z.B. unter Linux mit dem ipmitool durchgeführt werden. Zuvor kann man den Inhalt des SEL ansehen und anschließend in eine Datei schreiben, um die alten Log-Information zu erhalten:
[root@testserver ~]# ipmitool sel list | less [root@testserver ~]# ipmitool sel list > /root/sel.txt [root@testserver ~]# ipmitool sel clear Clearing SEL. Please allow a few seconds to erase. [root@testserver ~]#
Damit die Konfiguration durchgeführt werden kann, muss das Devicefile /dev/ipmi0 vorhanden sein. Falls dieses noch nicht vorhanden ist, können Sie es wie folgt erstellen:
unter SuSE/Red Hat/CentOS: /etc/init.d/ipmi start (erfordert das Package OpenIPMI, das Package OpenIPMI-tools ist für ipmitool später auch erforderlich)
unter Debian 4: /usr/share/ipmitool/ipmi.init.basic (Falls hierbei eine Fehlermeldung kommt ipmi_kcs_drv not found müssen Sie die entsprechende if-Abfrage im Script auskommentieren, siehe auch [1])
unter Debian 5: modprobe ipmi_devintf; modprobe ipmi_si