IPMI und Fujitsu-Siemens iRMC Konfiguration - (c) 2008 PlusServer AG
====================================================================
Bitte geben Sie die IPMI IP Ihres Servers an: 85.25.237.xxx
--------------------------------------------------------------------
Bitte geben Sie die IPMI Netzmaske Ihres Servers an: 255.255.255.192
--------------------------------------------------------------------
Bitte geben Sie das IPMI Gateway Ihres Servers an: 85.25.237.193
--------------------------------------------------------------------
Bitte geben Sie das gewünschte iRMC Passwort ein (8-15 Zeichen): xxxxxxxx
====================================================================
Erkennung der Distribution... Debian Umgebung gefunden
Lade IPMI Module...
# distbase specific pre-requirements
case $DISTBASE in
DEB)
# check ipmi capabilities and load ipmi modules
IPMI_MODULES="ipmi_si ipmi_devintf"
case $MYLANG in
de)
echo -n "Lade IPMI Module... "
;;
*)
echo -n "Loading IPMI modules... "
;;
esac
for MODULE in $IPMI_MODULES; do
if [COLOR="Red"][B]modprobe $MODULE[/B][/COLOR] &>/dev/null; then
echo -n "$MODULE "
else
case $MYLANG in
de)
echo "fehlgeschlagen (${MODULE}) - ABBRUCH!"
;;
*)
echo "failed (${MODULE}) - ABORTED!"
;;
esac
exit 1
fi
done
echo ""
loft2634:/usr/local/src# tail /var/log/messages
Jun 19 14:15:37 loft2634 kernel: ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x24, irq 0
Jun 19 14:19:11 loft2634 kernel: ipmi device interface
Jun 19 14:22:57 loft2634 kernel: ipmi_si: There appears to be no BMC at this location
Jun 19 14:30:17 loft2634 kernel: ipmi_si: Unable to find any System Interface(s)
Jun 19 14:30:17 loft2634 kernel: IPMI System Interface driver.
Jun 19 14:30:17 loft2634 kernel: ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x24, irq 0
Jun 19 14:37:37 loft2634 kernel: ipmi_si: There appears to be no BMC at this location
Jun 19 14:44:57 loft2634 kernel: ipmi_si: Unable to find any System Interface(s)
Jun 19 15:08:09 loft2634 -- MARK --
Jun 19 15:28:09 loft2634 -- MARK --
There appears to be no BMC at this location
Unable to find any System Interface(s)
modprobe -a ipmi_si ipmi_msghandler ipmi_devintf
if true OR modprobe $MODULE &>/dev/null; then
Oh man, wie doof kann man sein . Ich denke es war einfach zu spät auf diese Idee zu kommen. Danke für den Hinweis.Das Script ist nach wie vor Verfügbar, die URL stimmt.
Du bekommst keinen 404, sondern einen 403 weil die URL von nicht-serverloft IP-Bereichen nicht erreichbar ist - lade es von deinem Server aus runter
IPMI and Fujitsu iRMC configuration - (c) 2010 PlusServer AG
============================================================
Please enter the IPMI IP for your server: 188.138.87.xxx
--------------------------------------------------------------------
Please enter the IPMI netmask for your server: 255.255.255.xxx
--------------------------------------------------------------------
Please enter the IPMI gateway for your server: 188.138.87.xxx
--------------------------------------------------------------------
Please enter desired password for iRMC (8-15 characters): xxx
====================================================================
detecting your linux distro... found Debian environment
Loading IPMI modules... ipmi_si ipmi_devintf
Adding entries to /etc/modules... OK
Installing ipmitool... OK
Checking for iRMC capable hardware... PRIMERGY RX100 S6
Configuring Fujitsu iRMC...
- initial settings
Clearing SEL. Please allow a few seconds to erase.
Unable to send RAW command (channel=0x0 netfn=0x2e lun=0x0 cmd=0xf5 rsp=0xff): Unspecified error
nvram defaults - raw result:
configspace defaults - raw result: 80 28 00
console redirection - raw result: 80 28 00
redirection mode - raw result: 80 28 00
serial baud rate - raw result: 80 28 00
serial flow control - raw result: 80 28 00
serial multiplexer and channel access (no output)
- LAN
Setting LAN IP Address to 188.138.87.xxx
Setting LAN Subnet Mask to 255.255.255.xxx
Setting LAN Default Gateway IP to 188.138.87.xxx
- User Account
Setting user name: root
Setting password for user "root": (hidden)
Configuring getty on serial console (sysvinit)... OK
Configuring kernel messages on serial console... OK
Re-creating grub configuration (update-grub)... OK
====================================================================
IPMI / iRMC configuration for your server is complete now!
The following values are configured:
network:
- IPMI IP: 188.138.87.xxx
- IPMI netmask: 255.255.255.xxx
- IPMI gateway: 188.138.87.xxx
user account:
- Username: root
- Password: xxx
echo " nvram defaults - raw result: $(ipmitool raw 0x2E 0xF5 0x80 0x28 0x00 0xDF 0x43 0x4C 0x52 0xAA)"
echo " configspace defaults - raw result: $(ipmitool raw 0x2E 0xF5 0x80 0x28 0x00 0xE0 0x43 0x4C 0x52 0xAA)"
Ok, alles klar damit funktioniert es auf Anhieb. Aber jetzt mal die Frage? Wo steht das mit der IP Adresse? Bin ich wirklich so blind? Im Webinterface zum Server steht dazu nichts und unter Support und FAQ habe ich auch nichts gesehen. Es wäre klasse, wenn das einfach mit in der Hauptübersicht stehen würde.Dein IPMI hat eine dedizierte Anbindung und erhöht sich im vorletzten Oktett um 1 zur Server-IP.
Also da sehe ich nichts was irgendwie auf die IPMI Adresse schliessen läßt. Und auch in den anderen Menüeinträgen habe ich zu IPMI wie gesagt nichts gefunden.Ich konnt's nu nich mit Kundendaten testen, aber schau mal unter "Network > IP-Verwaltung".
We use essential cookies to make this site work, and optional cookies to enhance your experience.