Duplication error
Hello,
Im facing an issue when duplicating data from disk to MEDIA (data size optimization process)
I begin the job and after many hours I have this error :
...
17.06.2015 18:38:38 - end reading; read time: 00:00:26
17.06.2015 18:38:38 - begin reading
17.06.2015 18:39:14 - end reading; read time: 00:00:36
17.06.2015 18:39:14 - begin reading
...
17.06.2015 18:39:37 - Info bptm(pid=33528) waited for full buffer 906382 times, delayed 1534064 times
17.06.2015 18:39:45 - Info bptm(pid=33528) EXITING with status 0 <----------
17.06.2015 18:39:46 - end reading; read time: 00:00:32
17.06.2015 18:39:46 - Info bpdm(pid=25172) completed reading backup image
17.06.2015 18:39:46 - Info bpdm(pid=25172) EXITING with status 0
client process aborted(50)
I do not understand why.. Tried several times on several data location: same issue.
Could you please provide me some support ?
THanks a lot
Not sure what this means:
One duplication by one, to one media server by one
Is duplication local on a single media server, or from one media server to another?
I did not expect to see anything 'interesting' - just an indication of which process has 'aborted', up to where images were read, up to where images were written.
A good friend fixed failed duplications with these performance tuning settings:
- The paging file was set to automatic. It has been set to a fixed value 64GB (twice the physical memory) and set to use the F drive which has the most free space.
- Increased the number of worker threads available to Windows using the following registry keys (note that the RpcXdr\Parameters\DefaultNumberofWorkerThreads needed to be created):
HKLM\SYSTEM\CurrentControlSet\Services\RpcXdr\Parameters\DefaultNumberofWorkerThreads 64
HKLM\SYSTEM\CurrentControlSet\Control\SessionManager\Executive\AdditionalDelayedWorkerThreads 16
HKLM\SYSTEM\CurrentControlSet\Control\SessionManager\Executive\AdditionalCriticalWorkerThreads 16