My server starts many, many Plesk backup processes, but only a few are configured in Plesk. Why?

Article ID: 5563 
Last Review: Oct,6 2008
Author: Bezborodova Anastasiya
Last updated by: system APPLIES TO:
  • Plesk 8.x for Linux/Unix

Symptoms

There is a number of agent_runner processes that are started by Plesk Backup Manager.

root      7425  0.0  0.0  10700  5392 ?        SN   Aug18   0:00 /usr/bin/python2.4 /opt/psa/admin/sbin/agent_runner /var/lib/psa/dumps/tmp/2008-08-18-16.39.02.209039
root      7427  0.0  0.0  10700  5392 ?        SN   Aug18   0:00 /usr/bin/python2.4 /opt/psa/admin/sbin/agent_runner /var/lib/psa/dumps/tmp/2008-08-18-16.39.02.463805
root     18386  0.0  0.0  10700  5392 ?        SN   Aug18   0:00 /usr/bin/python2.4 /opt/psa/admin/sbin/agent_runner /var/lib/psa/dumps/tmp/2008-08-18-16.54.02.553371
root     18388  0.0  0.0  10700  5392 ?        SN   Aug18   0:00 /usr/bin/python2.4 /opt/psa/admin/sbin/agent_runner /var/lib/psa/dumps/tmp/2008-08-18-16.54.02.563887
root     28609  0.0  0.0  10700  5392 ?        SN   Aug18   0:00 /usr/bin/python2.4 /opt/psa/admin/sbin/agent_runner /var/lib/psa/dumps/tmp/2008-08-18-17.09.02.000369
root     28611  0.0  0.0  10700  5392 ?        SN   Aug18   0:00 /usr/bin/python2.4 /opt/psa/admin/sbin/agent_runner /var/lib/psa/dumps/tmp/2008-08-18-17.09.02.015275
root      7520  0.0  0.0  10700  5392 ?        SN   Aug18   0:00 /usr/bin/python2.4 /opt/psa/admin/sbin/agent_runner /var/lib/psa/dumps/tmp/2008-08-18-17.24.02.117099


The following error is generated when try backuping a domain through Plesk -> Domains -> DOMAIN.TLD -> Back up -> Backup Now:

Error: Unable to create backup session: Specified file is not accessible

Cause

Temporary backup directory /var/lib/psa/dumps/tmp has incorrect owner.

Resolution

The directory must be owned by psaadm:psaadm

~# ls -ld /var/lib/psa/dumps/tmp
drwx------ 2212 psaadm psaadm 80896 Aug 21 12:54 /var/lib/psa/dumps/tmp
~#

Change owner of the directory to resolve the problem.

~# chown psaadm:psaadm /var/lib/psa/dumps/tmp

Keywords: backup; psaadm; multiple agent_runner;


Subscription for this article changesSubscription for this article changes

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields