我有两个DC,一个是Windows Server 2003(证书服务器),另一个是Windows Server 2008 R2。 Windows Server 2008 R2在事件查看器中有以下事件。
Source: Microsoft-Windows-CertificateServicesClient-AutoEnrollment Event ID: 6 Automatic certificate enrollment for local system failed (0x800706ba) The RPC server is unavailable.
和
Source: Microsoft-Windows-CertificateServicesClient-CertEnroll Event ID: 13 Certificate enrollment for Local system failed to enroll for a DomainController certificate with request ID N/A from 2003DCinternal.domain.com\DOMAIN-Root-CA.domain.com (The RPC server is unavailable. 0x800706ba (WIN32: 1722)).
我已经通过互联网读了几件事情: 本地系统的证书注册失败注册事件ID:13似乎表明我应该检查是否已经安装了证书。 我在2008 R2服务器上打开具有错误的“ Certificates MMC Snap-in然后转到“ Personal >“ Certificates 。 从那里我看到localhost发布的本地主机证书(可以指出我的问题的一部分?)。
我也看到其他的东西表明2003服务器无法为2003或Windows 7计算机生成正确的证书。
除此之外,Google并没有真正解释问题所在。
有人能帮我理解如何解决这个问题吗?
您可能会发现以下链接可作为故障排除参考http://blogs.technet.com/b/askds/archive/2007/11/06/how-to-troubleshoot-certificate-enrollment-in-the-mmc-certificate -snap-in.aspx 。
顺便说一句,本地主机签发的自签名证书不是问题。
就我个人而言,我会从2008 R2 DC获取networking跟踪,同时手动尝试使用2008R2 DC上的MMC注册证书,并查看得到的结果。