How to fix plesk restart failure

How to fix plesk restart failure

Plesk restart failure: Failed to list unit files: Connection timed out error

Below is given an image of plesk opening failure.

One of the error messages is given below.

    WARNING!
    Some problems are found during start service httpd(see log file: /var/log/plesk/rc_actions.log)

    Continue...

    /usr/local/psa/admin/sbin/pleskrc execution failed:
    Failed to list unit files: Connection timed out

CAUSES

    This is caused when services fail to start because of high CPU usage by systemd

RESOLUTION

   1. Connect to the server via SSH.

   2. Create a directory:

       # mkdir /root/example

   3. Move session files from /run/systemd/system:

       # mv /run/systemd/system/session-.scope /root/example/

   4. Restart services from the error message:

      # service sw-engine restart
      # service drwebd restart

   5. Restart the upgrade.



    • Related Articles

    • Important Plesk CLI Commands

      Important Plesk Linux CLI Commands If Plesk throws an error, these logs will help. /usr/local/psa/var/log /opt/psa/admin/logs /var/log/sw-cp-server/error_log /usr/local/psa/admin/logs/panel.log /usr/local/psa/admin/logs/httpsd_access_log ...
    • Plesk services logs and configuration files

      Plesk services logs and configuration files Plesk Logs Error log: /var/log/sw-cp-server/error_log Access log: /var/log/plesk/httpsd_access_log Panel log: /var/log/plesk/panel.log Configuration PHP config on RHEL-based: ...
    • Backup and restore MySQL database with Plesk

      Backup and restore MySQL database with Plesk Description: In Plesk, database dumps are created in the SQL format and saved as ZIP archives. If you need to create a dump in another format or to set custom settings for a dump, use the native ...
    • Block brute force attack from Plesk firewall

      Block brute force attack from Plesk firewall Issue: SMTP service has been receiving unauthorised brute force requests on the server Update 1: Below logs have been found from the maillog on the server May 15 12:13:44 host plesk_saslauthd[11425]: No ...
    • How to Restart VPS and Dedicated Server and Services from Plesk

      How to Restart VPS and Dedicated Server and Services from Plesk Step 1: Follow the steps to restart server from plesk 1. Visit the URL http://<your_domain>:8880 or https://<your_domain>:8443 (For SSL) and login as admin. 2. Go to Tools & Settings, ...