Symptoms:
You may experience one or more of the below symptoms.
Aria Operations for Logs 8.x
vRealize Log Insight 8.x
This issue is cause by corruption in the rpm
database.
To resolve the issue, rebuild the rpm database.
ls -ltha /var/lib/rpm
mkdir /var/lib/rpm/backup
cp -a /var/lib/rpm/__db* /var/lib/rpm/backup/
rm -f /var/lib/rpm/__db.[0-9][0-9]*
rpm --quiet -qa
Note: If this command hangs, cancel out of it with CTRL+C and continue on to the next step.
rpm --rebuilddb
Note: If this command returns Error: could not delete old database, this is benign and you may proceed to the next step
yum clean all
Now that the rpm database has been rebuilt, attempt the Aria Operations for Logs (Formerly vRealize Log Insight) upgrade again.