AIX (Advanced Interactive eXecutive) is a series of proprietary Unix operating systems developed and sold by IBM.
Performance Optimization With Enhanced RISC (POWER) version 7 enables a unique performance advantage for AIX OS.
POWER7 features new capabilities using multiple cores and multiple CPU threads, creating a pool of virtual CPUs.
AIX 7 includes a new built-in clustering capability called Cluster Aware
AIX POWER7 systems include the Active Memory Expansion feature.

Saturday, September 3, 2011

How to upgrade AIX TL level


AIX TL / Maintenance Level update

1) Find out your current OS level
oslevel -s
oslevel -r

2) Download the latest technology or maintenance level from AIX fix central

Click on

IBM Support: Fix Central

Select the product group ==> SYSTEM P
Select the the product ==> AIX
Select the version ==> 6.1
Select the fix type ==> FIX PACKS

Click on Continue:

Select 6100-05-01-1016 with Service Pack

To be on the safe side, select
Yes, include Technology Level 6100-05 with the Service Pack and click on Continue

Download will start..... Once you download the filesets copy it in any directory (usually more than 2GB ) if you downloaded the files on your Windows/MAC PC ftp it to AIX in binary mode

3) Put the files in any directory let us say: /tmp/AIX_TL04
run the following commands

# pwd
# /tmp/AIX_TL04
# inutoc .
# smitty update_all
> select the directory .

Make commit ==> YES if you don't want to keep the old version but if you want to keep the old one and want to go back to it SELECT NO for commit

Accept License==> YES

Press Enter

takes usually more than 1 hour.

4) a Reboot of the system is required
5) verify the upgrade
oslevel -s
oslevel -r

6) After installation ( optional )

You may wish to retain this package for future use. When you install additional operating system software you will want to use this package to bring the additional software up to this level.

You can create a list of the APARs closed in this package, which you can then view (and search) in an ASCII editor, such as vi or emacs. First, create the .toc file for the package by using the inutoc command described above. Then, run the following command to extract the APAR listings from the .toc file:

grep ^I .toc > apar.list

Run the following command to eliminate duplicate entries from the apar.list file:

sort -u apar.list -o sorted.apars



No comments: