Forum
merhaba var olan exchange 2010 yanında exchange 2013 kurmaya çalışırken aşağıdaki hatayı alıyorum yardımcı olabilirmisiniz.
Hatayı step 7 de mailbox role:transport service kurarken veriyor
Error:
The following error was generated when "$error.Clear();
if ($RoleProductPlatform -eq "amd64")
{
$fastInstallConfigPath = Join-Path -Path $RoleBinPath -ChildPath "Search\Ceres\Installer";
$command = Join-Path -Path $fastInstallConfigPath -ChildPath "InstallConfig.ps1";
$dataFolderPath = Join-Path -Path $RoleBinPath -ChildPath "Search\Ceres\HostController\Data";
try
{
# the BasePort value MUST be kept in sync with dev\Search\src\OperatorSchema\SearchConfig.cs
&$command -action i -baseport 3800 -dataFolder $dataFolderPath -silent;
}
catch
{
$errorMsg = "Failure configuring SearchFoundation through installconfig.ps1 - " + $_.Exception.Message;
Write-ExchangeSetupLog -Error $errorMsg;
# Clean up the failed configuration attempt.
&$command -action u -silent;
try
{
if ([System.IO.Directory]::Exists($dataFolderPath))
{
[System.IO.Directory]::Delete($dataFolderPath, $true);
}
}
catch
{
$deleteErrorMsg = "Failure cleaning up SearchFoundation Data folder. - " + $dataFolderPath + " - " + $_.Exception.Message;
Write-ExchangeSetupLog -Error $deleteErrorMsg;
}
}
}
" was run: "Failure configuring SearchFoundation through installconfig.ps1 - Error occurred while configuring Search Foundation for Exchange.System.TimeoutException: Timed out waiting for Admin node to be up and running
at Microsoft.Ceres.Exchange.PostSetup.DeploymentManager.WaitForAdminNode(String hostControllerNetTcpWcfUrl)
at Microsoft.Ceres.Exchange.PostSetup.DeploymentManager.Install(String installDirectory, String dataDirectoryPath, Int32 basePort, String logFile, Boolean singleNode, String systemName, Boolean attachedMode)
at CallSite.Target(Closure , CallSite , Type , Object , Object , Object , Object , Object , Object , Boolean )".
Muhtemelen test ortamına aynı sunucu üzerine kuruyorsunuz. Adsiedit ile kalıntıları temizlemek gerekebilir. Yada temiz bir sunucu kurup, farklı isim ile kurulum denenebilir.
Merhaba test ortamı değil tamamen live ortam.adsedit ile exchange server bilgileri sildim makina ismide farklı buna rağmen bunu alıyorum.:S Acaba adsedit tarafında eksik bir silmemi yapıyorum.bununla ilgili bir bilginiz varmı nerelerden silmem gerekli
Prerequestler tam mı?
http://technet.microsoft.com/en-us/library/bb691354%28v=exchg.150%29.aspx
evet bunlarda tamam
Exchange 2013 tarafında şu komutları çalıştırın.
Server2008r2 için;
-
Import-Module ServerManager
-
Add-WindowsFeature RSAT-ADDS
-
Server 2012 için Install-WindowsFeature RSAT-ADDS komutunu çalıştırın.