I did a lot of testing with backups and restore with DFSR, it then seemed “unbreakable”.
More on that can be found here: http://forums.veeam.com/viewtopic.php?f=2&t=7000.
These tests were all done with Veeam 6.5. I did a lot of backups and restores testing exactly SYSVOL replication.
To fix SYSVOL replication I had to do a authoritative sync of SYSVOL. It worked well during the day, but next day it was not working again.
In the end one suspect was Veeam, because there were some DFSR warnings and logs during the Veeam backup window. And there was an pattern of fhis.
So a new authoritative sync needed to be done. Then ran a new backup, and SYSVOL replication was again broken.
To cut it short, Veeam 6.5 backups did NOT break our SYSVOL replication, (neither does windows server backup). But Veeam 7 does.
A bit about the setup, for those interested:
2 DC’s, both Win 2008 R2
1 backup job for each DC, which are scheduled to start at the same time.
I have to add that, this ONLY happens if I run the jobs at the same time, manual or by schedule.
In 6.5 we also had the jobs set up to RUN at the same time. (did not have this problem then)
I have tested this many times over and over, and the only way I can keep my SYSVOL replication, is to NOT run the jobs at the same time.
If I run the jobs at the same time (in parallel), one DC will show an event 4102 in the DFSR logs. Witch basically leaves the server waiting for “Initial replication”:
Code: Select all
“The DFS Replication service initialized the replicated folder at local path C:\Windows\SYSVOL_DFSR\domain and is waiting to perform initial replication. The replicated folder will remain in this state until it has received replicated data, directly or indirectly, from the designated primary member.”
Code: Select all
“The DFS Replication service successfully initialized the SYSVOL replicated folder at local path C:\Windows\SYSVOL_DFSR\domain. This member has completed initial synchronization of SYSVOL with partner DC001.domain.com. To check for the presence of the SYSVOL share, open a command prompt window and then type "net share".”
If not, what have changed from 6.5 to 7, which can explain this change in behaviour?
Workaround is easy, just not run the DC backups at the same time. So for me this is no longer a problem.
But I guess there might be others that run DC jobs at the same time, and I guess they should double check that SYSVOL replication is working. Our SYSVOL content does not change that often, so it was purely luck we discovered this so soon.
Off cause this could be an odd thing related to our system, something with the FSR -> DFRS migration, or something …