Just went through this myself. I added an export line into the dnf_toolbox.sh script before running to include my proxy. We use BigFix to push this script out and it works nicely.
Original Message:
Sent: Wed December 13, 2023 02:45 AM
From: Alexander Reichle-Schmehl
Subject: DNF installation
Hi!
That looks like it fails an earlier state protocol wise, before even reaching firewalls.
Two question: Do you know if this machine is connected directly to the internet? Then it seems you name resolution has a problem. Probably you just have to add some nameservers?
Or if your machine is not directly connected, but via proxy: You'll have to set the HTTPS_PROXY="http://yourproxy:yourport/" variable. Otherwise the script will try to download directly.
Best regards,
Alexander
------------------------------
Alexander Reichle-Schmehl
Original Message:
Sent: Wed December 13, 2023 12:42 AM
From: Ivan Lemuel Salvador
Subject: DNF installation
HI,
This was the result once i tried connecting thru telnet:
telnet: Unknown host public.dhe.ibm.com
------------------------------
Ivan Lemuel Salvador
Original Message:
Sent: Tue December 12, 2023 05:39 PM
From: Rubi Carrillo
Subject: DNF installation
Hi Ivan,
It looks like a firewall issue. I ran into the same problem and had to submit a firewall request to my network team to open that port from my server to the ibm site. Once that got done, I was good to go.
You can try to telnet to see if you can connect.
# telnet public.dhe.ibm.com 443
Trying...
Connected to public.southdata.ibm.com.
Escape character is '^]'.
^CConnection closed.
Good luck,
Rubi
------------------------------
Rubi Carrillo
Original Message:
Sent: Mon December 11, 2023 10:40 PM
From: Ivan Lemuel Salvador
Subject: DNF installation
Hi,
I am trying to install dnf toolbox in one of our lpars. I am getting an error that states:
lwp-download: 500 Can't connect to public.dhe.ibm.com:443
Failed to download dnf_bundle_aix_71_72.tar
Any idea how to fix this?
Thanks
------------------------------
Ivan Lemuel Salvador
------------------------------