新建了win 2012, exchange 2013. 安装后正常.
然后添加了子域, 在prepare就卡住了, 请指教, 谢谢!
test.com:
pdc.test.com
bdc.test.com
cas.test.com
mail.test.com
子域:
child.test.com
子域DC: PDC-Child.Child.Test.COM
错误日志:
1. 这个是用森林管理员登录到子域上, 返回的错误 (也是安装exchange的帐号)
PS C:\Users\administrator.Test> d:
PS D:\> ./setup /preparedomain:Child.Test.COM /IAcceptExchangeServerLicenseTerms
Welcome to Microsoft Exchange Server 2013 Unattended Setup
Copying Files...
File copy complete. Setup will now collect additional information needed for installation.
Setup encountered a problem while validating the state of Active Directory: Active Directory server
PDC-Child.Child.Test.COM is not available. Error message: Active directory response: A local error occurred.
The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the
<SystemDrive>:\ExchangeSetupLogs folder.
2. 这个是用子域管理员, 在子域域控执行prepare, 返回的错误
PS D:\> ./setup /preparedomain:child.test.com /IAcceptExchangeServerLicenseTerms
Welcome to Microsoft Exchange Server 2013 Unattended Setup
Copying Files...
File copy complete. Setup will now collect additional information needed for installation.
Performing Microsoft Exchange Server Prerequisite Check
Prerequisite Analysis COMPLETED
Configuring Microsoft Exchange Server
Prepare Domain Progress FAILED
The following error was generated when "$error.Clear();
$createTenantRoot = ($RoleIsDatacenter -or $RoleIsPartnerHosted);
$createMsoSyncRoot = $RoleIsDatacenter;
#$RoleDatacenterIsManagementForest is set only in Datacenter deployment; interpret its absense as $false
[bool]$isManagementForest = ($RoleDatacenterIsManagementForest -eq $true);
if ($RolePrepareAllDomains)
{
initialize-DomainPermissions -AllDomains:$true -CreateTenantRoot:$createTenantRoot -CreateMsoSyncRoot:$cre
ateMsoSyncRoot -IsManagementForest:$isManagementForest;
}
elseif ($RoleDomain -ne $null)
{
initialize-DomainPermissions -Domain $RoleDomain -CreateTenantRoot:$createTenantRoot -CreateMsoSyncRoot:$c
reateMsoSyncRoot -IsManagementForest:$isManagementForest;
}
else
{
initialize-DomainPermissions -CreateTenantRoot:$createTenantRoot -CreateMsoSyncRoot:$createMsoSyncRoot -Is
ManagementForest:$isManagementForest;
}
" was run: "Active Directory operation failed on BDC.test.COM. This error could have been caused by user input
or by the Active Directory server being unavailable. Please retry at a later time. Additional information: Additional i
nformation: The global catalog verification failed. The global catalog is not available or does not support the operatio
n. Some part of the directory is currently not available.
Active directory response: 000020E1: SvcErr: DSID-03200672, problem 5002 (UNAVAILABLE), data 0
.".
The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the
<SystemDrive>:\ExchangeSetupLogs folder.
PS D:\> whoami
child\administrator
PS D:\>