Resolve HP Data Protector backup errors
Issue
Backup errors in HP Data Protector may affect your Linux and Windows endpoints.
Solution
In the following cases, you can find information about solutions appropriate to the OS of your endpoint.
Windows endpoints
To find out the processes that you need to exclude from On-Access scanning, contact your HP Data Protector vendor.
Linux endpoints running DazukoFS
To provide access to the filesystem, DazukoFS mounts the /home
directory. HP Data Protector reads the /home
directory as part of another filesystem. Consequently, you receive the following error: Object does not reside in current filesystem
.
To resolve this error, you need to edit your policy and remove the /home directory from On-Access scanning.
To remove /home directory from On-Access scanning:
Go to Policies.
Find the policy assigned to the endpoint in questions and click its name.
Go to Antimalware > Settings > On-Access.
Click Settings and go to the Advanced
Find
/home
directory and click Delete.Click Save to apply changes.
Run the following command in a terminal to view the status of all mounted filesystems:
cat /proc/mounts
Make sure that the following line is not present in the output:
/home /home dazukofs rw,relatime 0 0