Skip to main content

yum-updates and high server load issue

Comments

1 comment

  • cPanelMichael
    Hello :) Check for any hanging YUM and RPM processes via: ps aux|grep rpm ps aux|grep yum
    Kill any of these processes that are no longer active, and then rebuild the RPM database via: mkdir /root/old_rpm_dbs/ mv /var/lib/rpm/__db* /root/old_rpm_dbs/ rpm --rebuilddb
    Then, run "yum update" to see if it completes successfully. Thank you.
    0

Please sign in to leave a comment.