Under Construction

Schritt 9: (Optional) Update auf einen neueren Service-Pack

In der Regel sind die Installations-Images von IBM nicht auf dem Stand des letzten Service-Packs. Typischerweise haben diese den Base Service-Pack SP00. Daher sollte unbedingt nach dem Upgrade auf eine höhere AIX-Version ein Update auf einen aktuellen Service-Pack erfolgen. Wir verwenden nachfolgend AIX 7200-05-04-2220.

Auf unserem NIM-Server aixnim ist diese Version unter /export/nim/lpps/aix720504lpp abgelegt und per NFS exportiert. Wir mounten daher dieses Verzeichnis auf unserem AIX-Client-System:

aix05 # mount aixnim:/export/nim/lpps/aix720504lpp /mnt
aix05 #

Anschließend führen wir einen Update auf die Version 7200-05-04 mit dem Kommando install_all_updates durch:

aix05 # install_all_updates -Y -d /mnt
install_all_updates: Initializing system parameters.
install_all_updates: Log file is /var/adm/ras/install_all_updates.log
install_all_updates: Checking for updated install utilities on media.
install_all_updates: Updating install utilities to latest level on media.
+-----------------------------------------------------------------------------+
                    Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...

installp:  * * *  A T T E N T I O N ! ! !
        Software changes processed during this session require this system
        and any of its diskless/dataless clients to be rebooted in order
        for the changes to be made effective.
 
    * * *  A T T E N T I O N  * * *
    System boot image has been updated. You must reboot the system
    after install_all_updates completes to properly integrate the updates.
 
install_all_updates: Checking for recommended maintenance level 7200-05.
install_all_updates: Executing /usr/bin/oslevel -rf, Result = 7200-05
install_all_updates: Verification completed.
install_all_updates: Log file is /var/adm/ras/install_all_updates.log
install_all_updates: Result = SUCCESS
aix05 #

Die AIX-Version ist jetzt 7200-05-04!

aix05 # oslevel -s
7200-05-04-2220
aix05 #

Das NFS-Dateisystem mit dem AIX Update hängen wir wieder aus:

aix05 # umount /mnt
aix05 #