AIX

 View Only
  • 1.  java download for AIX

    IBM Champion
    Posted Wed January 27, 2021 12:07 PM

    I need to download and install a newer version of the java SDK for AIX in order to troubleshoot an Oracle issue.  I also need to install the new java in a specific directory.

     

    Are the InstallAnywhere binaries for java no longer offered for AIX?  This makes installing to a specific directory easy.

     

    I have found the installp java downloads for AIX but when I try to install it, it complains about not having the base fileset.  I don't think I'll be able to find the base fileset.  Anyone face a similar challenge?  This is the document that I'm using:  https://www.ibm.com/support/knowledgecenter/en/SSYKE2_7.0.0/com.ibm.java.aix.70.doc/user/aix_relocation.html

     

    The command I'm using:  installp_r -a -Y -R /usr/java/ -d '.' Java71_64.sdk

     

    The output:

     

    # installp_r -a -Y -R /usr/java/ -d '.' Java71_64.sdk

    installp: executing "/usr/sbin/mkusil -IR /usr/java" to create new USIL instance

    mkusil: Return Status = SUCCESS

    +-----------------------------------------------------------------------------+

                        Pre-installation Verification...

    +-----------------------------------------------------------------------------+

    Verifying selections...done

    Verifying requisites...done

    Results...

     

    FAILURES

    --------

      Filesets listed in this section failed pre-installation verification

      and will not be installed.

     

      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.

     

        Java71_64.sdk 7.1.0.445 (R)               # Java SDK 64-bit Development ...

     

      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.

     

        Java71_64.jre 7.1.0.0 (R)                 # Base Level Fileset

     

      << End of Failure Section >>

     

    +-----------------------------------------------------------------------------+

                       BUILDDATE Verification ...

    +-----------------------------------------------------------------------------+

    Verifying build dates...done

    FILESET STATISTICS

    ------------------

        1  Selected to be installed, of which:

            1  FAILED pre-installation verification

      ----

        0  Total to be installed

     

     

    Pre-installation Failure/Warning Summary

    ----------------------------------------

    Name                      Level           Pre-installation Failure/Warning

    -------------------------------------------------------------------------------

    Java71_64.sdk (R)         7.1.0.445       Requisite failure

     

    Norman Owens, RHCSA

    Sr. AIX Administrator / Open Systems Architect – Global IS
    Mohawk Industries

    CertPowerSystems_color

    mohawk

     



  • 2.  RE: java download for AIX

    IBM Champion
    Posted Thu January 28, 2021 12:20 AM
    Hi Norman,

    The page you referred to, is outdated.
    Pls try this page: 
    IBM Java for AIX Reference: Service Information and Download Guide
    Ibm remove preview
    IBM Java for AIX Reference: Service Information and Download Guide
    IBM Java for AIX Reference: Service Information and Download Guide
    View this on Ibm >


    as a guidance and also for downloads.

    Hope this helps,

    Br,
    tommi

    ------------------------------
    Tommi Sihvo, Lead Service Architect
    TietoEVRY, Compute Services
    email tommi.sihvo@tieto.com mobile +358 (0)40 5180 Finland
    ------------------------------



  • 3.  RE: java download for AIX

    Posted Thu January 28, 2021 01:54 AM
    On this website, the BASE/GA packages below "FIRST" have to be installed first (smitty install_all), then the upgrade to the mentioned 7.1.0.455 update can be done (smitty update_all)

    ------------------------------
    Achim Haag
    ------------------------------



  • 4.  RE: java download for AIX

    Posted Thu January 28, 2021 07:39 PM


  • 5.  RE: java download for AIX

    IBM Champion
    Posted Thu January 28, 2021 07:44 PM
    I found the .bin InstallAnywhere files that I was looking for.  It was buried on one of the IBM Java download pages.

    Thanks to everyone that commented.