exchange2010に必要な役割を自動的にインストールします
私はインストールに関するいくつかのビデオの説明を見て、何かが足りないかどうかを確認しようとしました、すべてがうまく見えます。
exchange 2010のインストールがハブトランスポートの役割に達すると、タイムアウトが増加し続け、サービスの開始に失敗します。失敗した後は、手動でサービスを開始できます。
[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.
助けていただければ幸いです:|
私は以前にこの問題を2回見ましたが、2つの異なる原因があります。
これらの両方が適切であることを確認した後、HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\v8.0\Hub Transport
の透かしとアクションのエントリを削除し、再起動してからセットアップを再試行する必要があります。
これらのいずれかが答えであるという保証はありませんが、それは始まりです。
今日はExchange2007を2016に移行します。パスは2007-> 2010-> 2016でした。
まったく同じ問題があったので、2007サーバーと2010サーバーのグループメンバーシップを比較しました。 2007は「ExchangeEnterpriseServers」グループに含まれていますが、「ExchangeDomainServers」グループには含まれていません。さらに、「Exchangeドメインサーバー」は「Exchangeエンタープライズサーバー」グループのメンバーです。
したがって、exchange2010を「ExchangeDomain Servers」グループに追加すると、「ExchangeEnterpriseServers」グループからもアクセス許可が継承されます。どういうわけか、exchange2007は「Exchangeドメインサーバー」グループに含まれている必要はありませんが、10年間問題なく実行されています。