无法传输控制器操作主angular色或降级域控制器

Server 2012 R2,Server 2012,域控制器angular色

在我的域名上遇到一些权限问题后,我注意到我的第二个域控制器似乎以某种方式被损坏了(我很抱歉命名混淆了,当我说第二个DC时,它实际上被命名为vswbcdc1)。 我在下面列出了一些屏幕截图,以解释为什么我认为DC损坏了。 我以前曾经把这个DC作为操作主,并将所有的FSMOangular色转移给它。 svrwbc上的原始DC安装在Server 2012上,vswbcdc1上的第二个DC安装在Server 2012 R2上 ,以防出现问题。

我想也许一个可行的解决scheme是从服务器中删除第二个DCangular色,当我添加angular色时,问题可能会消失,但是我不能将事情回传到原来的第一个DC B / F中去除第二个DCangular色。 当我尝试将操作主机传回时,我收到了这些屏幕:

在第一个DC,我想将操作主机传回给我,对于当前操作主机我得到“ERROR”。 我觉得这不好: 在这里输入图像说明

在第二个DC中,我想要它传输操作主控器最初看起来不错,但是一旦点击更改,下面显示的错误面板解释了在联系当前FSMOangular色持有者时出现的问题:

在这里输入图像说明

但是fsmoangular色似乎仍然是第二DC: 在这里输入图像说明

在降级第二个DC并尝试删除DCangular色之后,angular色移除以此错误终止。

在这里输入图像说明

所有这些让我相信第二DC已经损坏了,那么最好的行动是什么? 我的系统很小,重新设置AD DS不会是一个可怕的痛苦,但我想通过这个最短的path。

我的问题:

1)有没有一种工具来“修复”DC?

2)如果不是,上面的信息是否足以指出我可以进入并手动修复?

3)如果有必要,我可以杀死两台DC服务器并重新启动吗?

3a)是否所有的域信息都驻留在2台DC服务器上,如果我杀了这些虚拟机并重build新的DC,我将不会有任何悬而未决的DC数据悬而未决?

谢谢。

微软有一个从“死”的服务器转移FSMOangular色的场景。 这意味着你不需要从旧的fsmo持有人或谈判批准。 新的服务器只是说现在他拥有fsmoangular色。 根据这种情况,您可以简单地closuresvswbcdc1并通过svrwbc获取angular色

夺取操作主angular色

Open a Command Prompt as an administrator: On the Start menu, right-click Command Prompt, and then click Run as administrator. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue. At the command prompt, type ntdsutil, and then press ENTER. At the ntdsutil: prompt, type roles, and then press ENTER. At the fsmo maintenance: prompt, type connections, and then press ENTER. At the server connections: prompt, type connect to server <servername> (where <servername> is the name of the domain controller that will assume the operations master role), and then press ENTER. After you receive confirmation of the connection, type quit, and then press ENTER. Depending on the role that you want to seize, at the fsmo maintenance: prompt, type the appropriate command, and then press ENTER. 

https://technet.microsoft.com/en-us/library/cc816779%28v=ws.10%29.aspx