我之前在使用我们的 Exchange 2007 服务器时遇到了一些问题,导致它无法连接到我们的域控制器。
我设法连接到域控制器,现在我可以登录并查看我的电子邮件。但是,在 Exchange Server 而不是在域控制器上创建的任何用户现在都丢失了他们的邮箱。同样,创建的任何通讯组也丢失了。
据我所知,根本没有任何损坏。邮箱数据库已被“清理”,但“已断开连接的邮箱”选项卡中未显示任何邮箱。
我已将收件人范围更改为每个可用选项,但我似乎仍然看不到丢失的邮箱。
如果丢失邮箱的用户尝试登录到 OWA,他们会收到与此类似的错误:
Outlook Web Access could not find a mailbox for S-1-5-21-4025249410-3730884854-1808593348-1187. If the problem continues, contact technical support for your organization and tell them the following: The mailbox may be stored on a Microsoft Exchange 2000 or Microsoft Exchange 2003 server, or the Active Directory user account was created recently and has not yet replicated to the Active Directory site where this Client Access server is hosted.
字符串S-1-5-21-4025249410-3730884854-1808593348-1187
因人而异。
dcdiag.exe 显示大量错误 - 我正在努力找出复制错误的来源:
Warning: EXCHANGE01 is not advertising as a time server.
......................... EXCHANGE01 failed test Advertising
There are warning or error events within the last 24 hours after the
SYSVOL has been shared. Failing SYSVOL replication problems may cause
Group Policy problems.
......................... EXCHANGE01 failed test DFSREvent
A warning event occurred. EventID: 0x80000785
Time Generated: 02/17/2013 17:59:39
Event String:
The attempt to establish a replication link for the following writable directory partition failed.
A warning event occurred. EventID: 0x80000785
Time Generated: 02/17/2013 17:59:39
Event String:
The attempt to establish a replication link for the following writable directory partition failed.
A warning event occurred. EventID: 0x80000785
Time Generated: 02/17/2013 17:59:39
Event String:
The attempt to establish a replication link for the following writable directory partition failed.
[CARBON] DsBindWithSpnEx() failed with error -2146893022,
The target principal name is incorrect..
Warning: CARBON is the Schema Owner, but is not responding to DS RPC
Bind.
[CARBON] LDAP bind failed with error 8341,
A directory service error has occurred..
Warning: CARBON is the Schema Owner, but is not responding to LDAP
Bind.
Warning: CARBON is the Domain Owner, but is not responding to DS RPC
Bind.
Warning: CARBON is the Domain Owner, but is not responding to LDAP
Bind.
Warning: CARBON is the PDC Owner, but is not responding to DS RPC
Bind.
Warning: CARBON is the PDC Owner, but is not responding to LDAP Bind.
Warning: CARBON is the Rid Owner, but is not responding to DS RPC
Bind.
Warning: CARBON is the Rid Owner, but is not responding to LDAP Bind.
Warning: CARBON is the Infrastructure Update Owner, but is not
responding to DS RPC Bind.
Warning: CARBON is the Infrastructure Update Owner, but is not
responding to LDAP Bind.
......................... EXCHANGE01 failed test KnowsOfRoleHolders
......................... EXCHANGE01 failed test Replications
......................... EXCHANGE01 failed test RidManager
w32time Service is stopped on [EXCHANGE01]
......................... EXCHANGE01 failed test Services
由于某种原因,您的 Exchange 服务器也是 DC,对吧?我认为这就是您的问题所在:IIRC 一旦您将 Exchange 放在 DC 上,Exchange 就会绑定到它在同一系统上共享的 DC 角色。如果此 DC 无法正常工作,则任何依赖该 DC 正常工作的服务(例如 Exchange)都会出现问题。
无论哪种方式,我都建议 DCDiag 输出肯定指向一个更普遍的连接问题,需要在您对 Exchange 过度担心之前解决该问题。在考虑其他任何事情之前,您需要先解决这台机器上 DC 角色的任何问题,因为在这一切都正确之前,您无法开始评估您可能遇到的任何其他问题的真正影响。
查看您的 DCDiag 输出,并假设您已经完成了基本连接的常规测试,我想知道您是否遇到了 DNS 问题:
检查每个系统的 TCP/IP 设置是否正确配置 - 域控制器不应该只是指向它们自己的 DNS。
如果一个或多个 DC(我想特别是 Exchange 服务器,但检查所有这些)是双宿主的(不止一个网卡)然后检查该 DC 的 DNS 信息是否被弄乱了 - 它可能在 DNS 中注册了错误的 IP 地址,这将导致无法正常工作。解决这个问题,然后看看你在哪里。
如果这样做不行,那么可能是时候返回并检查连接的所有基础知识了。你之前的问题是什么?你做了什么来解决它们?DC 之间是否存在可能导致连接问题的防火墙(包括 DC 上的本地防火墙)?
我还要补充一点,除非 DC 问题很容易或很明显地解决,或者如果解决它们不会显着改善 Exchange 情况,那么现在是联系 Microsoft PSS 的好时机 - 特别是如果您没有此 Exchange 服务器的已知良好备份。