Preventive Service Planning
Abstract
Service Packs contain important fixes delivered between Technology Levels. Service Pack 7200-05-07-2346 is based on Technology Level 7200-05.
Content
How to Obtain AIX Service Pack 7200-05-07-2346
It can also be downloaded through the Service Update Management Assistant (SUMA).
For systems already running Technology Level 7200-05, the following SUMA command downloads the Service Pack images to the current directory.
# suma -x -a RqType=SP -a RqName=7200-05-07-2346 -a FilterML=7200-05 -a DLTarget=$PWD
For AIX 7.2 systems running earlier Technology Levels, the following SUMA command downloads both the Service Pack images and the Technology Level 7200-05 images to the current directory.
# suma -x -a RqType=SP -a RqName=7200-05-07-2346 -a FilterML=7200-00 -a DLTarget=$PWD
Installation Tips
- Review the AIX 7.2 Installation Tips before installation.
- Create a system backup before installation. For more information, see the mksysb command documentation.
- You must have root authority to perform the installation.
Installation
# smit update_all
To verify that Service Pack 7200-05-07-2346 is installed, use the oslevel command.
# oslevel -s
7200-05-07-2346
Related Information
Was this topic helpful?
Document Information
Modified date:
10 November 2023
UID
ibm17065809