• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Server crashing due to the processing being 100%

C

CesarV

Guest
After I did the upgrade of Plesk 9.2.3 to 9.3.0, crashes began to occur due to load being 100%. Again I did an upgrade to version 9.5.1 to solve this problem. Then he began to not work to send e-mail. I removed all rpm installation of Plesk 9.5.1 and did a fresh install. The server was running 19 days with no problems but this morning the charge was 100%, then I reboot the server.

I use CentOS 5.4 32 bits.

Is there any process that runs daily in Plesk which can be causing this problem?

Thanks.
 
All daily Plesk cron tasks are here:

# cat /etc/cron.daily/50plesk-daily
#!/bin/sh

# install_statistics
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php >/dev/null 2>&1

# install_mysqldump
/usr/local/psa/bin/mysqldump.sh >/dev/null 2>&1

# install_autoreport daily
/usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto daily >/dev/null 2>&1

Here is time of these processes:

# cat /etc/crontab | grep daily
25 2 * * * root run-parts /etc/cron.daily
 
Back
Top