AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  Install YUM

    Posted Fri February 19, 2021 06:55 AM

    Hi I am trying to install yum on my AIX test server. I have already executed the yum.sh script but the only output im getting is "attempting to download rpm.rte and yum_bundle. Can you help me configure the public.dhe.ibm.com ftp site on my aix box? it seems like I need to add it on the hosts file but I dont have the IP address for of the FTP server.



    #AIX
    #Support
    #SupportMigration


  • 2.  RE: Install YUM

    Posted Fri February 19, 2021 08:13 AM

    Hello,

    You can just resolve this public FTP address on any internet-connected device, like your laptop or a phone:

    ╰> host public.dhe.ibm.com

    public.dhe.ibm.com is an alias for dispby-112.boulder.ibm.com.

    dispby-112.boulder.ibm.com has address 9.17.248.112

    If your AIX box does not have internet access, this IP won't help you.

    One way could be to configure connection over a proxy, if one is available in your environment.

    You don't necessarily need to get your AIX box hooked up to the Internet - you can download the required files locally and install them. I suggest to have a look at a cool guide written by Mr. Nmon: https://www.ibm.com/support/pages/aix-and-yum-get-those-open-source-apps-aix-easy-way

    Considering the doc was written 1.5 years ago, it refers to versions actual at the time. Today you would go for yum_bundle_v6.tar, and version 4.15.1.2 of rpm.rte - https://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/INSTALLP/ppc/rpm.rte.4.15.1.2)

    Once you get this installed, you can setup a local yum repository replica. An easy way to do it would be to sync repo to a local NFS server, and configure your AIX endpoints' yum.conf to point to this NFS location (preferably automounted). This way you gain performance (no need for each individual AIX to go through your internet connection for packages) and security (no need to expose your AIX).

    Cheers



    #AIX
    #Support
    #SupportMigration


  • 3.  RE: Install YUM

    Posted Fri February 19, 2021 05:07 PM

    Use the following steps to install YUM and Open Source RPM's to your IBM i without requiring FTP or HTTPS to be open.

    Steps

    Refer to the following link to our IBM i Open Source community website for complete steps: https://bitbucket.org/ibmi/opensource/src/20192a55b76d99a839815f61100e427ac75cdd11/docs/yum/#markdown-header-offline-install-instructions-without-acs



    #AIX
    #Support
    #SupportMigration


  • 4.  RE: Install YUM

    Posted Wed November 10, 2021 09:44 AM

    Hello

    If your OS is AIX 7.2 TL4 SP2, then i can provide you my yum_bundle file.

    savi



    #AIX
    #Support
    #SupportMigration