AIX 6.1 TL8 update : bos.aso doesn't install.

Hello.

An update of TL from TL7 to TL8 is ending with errors :

Requisite Failures
  ------------------
  SELECTED FILESETS:  The following is a list of filesets that you asked to
  install.  They cannot be installed until all of their requisite filesets
  are also installed.  See subsequent lists for details of requisites.

    X11.base.lib 6.1.8.0                      # AIXwindows Runtime Libraries
    X11.compat.lib.X11R6 6.1.8.0              # AIXwindows X11R6 Compatibili...
    bos.64bit 6.1.8.0                         # Base Operating System 64 bit...
    bos.acct 6.1.8.0                          # Accounting Services
    bos.adt.base 6.1.8.0                      # Base Application Development...
    bos.adt.debug 6.1.8.0                     # Base Application Development...
    bos.adt.include 6.1.8.1                   # Base Application Development...
    bos.adt.prof 6.1.8.0                      # Base Profiling Support
    bos.adt.syscalls 6.1.8.0                  # System Calls Application Dev...
    bos.aixpert.cmds 6.1.8.1                  # AIX Security Hardening
    bos.diag.com 6.1.8.0                      # Common Hardware Diagnostics
    bos.diag.rte 6.1.8.1                      # Hardware Diagnostics
[...]
    devices.vdevice.hvterm1.rte 6.1.8.0       # Virtual Terminal Devices
    mcr.rte 6.1.8.0                           # Metacluster Checkpoint and R...
    perfagent.tools 6.1.8.0                   # Local Performance Analysis &...

  MISSING REQUISITES:  The following filesets are required by one or more
  of the selected filesets listed above.  They are not currently installed
  and could not be found on the installation media.

    bos.aso 6.1.0.0                           # Base Level Fileset

  AVAILABLE REQUISITES:  You specified that requisite software should be
  automatically installed.  Additional filesets (1) would have been
  installed automatically had the selected filesets passed all requisite
  checks.  

bos.aso 6.1..0.0 doesn't exists (IBM Fileset information for: bos.aso - United States)
I tried to manually install bos.aso 6.1.8.0 and 6.1.8.1 but it says this :

SELECTED FILESETS:  The following is a list of filesets that you asked to
  install.  They cannot be installed until all of their requisite filesets
  are also installed.  See subsequent lists for details of requisites.

    bos.aso 6.1.8.0                           # Active System Optimizer

  MISSING REQUISITES:  The following filesets are required by one or more
  of the selected filesets listed above.  They are not currently installed
  and could not be found on the installation media.

    bos.mp64 6.1.8.0                          # Base Level Fileset
    bos.net.tcp.client 6.1.8.0                # Base Level Fileset
    bos.perf.tune 6.1.8.0                     # Base Level Fileset

I tried to manually install bos.mp64 6.1.8.0, but it also require bos.aso 6.1.0.0.

I'm stuck ... Could you help ?

Thx

The reason is in the output with quite a detailed explanation:

MISSING REQUISITES:
...
bos.aso 6.1.0.0                           # Base Level Fileset

The updates for this fileset can't be applied since the base level fileset is not installed.
Either leave them away or get a base level fileset for it. If you need it, look on your installation media for AIX.

No base level fileset = no updates.

If you don't need ASO and just want to get pass the errors, try a installp -C for a clean up.

To check if your patches have been applied succesfully, you can issue

$ instfix -i | grep ML
    All filesets for 6.1.0.0_AIX_ML were found.
    All filesets for 6100-00_AIX_ML were found.
    All filesets for 6100-01_AIX_ML were found.
    All filesets for 6100-02_AIX_ML were found.
    All filesets for 6100-03_AIX_ML were found.
    All filesets for 6100-04_AIX_ML were found.
    All filesets for 6100-05_AIX_ML were found.
    All filesets for 6100-06_AIX_ML were found.
    All filesets for 6100-07_AIX_ML were found.
    All filesets for 6100-08_AIX_ML were found.

as I said, bos.aso is a "new" fileset/functionality for Power7, automatically installed ant it's a requisite for others.

In this link : IBM Fileset information for: bos.aso - United States , you'll see that it doesn't exist before 6.1 TL8.

It's not already installed.

You did not write that - that's new info; check your 1st post.

Anyway, check your update media or whatever you have downloaded if there is a fileset bos.aso 6.1.8.0. Also try to check the link you posted, if you can download bos.aso 6.1.8.0 from there.
If you find it, try to install it 1st before you go for the update.

That it is not installed says the error message in your 1st post already...

Yes, I said it :wink: :

I resolve my issue through a strange way :
I had 2 times the same fileset 6.1.8.0.

  • I tried to install from the SP2 & requisite I downloaded (bos.aso.6.1.8.0.I) : it doesn't works.
  • I downloaded TL8 (SP0) then I install the same fileset from this download : it works ...

Thx for your help.