I have two domain controllers in my environment: DC1 and DC2. They are Server 2008 R2 VMWare virtual servers running on two different hosts using a Nimble SAN. I have never had any issues with these servers, but one day I created a GPO on DC1 and then forced a gpupdate on my machine and it reported that it could not find that object. I did a gpresult and found that I was pulling my group policy from DC2. I checked that server and found that the policy that I created on DC1 did not replicate to DC2. Once I manually copied the policy from the SYSVOL folder on DC1 to DC2 the gpupdate worked as intended.<\/p>\n
I’ve tried everything that I could find on Google and Spiceworks and nothing has seemed to fix the issue. BTW these servers were created from scratch and are not upgrades from 2003.<\/p>\n
Any suggestions?<\/p>\n
@Microsoft<\/a><\/p>","upvoteCount":4,"answerCount":42,"datePublished":"2014-04-09T09:47:37.000Z","author":{"@type":"Person","name":"joshmus","url":"https://community.spiceworks.com/u/joshmus"},"acceptedAnswer":{"@type":"Answer","text":" So after hours of research and troubleshooting the following is what fixed the issue:<\/p>\n Try following steps to set primary member. We may also need to change the “parent computer” registry values on downstream DC’s if they are pointed to a DC that is no longer in the domain:<\/strong><\/p>\n To set the primary bit for sysvol with ADSIEDIT.MSC.<\/p>\n a. Locate the DC that has the most current data for sysvol.<\/p>\n b. Backup this data and if possible the other DC’s as well<\/p>\n c. Open ADSIEDIT and locate the DC’s computer account that will be primary<\/p>\n d. Right click on the sysvol subscription object and select properties. The full path is:<\/p>\n CN=SYSVOL Subscription,CN=Domain System Volume,CN=DFSR-LocalSettings,CN=dcname,OU=Domain Controllers,DC=domain,DC=name<\/p>\n e. Locate the msDFSR-Options attribute. Edit the attribute and set it to “1”. Click apply and OK<\/p>\n f. On the DC that is Primary run DFSRDIAG POLLAD<\/p>\n g. Check the DFSR event log on the Primary member. The DC should log an Event ID 4602<\/p>\n h. Check the registry on the rest of the DC’s to make certain that the Parent Computer is set to a valid DC. At least one other DC will need to point to the Primary DC. If you want you can point them all at the Primary. This value is only used once and will be cleared once the sysvol is sourced for the first time. After you edit the registry restart the DFSR service.The full path is<\/p>\n HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\DFSR\\Parameters\\SysVols\\Seeding SysVols\\Parent Computer”<\/p>\n This registry key was not present on DC2. I actually had to create it. Once I did all of the above, SYSVOL replication began to work as intended.<\/strong><\/p>\n Thanks for all your help!<\/p>","upvoteCount":3,"datePublished":"2014-04-11T14:55:43.000Z","url":"https://community.spiceworks.com/t/dc-replication-server-2008-r2/293329/40","author":{"@type":"Person","name":"joshmus","url":"https://community.spiceworks.com/u/joshmus"}},"suggestedAnswer":[{"@type":"Answer","text":" I have two domain controllers in my environment: DC1 and DC2. They are Server 2008 R2 VMWare virtual servers running on two different hosts using a Nimble SAN. I have never had any issues with these servers, but one day I created a GPO on DC1 and then forced a gpupdate on my machine and it reported that it could not find that object. I did a gpresult and found that I was pulling my group policy from DC2. I checked that server and found that the policy that I created on DC1 did not replicate to DC2. Once I manually copied the policy from the SYSVOL folder on DC1 to DC2 the gpupdate worked as intended.<\/p>\n I’ve tried everything that I could find on Google and Spiceworks and nothing has seemed to fix the issue. BTW these servers were created from scratch and are not upgrades from 2003.<\/p>\n Any suggestions?<\/p>\n @Microsoft<\/a><\/p>","upvoteCount":4,"datePublished":"2014-04-09T09:47:37.000Z","url":"https://community.spiceworks.com/t/dc-replication-server-2008-r2/293329/1","author":{"@type":"Person","name":"joshmus","url":"https://community.spiceworks.com/u/joshmus"}},{"@type":"Answer","text":" To add to the story, I created DC3 and set it up as a fresh server to see if I could get replication working between DC1 and DC3. DCPROMO goes through all of the steps and when it asks which server I want to replicate from, I choose DC1. The odd part is that DC3 never actually creates the SYSVOL folders. So now I have three domain controllers that replicated AD information but will not replicate their SYSVOL folders.<\/p>","upvoteCount":0,"datePublished":"2014-04-09T09:50:45.000Z","url":"https://community.spiceworks.com/t/dc-replication-server-2008-r2/293329/2","author":{"@type":"Person","name":"joshmus","url":"https://community.spiceworks.com/u/joshmus"}},{"@type":"Answer","text":" Run DCDIAG<\/strong> and see if there are any errors.<\/p>\n And REPADMIN /SHOWREPS<\/strong><\/p>","upvoteCount":0,"datePublished":"2014-04-09T10:07:28.000Z","url":"https://community.spiceworks.com/t/dc-replication-server-2008-r2/293329/3","author":{"@type":"Person","name":"ls-it","url":"https://community.spiceworks.com/u/ls-it"}},{"@type":"Answer","text":" DC1 - dcdiag output.<\/p>\n dc1.txt<\/a> (3.69 KB)<\/p>","upvoteCount":0,"datePublished":"2014-04-09T10:15:55.000Z","url":"https://community.spiceworks.com/t/dc-replication-server-2008-r2/293329/4","author":{"@type":"Person","name":"joshmus","url":"https://community.spiceworks.com/u/joshmus"}},{"@type":"Answer","text":" DC2 - dcdiag output.<\/p>\n dc2.txt<\/a> (3.84 KB)<\/p>","upvoteCount":0,"datePublished":"2014-04-09T10:16:06.000Z","url":"https://community.spiceworks.com/t/dc-replication-server-2008-r2/293329/5","author":{"@type":"Person","name":"joshmus","url":"https://community.spiceworks.com/u/joshmus"}},{"@type":"Answer","text":" DC3<\/p>\n dc3.txt<\/a> (4.16 KB)<\/p>","upvoteCount":0,"datePublished":"2014-04-09T10:16:31.000Z","url":"https://community.spiceworks.com/t/dc-replication-server-2008-r2/293329/6","author":{"@type":"Person","name":"joshmus","url":"https://community.spiceworks.com/u/joshmus"}},{"@type":"Answer","text":" There are errors in there, also have a look through the event logs on DC1 and DC2 for any errors. Are they production servers? How long have they been up?<\/p>","upvoteCount":0,"datePublished":"2014-04-09T10:28:00.000Z","url":"https://community.spiceworks.com/t/dc-replication-server-2008-r2/293329/7","author":{"@type":"Person","name":"ls-it","url":"https://community.spiceworks.com/u/ls-it"}},{"@type":"Answer","text":" did you check this mate ?<\/p>\n