Accelerator Backups failed with status code 14 and 84
Hello,
We are running Netbackup server 7.6.0.2 on windows server 2008 sp1 r2.
In our evironment we have some server in a remote location that everyday we backup those servers to an msdp disk on 1 media server.
In this backup we use the accelerator and client dedup funcions.
One of those servers stop to backup suddenly only his disk D and this is the error that we got from the Job detailed:
A portion of data to be included from a previous backup (backupid = tserver_1406308898, offset = 588519424, length = 131072) has incorrect checksum (calculated checksum from backup image 693fd7af250d68385d3ef2e17f1baccb94610cdc, expected checksum e53dc59ba54b0902328a21a4a32f4a80df006064)
8/6/2014 3:52:37 PM - Critical bptm(pid=10384) image write failed: error -1: plugin error
Thank you for help.
Hi, Sisso,
Following is the accelerator work flow:
o) After the 1st accelerator backup, the 1st backup image is stored on MSDP, and program generate a tracklog on client machine.
o) For the 2nd accelerator backup, it uses some change detection technology to decide a file is changed or not:
i) if a file is un-changed, the 2nd image includes that file from the 1st image.
i) if a file is changed, program compares the file with tracklog:
ii) the file's changed part is transfered from client to server
ii) the file's un-changed part is included from the 1st image.For Accelerator forced rescan, it assumes all files are changed, and compares the files with tracklog. If a file (or part of a file) is consistent with tracklog, the un-changed part will be included from the 1st image.
Before any including, program checks the checksum consistence between client file and image on storage.
If forced rescan can not resolve the issue, it may caused by 2 reasons:
o) the 1st backup image is corrupted.
Solution:
i) remove the previous tracklog on client machine (install_path\NetBackup\track\master_server\ storage_server\client\policy_name\backup_specification\track_journal.v2.dat).
i) run accelerator backup to re-build tracklog and image.
o) program include wrong image.
Solution:
i) after re-build tracklog and image, the 2nd accelerator backup still fail. It must be some bug in accelerator.
i) you need to contact Symantec for bug-fix.Hope it help!