A atualização do Exchange falha devido a um problema de replicação

1

Estou tentando atualizar um servidor de troca 2013 para CU18, mas está falhando no momento.

O erro é ...

The server side error is: 0x21a2 The FSMO role ownership could not be verified because its directory partition has not replicated successfully with at least one replication partner.

Agora, este é um servidor autônomo, mas originalmente ele tinha um parceiro, mas acabamos cancelando isso.

Posso ver nos sites e serviços do diretório ativo que ele é listado e o servidor que seria sua réplica.

Posso apenas clicar com o botão direito e excluir esse servidor de sites e serviços para continuar? Alguém sabe?

Eu tive um pouco de pesquisa e tudo sugere que eu corrija a replicação antes de continuar ... bem isso é mais fácil dizer do que fazer como o servidor que ia ser a réplica não existe mais.

qualquer ajuda appriciated.

    
por John 20.11.2017 / 22:05

1 resposta

1

Parece que você vai querer fazer o seguinte para o servidor que foi removido:

link

Step 1: Cleaning up metadata via Active Directory Users and Computers

  1. Log in to DC server as Domain/Enterprise administrator and navigate to Server Manager > Tools > Active Directory Users and Computers
  2. Expand the Domain > Domain Controllers
  3. Right click on the DC server that need to remove manually and click delete
  4. In next dialog box, click yes to confirm
  5. In next dialog box, select This Domain Controller is permanently offline and can no longer be demoted using the Active Directory Domain Services Installation Wizard (DCPROMO) and click Delete
  6. If the domain controller is global catalog server, in next window click yes to continue with deletion
  7. If the domain controller holds any FSMO roles in next window, click ok to move them to the domain controller which is available

Step 2: Cleaning up the DC server instance from the Active Directory Sites and Services

  1. Go to Server manager > Tools > Active Directory Sites and Services
  2. Expand the Sites and go to the server which need to remove
  3. Right click and click Delete
  4. In next window click yes to confirm

Step 3: Clean up metadata using ntdsutil

NOTE: Windows Server 2003 or earlier used ntdsutil and was bit of challenge but this was later simplified

  1. Right Click on Start > Command Prompt (admin)
  2. Type ntdsutil and enter
  3. Then metadata cleanup
  4. Next type remove selected server <servername>, replace <servername> with DC server to remove
  5. In warning window click yes to proceed
  6. Execute quit command twice
    
por 20.11.2017 / 22:18