Under Construction

Update über physikalisches DVD Laufwerk

Wir nehmen an der iFix MF70632 wurde über Fix Central heruntergeladen und auf eine DVD gebrannt. Dieser Fall wird in der Praxis vermutlich nie durchgeführt werden, da er im Vergleich mit allen anderen Möglichkeiten den größten Aufwand verursacht.

Die DVD mit dem iFix sollte in das physikalische DVD Laufwerk eingelegt werden. Der iFix kann dann mit dem nachfolgenden Kommando auf HMC hmc01 installiert werden:

$ hmc updhmc hmc01 dvd
INFO: using dvd
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)
$

Noch kürzer geht es, wenn man die DVD in CorrectiveServiceLocation hinterlegt (/opt/pwrcmps/etc/lpar.cfg oder ~/.lpar.cfg):

...
CorrectiveServiceLocation dvd
...

Mit dieser Konfiguration kann man auf eine Angabe ganz verzichten:

$ hmc updhmc hmc01
INFO: using dvd
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)
$