[linux-l] hp proliant n40l remote access management card

Lutz Willek lutz.willek at belug.de
Mi Apr 10 07:52:40 CEST 2013


Jou, richtig.

Was geht nicht, bzw. was möchtest Du tun? Die Karte funktioniert fast 
ohne Probleme.

Du kannst/sollst diese Karte initial über das Bios einstellen, per 
default bekommt Sie Ihre IP über dhcp.

Unter Linux kannst Du ipmitool zur Konfiguration benutzen. Mache Bitte 
auf jeden Fall ein Firmware-Update auf BMC_FW_Version1.3_12_07_2012, 
ansonsten kann es passieren, dass sich die Karte nach einiger Zeit nicht 
mehr über ihre IP ansprechen lässt. (update geht auch unter Linux)

ipmi muss als Modul geladen sein, sonst bekommst du Fehlermeldungen:
> Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: ...

Ich mache das so, das ist q&d, aber tut:
> #!/bin/sh
> modprobe -r ipmi_watchdog
> modprobe -r ipmi_poweroff
> modprobe -r ipmi_si
> modprobe -r ipmi_devintf
> modprobe -r ipmi_msghandler
> echo "Setting up OpenIPMI driver..."
> # load the ipmi modules
> modprobe ipmi_msghandler
> modprobe ipmi_devintf
>
> if ! modprobe ipmi_kcs_drv ; then
> modprobe ipmi_si type=kcs ports=0xca2
> fi
> maj=$(cat /proc/devices | awk '/ipmidev/{print $1}')
> if [ "$maj" ]; then
> test -e /dev/ipmi0 && rm -f /dev/ipmi0
> /bin/mknod /dev/ipmi0 c $maj 0
> fi

Wie gesagt, Konfiguration über ipmitool, oder ipmicfg
> # dpkg -l |grep ipmi
> ii  ipmitool                        1.8.11-2+squeeze2            utility for IPMI control with kernel driver or LAN interface
> ii  libopenipmi0                    2.0.16-1.2                   Intelligent Platform Management Interface - runtime
> ii  openipmi                        2.0.16-1.2                   Intelligent Platform Management Interface (for servers)

Nachlesen kannst Du hier:
> http://bodgitandscarper.co.uk/centos/hp-microserver-remote-management-card/
> http://www.thomas-krenn.com/de/wiki/IPMI_Grundlagen
> http://www.thomas-krenn.com/de/wiki/IPMI_Konfiguration_unter_Linux_mittels_ipmitool

Bei Problemen einfach noch mal fragen.


Freundliche Grüße / Best Regards

         Lutz Willek



Am 09.04.2013 23:13, schrieb Jana Pirat:
> hallo,
>
> ich weiss, dass mehrere von euch auch den homeserver hp n40l haben.
> bei mir wird die remote access management card nicht erkannt.
> ich benutze debian wheezy, kernel: 3.2.0-4-amd64
> ich habe firmware-linux-nonfree, firmware-bnx2x,
> firmware-bnx2,firmware-netxen, und tigon auch installiert.
>
> würde ich mich über eure erfahrungen und ratschläge freuen.
>
> gruß
>
> jana




Mehr Informationen über die Mailingliste linux-l