集线器传输angular色交换2010安装失败

即时通讯安装交换2010到A / D与现有的07安装

  1. 即时通讯在64位服务器上
  2. winodows 2008 R2
  3. 8GB的内存
  4. 所有适当的子网都在sties和services中configuration
  5. 所有域被提升到服务器2008function级别。
  6. 作为域pipe理员login(模式pipe理员,企业pipe理员等)
  7. 范围设置/ PrepareSchema,设置/ PrepareAD,设置/ PrepareDomain,没有错误
  8. DCDIAG / A和DCDIAG / E显示没有错误
  9. 所有的准备检查顺利通过,没有问题
  10. 双重检查了所有PREREQS

我有它自动安装Exchange 2010所需的angular色

我已经看了一些安装video说明,并试图看看是否缺less任何东西,一切看起来不错。

每当Exchange 2010安装达到“集线器传输”angular色时,它会持续增加超时,然后无法启动服务。 失败后,我可以手动启动服务。

这是LOGGED错误:

[03/17/2011 18:18:56.0006] [1] Processing component 'Active Directory Topology Service Configuration' (Configuring Microsoft Exchange Active Directory Topology service). [03/17/2011 18:18:56.0006] [1] Executing: if ($exsSid -eq $null -or $exsSid -eq "") { $exsSid = get-ExchangeServerGroupSID -DomainController $RoleDomainController } start-setupservice -ServiceName MSExchangeADTopology -ServiceParameters $exsSid,$RoleDomainController [03/17/2011 18:18:56.0006] [2] Active Directory session settings for 'start-SetupService' are: View Entire Forest: 'True', Configuration Domain Controller: 'WIN2K8DC1.JEWELS.LOCAL', Preferred Global Catalog: 'WIN2K8DC1.JEWELS.LOCAL', Preferred Domain Controllers: '{ WIN2K8DC1.JEWELS.LOCAL }' [03/17/2011 18:18:56.0006] [2] Beginning processing start-setupservice -ServiceName:'MSExchangeADTopology' -ServiceParameters:'S-1-5-21-2134851818-3285922005-2538191131-3616','WIN2K8DC1.JEWELS.LOCAL' [03/17/2011 18:18:56.0037] [2] Service checkpoint has progressed. Previous checkpoint='0' - Current checkpoint='1'. [03/17/2011 18:18:56.0037] [2] Will wait '30000' milliseconds for the service 'MSExchangeADTopology' to reach status 'Running'. [03/17/2011 18:19:26.0270] [2] Service 'MSExchangeADTopology' failed to reach status 'Running' on this server after waiting for '30000' milliseconds. [03/17/2011 18:19:26.0270] [2] Service checkpoint has progressed. Previous checkpoint='1' - Current checkpoint='2'. [03/17/2011 18:19:26.0270] [2] Will wait '1250000' milliseconds for the service 'MSExchangeADTopology' to reach status 'Running'. [03/17/2011 18:40:16.0425] [2] Service 'MSExchangeADTopology' failed to reach status 'Running' on this server after waiting for '1250000' milliseconds. [03/17/2011 18:40:16.0425] [2] Service Control Manager reports no process ID for service MSExchangeADTopology. [03/17/2011 18:40:16.0425] [2] Unable to get the process ID for service MSExchangeADTopology because another similar process 0 was found [03/17/2011 18:40:16.0425] [2] [ERROR] Unexpected Error [03/17/2011 18:40:16.0425] [2] [ERROR] Service 'MSExchangeADTopology' failed to reach status 'Running' on this server. [03/17/2011 18:40:16.0425] [2] Ending processing start-setupservice [03/17/2011 18:40:16.0425] [1] The following 1 error(s) occurred during task execution: [03/17/2011 18:40:16.0425] [1] 0. ErrorRecord: Service 'MSExchangeADTopology' failed to reach status 'Running' on this server. [03/17/2011 18:40:16.0425] [1] 0. ErrorRecord: Microsoft.Exchange.Configuration.Tasks.ServiceDidNotReachStatusException: Service 'MSExchangeADTopology' failed to reach status 'Running' on this server. [03/17/2011 18:40:16.0441] [1] [ERROR] The following error was generated when "$error.Clear(); if ($exsSid -eq $null -or $exsSid -eq "") { $exsSid = get-ExchangeServerGroupSID -DomainController $RoleDomainController } start-setupservice -ServiceName MSExchangeADTopology -ServiceParameters $exsSid,$RoleDomainController " was run: "Service 'MSExchangeADTopology' failed to reach status 'Running' on this server.". [03/17/2011 18:40:16.0441] [1] [ERROR] Service 'MSExchangeADTopology' failed to reach status 'Running' on this server. [03/17/2011 18:40:16.0441] [1] [ERROR-REFERENCE] Id=AllADRolesCommonServiceControl___e95681b135f04f6ca85c706536bfbeed Component=EXCHANGE14:\Current\Release\Shared\Datacenter\Setup [03/17/2011 18:40:16.0441] [1] Setup is stopping now because of one or more critical errors. 

帮助表示赞赏:|

我以前曾经两次看到这个问题,有两个不同的原因:

  1. 所有IPv6适配器都被禁用。 在NIC上启用IPV6修复了它。
  2. 该服务器不在Exchange域服务器组中

确保这两个都是好的之后,您需要删除HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\v8.0\Hub Transport的水印和动作条目,然后重新尝试重新安装之前重新启动:

没有保证其中之一是答案,但这是一个开始。

我今天正在迁移2007至2016年。 path是2007 – > 2010 – > 2016。

我有完全相同的问题,所以我比较了2007服务器和2010服务器的组成员身份。 我发现2007在“Exchange Enterprise Servers”组中,但不在“Exchange Domain Servers”组中。 此外,“Exchange域服务器”是“Exchange企业服务器”组的成员。

因此,将exchange2010添加到“Exchange Domain Servers”组中也将从“Exchange Enterprise Servers”组中inheritance权限。 不知何故exchange2007不需要在“Exchange Domain Servers”组中,但现在已经运行了10年了。