This is an addendum to the only post on the internet with the same symptoms as what I'm seeing. https://social.technet.microsoft.com/Forums/en-US/a90e17ff-2803-4983-8389-a6b3a8abcd96/dfsr-sysvol-folder-not-replicating?forum=winserverDS#24904895-6af0-4db8-8a4d-ec4b00de508a
Backstory: coming on as addtl SysAdmin for existing domain, with an unstable baremetal W2019 running every service. Adding a 2nd DC as VM on a new rack revealed the sysvol replication failure exactly as described in the link above. Performing a D4-like authoritative restore doesnt do anything. wmic repeatedly reported "No available instances" for any relevant queries of the original DC.
Digging in to the debug log, found
- Multiple volumes share the same volume serial number which prevents DFSR from finding the right volume
- ReadConfigFilePath Location of valueName:Volume Configuration File is location:\.\C:\System Volume Information\DFSR\Config\Volume_DFC14B54-9DC0-4AEC-9E44-BB688F6A2BCC.XML
Digging further, found that current system (C) was cloned from a partition on the big raid drive (now F). They shared the same serial number, but different volumeGUIDs. The XML above has the GUID from the now F drive in its name.
Moral of the story - cloning a system drive on a DC can have consequences later. Problem wasnt revealed until we tried to add a 2nd DC for sanity.
Question: does anyone believe this is recoverable? Could I start poking around in C:\System Volume Information\DFSR and copy/ren/edit the .XML (and quite possibly the registry, AD too), and get all values pointing to legitimate ones?
This is mostly academic as the lean from all parties is towards massaging the new DC into place with manual copying of sysvol, doing D4 to it not the old server, and demoting the old server once things are confirmed stable.
Thanks!