Forum Discussion
New Active Directory Domain Services Connection
Hi charlie4872,
In your position, I would first look to see why this particular DC is no longer replicating to the others - are there network problems at the site, OS problems with the DC itself etc? If your not familiar, the Active Directory File replication tool is a handy GUI to identify replication issues between different domain controllers
https://www.microsoft.com/en-us/download/details.aspx?id=30005
Alternatively, the repadmin cmd is also very powerful at getting at the problem of replication issues.
You can look at trying to add new sites and get DC's to try and reach the problem DC, but I tend to find it better to get to the root cause rather than add more moving parts to the mix.
Hope this helps,
Mark
Thanks for the reply Mark. The issue is a routing problem that is preventing any TCP connections from the problem site to the site where the Auto Generated replication partner is. So until that is resolved I was thinking I could add a new replication partner from another nearby site to have replication continue for the time being until the Auto Generated site is back up and running.
- HidMovFeb 03, 2020Iron Contributor
Thanks for the extra information charlie4872
This is just me, but I tend to avoid doing any big changes to AD (like adding a new DC or setting up a new site) if all DCs in the domain aren't in a healthy replication state - this is probably an over-abundance of caution on my part, but having had replication issues compounded by extra changes I've made before I tend to double-check.
If the TCP issue isn't going to be fixed soon (like the next couple of days) then I guess you could spin up a new DC at another site and create a new site. Off the top of my head, the working DC (I'm assuming this one has all of the FSMO roles?) should replicate all relevant data for the stricken DC to the new DC to find it and add it as a replication partner. I'd personally want to test this in a lab first as I feel sure there might be some provisos/extra steps that I can't think of right now.
Sorry, not very helpful I'm afraid!