Under Construction

Update über NFS

Wir nehmen an das der iFix MF70632_ppc.iso von Fix Central heruntergeladen und auf dem Server aixnim im Verzeichnis /export/hmc abgespeichert wurde. Das Verzeichnis /export/hmc muss auf dem Server aixnim für NFSv4 freigegeben sein und die NFS-Dienste müssen auf dem Server aktiv sein.

Der iFix kann dann mit dem nachfolgenden Kommando auf der HMC hmc01 installiert werden:

$ hmc updhmc hmc01 nfs://aixnim//export/hmc/MF70632_ppc.iso
INFO: using nfs://aixnim//export//hmc/MF70632_ppc.iso
Corrective service file offload from remote server in progress...
The corrective service file offload was successful. Continuing with HMC service installation...
Verifying Certificate Information
Authenticating Install Packages
Installing Packages...warning: /dump/hsc_install.images/images/install.d/java/ibm-java-sdk-17.0.5.0-ppc64le.rpm: Header V3 RSA/SHA256 Signature, key ID 9bce9629: NOKEY
Installing Packages...
The corrective service file was successfully applied. A mandatory reboot is required but was not specified on the command syntax.
Shared connection to 172.168.99.18 closed.
ERROR: remote HMC command returned an error (2)
$

Hinweis: Falls der Hostname (hier aixnim) auf der HMC nicht aufgelöst werden kann, muss anstelle des Hostnamen die IP-Adresse verwendet werden.

Ist NFS vom Server aixnim die bevorzugte Methode für die Installation von iFixes und Updates, dann sollte man das in CorrectiveServiceLocation in einer der beiden Dateien /opt/pwrcmps/etc/lpar.cfg oder ~/.lpar.cfg hinterlegen:

...
CorrectiveServiceLocation nfs://aixnim//export/hmc
...

Hinweis: Wir empfehlen die Verwendung von NFS bei HMC Updates.

Nachdem CorrectiveServiceLocation wie gezeigt abgeändert wurde, kann ein Update einfach durch Angabe des ISO-Dateinamens erfolgen:

$ hmc updhmc hmc01 MF70632_ppc.iso
INFO: using nfs://aixnim//export/hmc/MF70632_ppc.iso
Corrective service file offload from remote server in progress...
The corrective service file offload was successful. Continuing with HMC service installation...
Verifying Certificate Information
Authenticating Install Packages
Installing Packages...warning: /dump/hsc_install.images/images/install.d/java/ibm-java-sdk-17.0.5.0-ppc64le.rpm: Header V3 RSA/SHA256 Signature, key ID 9bce9629: NOKEY
Installing Packages...
The corrective service file was successfully applied. A mandatory reboot is required but was not specified on the command syntax.
Shared connection to 172.168.99.18 closed.
ERROR: remote HMC command returned an error (2)
$

Hinweis: Natürlich muss die ISO-Datei vorher in das richtige Verzeichnis auf dem Server aixnim kopiert worden sein.