While installing patch CSP-99024 on the VMware Identity Manager node, the process appears to hang during the "updating RPM" step, preventing successful patch deployment.
CSP-99024: Patch instructions to upgrade Photon-OS Libraries
VMware Identity Manager 3.3.X
The RPM update process is stalled due to a lock on the RPM database, resulting from a previously interrupted or forcefully terminated patch installation attempt.
To resolve this issue, remove the lock on the RPM database by following these steps:
cd /var/lib/rpm
"__db.001"
ls -ltrh __db.00*
rm -f __db.00*
rpm --rebuilddb
After following the above procedure, the patch installation should now complete successfully without any further issues.