• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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