Quantcast
Channel: Exchange Server 2013 - Setup, Deployment, Updates, and Migration 论坛
Viewing all articles
Browse latest Browse all 7008

Exchange 2013 CU1 Upgrade to CU2 FAILS - Server non-functional

$
0
0

I have repeated tried to upgrade and the process always fails at the Mailbox Role: Mailbox Service step.

below are my command prompt logs.

 

C:\Users\admin.MIDWESTFIBRE.000\Desktop\exch2013v2>setup.exe /PrepareSchema /IAc

ceptExchangeServerLicenseTerms

 

Welcome to Microsoft Exchange Server 2013 Cumulative Update 2 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

 

    Extending Active Directory schema                         COMPLETED

 

The Exchange Server setup operation completed successfully.

 

C:\Users\admin.MIDWESTFIBRE.000\Desktop\exch2013v2>setup.exe /PrepareSchema /IAc

ceptExchangeServerLicenseTerms

 

Welcome to Microsoft Exchange Server 2013 Cumulative Update 2 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

 

    Extending Active Directory schema                         COMPLETED

 

The Exchange Server setup operation completed successfully.

 

C:\Users\admin.MIDWESTFIBRE.000\Desktop\exch2013v2>setup.exe /PrepareAD /IAccept

ExchangeServerLicenseTerms

 

Welcome to Microsoft Exchange Server 2013 Cumulative Update 2 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();

        initialize-ExchangeUniversalGroups -DomainController $RoleDomainControll

er -ActiveDirectorySplitPermissions $RoleActiveDirectorySplitPermissions

 

" was run: "The well-known object entry B:32:C67FDE2E8339674490FBAFDCA3DFDC95:CN

=Discovery Management\0ADEL:7abf2d23-da5a-48a3-a771-82b94a4ccc28,CN=Deleted Obje

cts,DC=MidwestFibreSales,DC=com on the otherWellKnownObjects attribute in the co

ntainer object CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=MidwestFibr

eSales,DC=com points to an invalid DN or a deleted object.  Remove the entry, an

d then rerun the task.".

 

 

The Exchange Server setup operation didn't complete. More details can be found

in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.

 

C:\Users\admin.MIDWESTFIBRE.000\Desktop\exch2013v2>setup.exe /PrepareAD /IAccept

ExchangeServerLicenseTerms

 

Welcome to Microsoft Exchange Server 2013 Cumulative Update 2 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                                  COMPLETED

 

The Exchange Server setup operation completed successfully.

 

C:\Users\admin.MIDWESTFIBRE.000\Desktop\exch2013v2>setup.exe /PrepareAD /IAccept

ExchangeServerLicenseTerms

 

Welcome to Microsoft Exchange Server 2013 Cumulative Update 2 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                                  COMPLETED

 

The Exchange Server setup operation completed successfully.

 

C:\Users\admin.MIDWESTFIBRE.000\Desktop\exch2013v2>setup.exe /m:upgrade /IAccept

ExchangeServerLicenseTerms

 

Welcome to Microsoft Exchange Server 2013 Cumulative Update 2 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

 

    Language Files                                            COMPLETED

    Restoring Services                                        COMPLETED

    Language Configuration                                    COMPLETED

    Mailbox role: Transport service                           COMPLETED

    Client Access role: Front End Transport service           COMPLETED

    Mailbox role: Client Access service                       COMPLETED

    Mailbox role: Unified Messaging service                   COMPLETED

    Mailbox role: Mailbox service                             FAILED

     The following error was generated when "$error.Clear();

          $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::

DiscoveryMailboxUniqueName;

          $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbo

x]::DiscoveryMailboxDisplayName;

          $dismbx = get-mailbox -Filter {name -eq $name} -IgnoreDefaultScope -re

sultSize 1;

          if( $dismbx -ne $null)

          {

          $srvname = $dismbx.ServerName;

          if( $dismbx.Database -ne $null -and $RoleFqdnOrName -like "$srvname.*"

 )

          {

          Write-ExchangeSetupLog -info "Setup DiscoverySearchMailbox Permission.

";

          $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $

_.Mounted -eq $true };

          if( $mountedMdb -eq $null )

          {

          Write-ExchangeSetupLog -info "Mounting database before stamp Discovery

SearchMailbox Permission...";

          mount-database $dismbx.Database;

          }

 

          $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $

_.Mounted -eq $true };

          if( $mountedMdb -ne $null )

          {

          $dmRoleGroupGuid = [Microsoft.Exchange.Data.Directory.Management.RoleG

roup]::DiscoveryManagement_InitInfo.WellKnownGuid;

          $dmRoleGroup = Get-RoleGroup -Identity $dmRoleGroupGuid -DomainControl

ler $RoleDomainController -ErrorAction:SilentlyContinue;

          if( $dmRoleGroup -ne $null )

          {

            trap [Exception]

            {

              Add-MailboxPermission $dismbx -User $dmRoleGroup.Name -AccessRight

s FullAccess -DomainController $RoleDomainController -ErrorAction SilentlyContin

ue;

              continue;

            }

 

            Add-MailboxPermission $dismbx -User $dmRoleGroup.Identity -AccessRig

hts FullAccess -DomainController $RoleDomainController -WarningAction SilentlyCo

ntinue;

          }

          }

          }

          }

        " was run: "Couldn't resolve the user or group "MidwestFibreSales.com/Mi

crosoft Exchange Security Groups/Discovery Management." If the user or group is

a foreign forest principal, you must have either a two-way trust or an outgoing

trust.".

 

 

The Exchange Server setup operation didn't complete. More details can be found

in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.

 

C:\Users\admin.MIDWESTFIBRE.000\Desktop\exch2013v2>

Urgent help would be greatly appreciated! This is a production server!



Viewing all articles
Browse latest Browse all 7008

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>