FAILED [data timeout]
This article is for Amanda Enterprise (AE) Issue Symptoms: FAILURE SUMMARY section of the backup report either sent as an...
The Monitor page shows restore status as “In Progress” even though the restore is either completed or failed.
This article is for Zmanda EBR versions 4.1, 4.2, and 5.1.
If the restore job is running for a long time without completing or restoring any data to the destination, there is a possibility that the job might be stuck.
In such cases, the Monitor page will display the job status as “In-Progress” and aborting the job from the Monitor page will fail.
It is possible to verify if the job is actually running from the backend by using the command:
# ps -ef | grep amfetchdump | grep <backupset>
If you don’t see any active process, it means that the job is either completed or failed, and the status is not synced correctly with the ZMC database.
Clearing the restore job involves updating the corresponding database tables:
# /opt/zmanda/amanda/bin/mysql ZMC
SELECT restore_run_id, datetime, state, receiving FROM restore_restorerunreport WHERE state="In-Progress";
UPDATE restore_restorerunreport SET receiving="Completed", state="Success" WHERE restore_run_id = <restore_run_id>;
/etc/amanda/<backupset>
Contact us for a free 30-minute consultation and learn how our fully managed solution can protect your business and streamline your operations. Get started with Zmanda Pro today!
Book a meeting