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

How to reset SSH port back to default port 22?

In some situations most of us may come across a problem that we are able to log into the WHM but...

How to setup the root login alert notification email?

Its very important to keep a check on your servers and who logs into the server, From security...

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 mod_pagespeed on WHM?

'mod_pagespeed' is module of Apache which is nothing but plugin which is used for compressing the...

How to enable Hot Link Protection in cPanel?

To avoid other sites to use your website's bandwidth, you can enable the hot link protection....

Powered by WHMCompleteSolution