我在国际Windows域中打开了一个新的站点(物理的和逻辑的)。
该网站通过一个慢速连接的VPN连接到主办公室(我使用pfsense作为我的主要路由器,ClearOS作为我的VPNpipe理器,这与我在所有站点使用的设置相同)。 目前我无法做任何改善连接的事情。
我刚安装了两台全新的物理机器,每台物理机器都在VMware ESXi 6上运行全新的Windows Server 2012 R2干净安装(包括所有更新)(同样,在我的所有站点上,除了一些正在运行ESXi 5.5,一些正在运行6)。
当我尝试将服务器升级到域控制器时,出现以下错误:
The wizard cannot gain access to the list of domains in the forest.
点击Show more给我以下细节:
This condition may be caused by a DNS lookup problem. For information about troubleshooting common DNS lookup problems, please see the following Microsoft Web site: http://go.microsoft.com/fwlink/?LinkId=5171
The error is: The RPC server is unavailable.
按照这里https://technet.microsoft.com/en-us/library/cc526682.aspx的build议,我已经尝试发出命令ipconfig /registerdns和ipconfig /flushdns ,然后再次尝试提升,没有任何效果。
我的缓慢连接的一些额外的“症状”:
这里是我的事件查看器的一些额外的错误:
DFSR Event 1202:仅在一台机器上)
The DFS Replication service failed to contact a domain controller to access configuration information. The service will try again during the next configuration polling cycle. This event can be caused by TCP/IP connectivity, firewall, Active Directory Domain Services, or DNS issues.
Group Policy Preprocessing Event 1006:在两台机器上)
The processing of Group Policy failed. Windows could not authenticate to the Active Directory service on a domain controller. (LDAP Bind function call failed). Look in the Details tab for error code and description.
任何人都可以给我任何疑难解答线索如何弄清楚为什么我不能成功地将这些服务器推广到DC? 我几乎在世界各地的十几个分支机构中使用了几乎相同的设置,所以我认为这必须是本地连接独有的东西。
如MS TechNet文章中所述,您可能有更好的运气将其从媒体推广到DC。基本上,您将使用打包文件一次性移动所有必要的数据,而不是通过高延迟连接build立所有这些连接。 升级之后需要定期复制,不断重复,希望有一些会成功。
在源DC上:
ntdsutil activate instance ntds ifm create sysvol full c:\path-to.file
将文件复制到新服务器,并在升级向导中使用“从介质安装”选项。