FATAL: Failed to download updatenow.static from server: The system cannot update the /var/cpanel/sysinfo.config file. at /usr/local/cpanel/Cpanel/GenSysInfo.pm line 115 : upcp failed

You may come across the message "***** FATAL: Failed to download updatenow.static from server: The system cannot update the /var/cpanel/sysinfo.config file. at /usr/local/cpanel/Cpanel/GenSysInfo.pm line 115.while running upcp script on the cPanel server
 
First of all, lets get the reason cleared for this failure. Basically, it's due to RPM corrupt databases

1. Make a Directory under root to store the old RPM databases - 
    mkdir /root/old_rpm_dbs/
2. Now move the original RPMs to the newly created folder - 
    mv /var/lib/rpm/__db* /root/old_rpm_dbs/
3. The final step is to rebuilt the RPM databases which can be done using following commands - 
    rpm --rebuilddb

That's it!

Re-run the cPanel update script as below and you will notice that the earlier error is fixed -
/scripts/upcp --force

The cPanel update should proceed without any errors.
  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operator

I was getting below error while installing Softaculous on the cpanel server -. requires the...

How to enable Open SSL on WHM?

Before enabling open SSL, you can check whether it is already enabled on your server. Please fire...

How to install composer on cPanel server- Locally - inside the user's directory?

Composer is as tool which is used to manage the dependencies between the PHP softwares and...

How to Install or Uninstall EasyApache 4 on cPanel server?

EasyApache Software is included within your cPanel and WHM license which is very easy and useful...

Access Denied. Unable to establish a PHP session.

I was getting below error while accessing phpMyAdmin - Access Denied Unable to establish a PHP...

Powered by WHMCompleteSolution