Initially I was a little taken back by the absense of any tape spanning options in the DPM 2010 GUI, in fact even the official manuals have very little reference to how tape spanning can be done.
After some digging I found that spanning will in fact kick in by default if the protection group is larger than a single tape, but DPM will only wait 1 hour for a replacement tape until the job fails. This is more than enough time for a tape loader, but if your using a manual LTO drive this could be a problem.
The Solution
The solution lies in a simple registry key.
“HKLM\Software\Microsoft\Microsoft Data Protection Manager\1.0\Prompting”
Under this key is a REG_DWORD value named "PromptingTimeOut"
The value is in milliseconds, so for each hour you want to wait, you need to multiply your value by 3600000.
For example, 4 hours * 3600000 = 14400000
Be sure you enter the value as a decimal or your wait time might be totally different than what you were hoping.
No comments:
Post a Comment