HMC 7.3.0 installios fehler/error

Wir haben heute versucht auf unserer 8202-E4B über die angeschlossene HMC per ssh das VIOS zu installieren.

Das geht mit dem Befehl „installios“ in der ssh Konsole als User hscroot.

Vorher muss man das VIOS Hardwareprofil anlegen und ne logische Partition erstellen.
Wie das geht steht hier: http://pic.dhe.ibm.com/infocenter/powersys/v3r1m5/index.jsp?topic=/iphb1/iphb1createlparp6hmc.htm

Das Problem war jetzt, dass das installios beim anpassen der dhcpd.conf abgeschmiert ist.
Es gab dann folgende Fehlermeldung:

nimol_config MESSAGE: Added "allow bootp;" to the file "/etc/dhcpd.conf"
nimol_config MESSAGE: Added "not authoritative;" to the file "/etc/dhcpd.conf"
nimol_config ERROR: error from command %s is set to %s in the file %s.  It should be %s.\n
error from command DHCPD_INTERFACE
error from command eth0
error from command /etc/sysconfig/dhcpd
error from command eth2
nimol_config MESSAGE: Running undo...
nimol_config MESSAGE: Copied back the original file /etc/xinetd.d/tftp.
Shutting down xinetd:                                                done
Starting INET services. (xinetd)                                     failed
nimol_config WARNING: Failed to restart xinetd.

Irgendwas konnte er in der /etc/dhcpd.conf nicht einfügen.

Da der first Level und second Level Support von IBM gar nix kann, habe ich mich mal selber drangesetzt.

Das Problem war folgendes:

Auf unserer HMC war der DHCPd gar nicht konfiguriert.
Wir haben damals den angeschlossenen i5 feste IPs zugewiesen und alle DHCP Instanzen auf den 4 HMC Interfaces abgeschaltet.
Daher hat das nimol_config Script den Einfügepunkt in der Config nicht gefunden.

Ich habe jetzt auf dem ungenutzten und nicht angeschlossenen eth3 Interface einfach den DHCPd aktiviert und jetzt gehts.

Bravo IBM!

Abbreviated english post:
If the installios script fails at above pasted point, that might be, because your HMC doesn’t have the DHCP service configured.
Just activate the DHCP Service on one of the 4 interfaces of the HMC.
That might even be one that isn’t connected to a switch.