DAG Issue with Offline Site and Active Database Move

Saviola 0 Reputation points
2024-08-17T02:03:54.19+00:00

Environment:

Two AD Sites: Site A (Primary) and Site B (Secondary). Exchange Servers:

  • Site A: SiteA-Exch1 (Preferred Server)
  • Site B: SiteB-Exch1 (Second Server) Witness Server: Initially configured in Site B (not sure why). Active Database Copy: Located in Site B.

Problem:

Site B Offline: The site went offline and will remain so for a while, making the active database copy unavailable. Consequences:

  • SiteA-Exch1 cluster node was down due to loss of the witness.
  • Attempts to move the active database copy to SiteA-Exch1 failed, with errors indicating RPC attempts to the offline SiteB-Exch1.
  • The witness server being set to Site B caused further complications in reconfiguring the DAG.

Steps Taken:

Witness Server Reset: Successfully reset the witness server to Site A.

  • Result: SiteA-Exch1 cluster node is now up. Force Database Move Attempt:**
  • Used Move-ActiveMailboxDatabase with -ActivateOnServer, -MountDialOverride:BestAvailability, and -SkipActiveCopyChecks. *Issue: The move continued to fail due to unsuccessful RPC attempts to the offline SiteB-Exch1.

Request for Assistance:

Avoiding Rebuild: Looking for advice on whether additional steps could have been taken to avoid rebuilding the entire thing. Error Resolution: Any insights into resolving “Access Denied” and RPC errors in this context would be greatly appreciated.

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,669 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
565 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Andy David - MVP 149.2K Reputation points MVP
    2024-08-17T15:12:44.0333333+00:00

    Try the move with

    -SkipAllChecks

    or

    -SkipHealthChecks

    With an understanding what those switches mean:

    https://learn.microsoft.com/en-us/powershell/module/exchange/move-activemailboxdatabase?view=exchange-ps

    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.