Thanks Sangamesh.
After doing some research, I was able to fix the problem yesterday.
Your steps point to the same resolution.
The issue started after I migrated from AIX 7.1 to 7.2 and the dnf.conf (/opt/freeware/etc/dnf/dnf.conf) file was still pointing to AIX 7.1 repository.
[AIX_Toolbox_71]
name=AIX 7.1 specific repository
baseurl=https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.1/
enabled=1
gpgcheck=0
I updated this file and replaced the 7.1 entries to 7.2
[AIX_Toolbox_72]
name=AIX 7.2 specific repository
baseurl=https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.2/
enabled=1
gpgcheck=0
And after that, the dnf update command worked.
Thanks again for your response.
------------------------------
Shashank Poray
------------------------------
Original Message:
Sent: Thu February 22, 2024 08:47 AM
From: SANGAMESH MALLAYYA
Subject: dnf update is failing
Hi Shashank,
First try running the "udtvpkg" command
and then check you DNF repository entries that it has AIX 7.2 specific repository not the AIX 7.3 entry.
------------------------------
SANGAMESH
------------------------------