无法join其他域控制器

我有一个死PDC和另一个不是那么同步域控制器为我的域名。 在这里使用评论链接现在所谓的二级域控制器已经夺取域控制,我可以从dsa.mscvalidation它是一个域控制器。

我build立了另一个域控制器(win2003SRV),并将其作为我的域的域控制器来宣传它。 当我尝试将新的域控制器join域时,我将面临DNS问题。 这里是一些更多的细节

DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain DOMNAME.AB: The query was for the SRV record for _ldap._tcp.dc._msdcs.DOMNAME.AB The following domain controllers were identified by the query: update.DOMNAME.AB Common causes of this error include: - Host (A) records that map the name of the domain controller to its IP addresses are missing or contain incorrect addresses. - Domain controllers registered in DNS are not connected to the network or are not running. For information about correcting this problem, click Help.

值得注意的是update.DOMNAME.AB是我想要添加另一个名为PDC.DOMNAME.AB的控制器的当前域控制器

IP地址update.DOMNAME.AB是192.168.200.1和pdc.DOMNAME.AB是192.168.200.100

在两台机器上查询DNS都会返回正确的结果。

任何想法?

错误是告诉你,仍然有DNS的条目为您在域中的死亡DC。 具体来说,DOMNAME.AB可能还有一个Alogging,指向死亡DC的IP。

您需要逐步完成从您的域中彻底删除死亡DC的过程(更关心的是将其closures)。 看到这里: http : //www.petri.co.il/delete_failed_dcs_from_ad.htm

一旦你完成了,你可能会通过没有错误。

请注意,您的replaceDC应具有与失败的DC不同的名称和IP,理想情况下。

确保你清理了你的DNS,根据joequerty的评论。 然后用完整的DNStesting运行dcdiag以确保没有错误。