How do I find the maintenance level of my AIX operating system? (NETIQKB54654)

  • 7754654
  • 02-Feb-2007
  • 17-Oct-2007

Resolution

goal
How do I find the maintenance level of my AIX operating system?

goal
What query can I use to find fixes installed on my AIX computer?

goal
How do I see the AIX maintenance level?

fact
AppManger 6.0

fact
AppManger 6.0.x

fact
AppManger for Unix 6.5

fact
IBM AIX

fix

You can determine the AIX level by issuing the instfix -i AIX command to query the system for a list of installed fixes. To reduce the output, pipe the output to grep to display only the results that include the string, AIX_ML. The output displays a list of AIX maintenance levels that have been applied to your system.

AIX command:

instfix -i | grep AIX_ML

Sample output:


# instfix -i | grep AIX_ML
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.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.
All filesets for 4320-02_AIX_ML were found.
All filesets for 4330-03_AIX_ML were found.
All filesets for 4330-04_AIX_ML were found.
All filesets for 4330-05_AIX_ML were found.
All filesets for 4330-01_AIX_ML were found.
All filesets for 4330-06_AIX_ML were found.
Not all filesets for 4330-07_AIX_ML were found.
All filesets for 4330-08_AIX_ML were found.



Additional Information

Formerly known as NETIQKB54654