Procedure on how to decommission Exchange Server 2010 with DAG configured after migrating to Exchange Server 2013

Raymond Supilanas 66 Reputation points
2021-04-28T06:10:37.763+00:00

Hi,

Good Day!

May I ask what is the proper way of decommissioning of Exchange Server 2010 with DAG configured after migrating to Exchange Server 2013.

Thanks,
Raymond

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

10 answers

Sort by: Most helpful
  1. Andy David - MVP 157.8K Reputation points
    2021-04-28T11:24:59.25+00:00
    1. Ensure all mailboxes are moved to 2013 including the arbitration mailboxes
      Get-Mailbox -Arbitration | New-MoveRequest -TargetDatabase <2013DB>
    2. Remove all database copies from all the servers except the last one
      https://learn.microsoft.com/en-us/exchange/high-availability/manage-ha/remove-db-copies?view=exchserver-2019
    3. Remove all the mailbox severs from the DAG:
      https://learn.microsoft.com/en-us/exchange/high-availability/manage-ha/dag-memberships?view=exchserver-2019#use-the-eac-to-manage-database-availability-group-membership
    4. Uninstall Exchange from each 2010 server ( setup will alert if you not removed 2010 as a source server in any send connector or still have a mailbox on the server)
      Add/Remove Programs and uninstall.
    1 person found this answer helpful.
    0 comments No comments

  2. Kael Yao 37,746 Reputation points Moderator
    2021-04-29T02:43:46.877+00:00

    Hi Raymond,

    Agree with Andy, if you have finished the migration to Exchange 2013 (moved all the mailboxes including arbitration mailboxes, configured DNS records to point to Exchange 2013),
    to decommission the DAG, you may need to first remove the database copies,then remove the nodes from the DAG and finally remove the DAG.

    In addition, I would recommend to shut down the Exchange 2010 servers for a few days before finally decommissioning them to check if there are any problems with the mail flow or client access.

    There is also an article from Exchange Team Blog for your reference: Best practices when decommissioning Exchange 2010


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Raymond Supilanas 66 Reputation points
    2021-05-03T02:10:20.393+00:00

    Hi Andy and Kael,

    Good Day!

    Sorry for the late response and thank you for sharing your thoughts.

    I confused in some articles that I have reading because they will remove the databases in each server after removing the database copy and DAG.

    May we ask if do I need to remove the Offline Address Book? If yes, when I will this procedure?

    Thanks,
    Raymond


  4. Raymond Supilanas 66 Reputation points
    2021-05-06T07:11:26.507+00:00

    Hi Kael,

    Good Day!

    Meaning I need to remove the OAB of 2010 since the Exchange Server 2013 is already added before removing the DAG configuration?

    Thanks,
    Raymond


  5. Raymond Supilanas 66 Reputation points
    2021-05-12T00:45:30.873+00:00

    Hi Kael,

    Good Day!

    This is noted. I will run that command to check the OAB and will update you once we have schedule with the client to do this.

    May I ask if the OAB is required to remove when decommissioning of Exchange Server 2010 after the upgrade to Exchange Server 2013?

    Thanks,
    Raymond

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.