Hallo,
Vorhaben:
setup.exe /prepareSchema | Successfull |
setup.exe /prepareAD | Failed, siehe unten |
setup.exe /prepareDomain | Successfull |
setup.exe /mode:upgrade | Failed, siehe unten |
Dies sind so die Dinge, die mich an hinreichenden Tests seitens Microsoft zweifeln lassen.
Nun ist die Maschine erstmal hinüber, wäre das nun eine produktive gewesen, hätt ich nun zu tun...
Diese Labor-Installation hat eine Public Folder Mailbox, welche aus einem Exchange 2007 gefüllt wurde.
Es gibt keine Legacy-Server mehr und an dem PFTree wurde nicht manuell manipuliert.
http://www.expta.domain/2013/04/active-directory-operation-failed.html
... untenstehendes ignorieren ?
oder lässt sich /prepareAD mit /Mode:upgrade kombinieren ?
Zum Thema "Installation im Modus Upgrade schlägt fehl" :
"D:\packete\cu8\sr" gelöscht, da ich des serbischen nicht mächtig bin.
"setup.exe" gestartet, der grafische Installer führt eine erfolgreiche Upgrade-Installation aus.
Die Dienste sind alle gestartet, Mailfluss ist gegeben.
Folgende "Unhealthy's"
[PS] C:\Users\administrator.fully\Desktop>Get-ServerComponentState admsvr | ? state -eq Inactive
Server Component State
------ --------- -----
ADMSVR.fully.qualified.domain AutoDiscoverProxy Inactive
ADMSVR.fully.qualified.domain ActiveSyncProxy Inactive
ADMSVR.fully.qualified.domain EwsProxy Inactive
ADMSVR.fully.qualified.domain OabProxy Inactive
ADMSVR.fully.qualified.domain RpcProxy Inactive
ADMSVR.fully.qualified.domain ForwardSyncDaemon Inactive
ADMSVR.fully.qualified.domain ProvisioningRps Inactive
ADMSVR.fully.qualified.domain MapiProxy Inactive
[PS] C:\Users\administrator.fully\Desktop>Get-HealthReport admsvr | ? AlertValue -ne Healthy
Server State HealthSet AlertValue LastTransitionTime MonitorCount
------ ----- --------- ---------- ------------------ ------------
admsvr Offline Autodiscover.Proxy Unhealthy 22.03.2015 13:03:06 1
admsvr Offline ActiveSync.Proxy Unhealthy 22.03.2015 13:03:06 1
admsvr Offline EWS.Proxy Unhealthy 22.03.2015 13:02:49 1
admsvr Offline OutlookMapiHttp.Proxy Unhealthy 22.03.2015 13:03:03 6
admsvr Offline OAB.Proxy Unhealthy 22.03.2015 13:02:01 1
admsvr Offline Outlook.Proxy Unhealthy 22.03.2015 13:01:35 6
admsvr NotApplicable RPS Degraded 22.03.2015 13:03:06 14
[PS] C:\Users\administrator.fully\Desktop>Get-ServerHealth admsvr | ? AlertValue -eq unhealthy | ft -auto
Server State Name TargetResource HealthSetName AlertValue ServerComponent
------ ----- ---- -------------- ------------- ---------- ---------------
admsvr Offline AutodiscoverProxyTestMonitor MSExchangeAutodiscoverAppPool Autodiscover.Proxy Unhealthy AutoDiscoverProxy
admsvr Offline ActiveSyncProxyTestMonitor MSExchangeSyncAppPool ActiveSync.Proxy Unhealthy ActiveSyncProxy
admsvr Offline EWSProxyTestMonitor MSExchangeServicesAppPool EWS.Proxy Unhealthy EwsProxy
admsvr Offline OutlookMapiHttpProxyTestMonitor MSExchangeMapiFrontEndAppPool OutlookMapiHttp.Proxy Unhealthy MapiProxy
admsvr Offline OABProxyTestMonitor MSExchangeOABAppPool OAB.Proxy Unhealthy OabProxy
admsvr Offline OutlookProxyTestMonitor MSExchangeRpcProxyFrontEndAppPool Outlook.Proxy Unhealthy RpcProxy
admsvr NotApplicable RpsDeepTestPSProxyMonitor RPS Unhealthy None
D:\packete\cu8>setup.exe /PrepareAD /IAcceptExchangeServerLicenseTerms
Welcome to Microsoft Exchange Server 2013 Cumulative Update 8 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
Organization Preparation FAILED
The following error was generated when "$error.Clear();
$mailboxId = [Microsoft.Exchange.Management.Migration.MigrationBatchIdParameter]::MigrationMailboxName;
Write-ExchangeSetupLog -info ("about to create the mailbox user $mailboxId");
$users = @(Get-User -Filter {LastName -eq $mailboxId} -IgnoreDefaultScope -ResultSize 1);
if ($users.Length -eq 0)
{
$users = @(Get-User -Arbitration -Filter {LastName -eq $mailboxId} -IgnoreDefaultScope -ResultSize 1);
}
if ($users.Length -eq 0)
{
Install-UserAccount -Name $mailboxId -LastName $mailboxId;
}
" was run: "Microsoft.Exchange.Data.Directory.ADConstraintViolationException: An Active Directory Constraint Violation error occurred on ADMSVR.fully.qualified.domain.
Additional information: The operation failed because UPN value provided for addition/modification is not unique forest-wide.
Active directory response: 000021C8: AtrErr: DSID-03200BBA, #1:
0: 000021C8: DSID-03200BBA, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 90290 (userPrincipalName)
---> System.DirectoryServices.Protocols.DirectoryOperationException: A value in the request is invalid.
at System.DirectoryServices.Protocols.LdapConnection.ConstructResponse(Int32 messageId, LdapOperation operation, ResultAll resultType, TimeSpan requestTimeOut, Boolean exception
OnTimeOut)
at System.DirectoryServices.Protocols.LdapConnection.SendRequest(DirectoryRequest request, TimeSpan requestTimeout)
at Microsoft.Exchange.Data.Directory.PooledLdapConnection.SendRequest(DirectoryRequest request, LdapOperation ldapOperation, Nullable`1 clientSideSearchTimeout, IActivityScope a
ctivityScope, String callerInfo)
at Microsoft.Exchange.Data.Directory.ADDataSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request, ADObjectId originalId, Boolean emptyObjectSessionOnExcept
ion, Boolean isSync)
--- End of inner exception stack trace ---
at Microsoft.Exchange.Data.Directory.ADDataSession.AnalyzeDirectoryError(PooledLdapConnection connection, DirectoryRequest request, DirectoryException de, Int32 totalRetries, In
t32 retriesOnServer)
at Microsoft.Exchange.Data.Directory.ADDataSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request, ADObjectId originalId, Boolean emptyObjectSessionOnExcept
ion, Boolean isSync)
at Microsoft.Exchange.Data.Directory.ADDataSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request, ADObjectId originalId, Boolean emptyObjectSessionOnExcept
ion)
at Microsoft.Exchange.Data.Directory.ADDataSession.Save(ADObject instanceToSave, IEnumerable`1 properties, Boolean bypassValidation)
at Microsoft.Exchange.Management.Deployment.InstallUserAccount.InternalProcessRecord()
at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the
<SystemDrive>:\ExchangeSetupLogs folder.
D:\packete\cu8>setup.exe /Mode:Upgrade /IAcceptExchangeServerLicenseTerms
Welcome to Microsoft Exchange Server 2013 Cumulative Update 8 Unattended Setup
Copying Files...
File copy complete. Setup will now collect additional information needed for installation.
Languages
Mailbox role: Transport service
Client Access role: Front End Transport service
Mailbox role: Client Access service
Mailbox role: Unified Messaging service
Mailbox role: Mailbox service
Management tools
Client Access role: Client Access Front End service
Performing Microsoft Exchange Server Prerequisite Check
Configuring Prerequisites COMPLETED
Prerequisite Analysis COMPLETED
Configuring Microsoft Exchange Server
Preparing Setup COMPLETED
Stopping Services COMPLETED
Language Files COMPLETED
Removing Exchange Files COMPLETED
Preparing Files COMPLETED
Copying Exchange Files COMPLETED
Language Files COMPLETED
Installing product D:\packete\cu8\sr\ClientLanguagePack.msi failed. Fatal error during installation. Error code is 1603. Last error reported by the MSI package is 'Source file
not found: D:\packete\cu8\sr\Setup\ServerRoles\Common\sr\Microsoft.Exchange.AirSync.Resources.dll. Verify that the file exists and that you can access it.'. It was running the co
mmand 'Install-MsiPackage -PackagePath 'D:\packete\cu8\sr\ClientLanguagePack.msi' -LogFile 'C:\ExchangeSetupLogs\Install.sr.Client.20150322-111108.msilog' -Features 'AdminTools','M
ailbox','ClientAccess','Gateway','Bridgehead','UnifiedMessaging','ClientLanguagePack' -PropertyValues 'LOGVERBOSE=1 TARGETDIR="D:\Program Files\Microsoft\Exchange Server\V15"''.
FAILED