Kbase P59130: How to determine what Maintenance Levels are installed on an
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/03/2004 |
|
Status: Verified
GOAL:
How to determine what Maintenance Level's have been install on an AIX system?
FACT(s) (Environment):
IBM AIX
FIX:
To determine the Maintenance Level applied to an AIX system use the 'instfix -i' AIX command to query the system. The 'instfix -i' command lists the AIX system fixes that have been installed on the system.
Example: instfix -i | grep AIX_ML
Sample Output:
All filesets for 4.3.1.0_AIX_ML were found.
All filesets for 4.3.2.0_AIX_ML were found.
All filesets for AIX43ML were found.
All filesets for 4.3.1.0_AIX_ML were found.
All filesets for 4.3.2.0_AIX_ML were found.
All filesets for 4.3.3.0_AIX_ML were found.
All filesets for 4330-02_AIX_ML were found.
Not all filesets for 4320-02_AIX_ML were found.
Not all filesets for 4330-03_AIX_ML were found.
Not all filesets for 4330-04_AIX_ML were found.
Not all filesets for 4330-05_AIX_ML were found.
All filesets for 4330-01_AIX_ML were found.
Not all filesets for 4330-06_AIX_ML were found.
To find out the version of AIX and OS patch level that is running on system use the 'lslpp' command:
Example: lslpp -l | grep bos.mp
Sample Output:
bos.mp 4.3.3.51 COMMITTED Base Operating System
bos.mp 4.3.3.0 COMMITTED Base Operating System