Exchange 2019 Cluster node is in Quarantine Status

Catherine Jaszewski 716 Reputation points
2021-10-25T19:37:01.423+00:00

My Exchange 2019 Cluster node for one of my two Mailbox Servers is in a Quarantine State and the DAG node is offline. The Node that is showing Quarantine status holds the passive copy of the Mailbox databases.
How do I get the node out of Quarantine State?

Can I simply use the "Get-ClusterGroup “Cluster Group” | Move-ClusterGroup –Node" powershell command to bring the DAG back online?

Please advise.

thank you,

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,341 questions
{count} votes

Accepted answer
  1. Andy David - MVP 141.3K Reputation points MVP
    2021-10-25T20:28:07.463+00:00

    Have you tried:

    Start-ClusterNode  -name <Quarantined Server>  –ClearQuarantine
    

3 additional answers

Sort by: Most helpful
  1. Catherine Jaszewski 716 Reputation points
    2021-10-25T20:40:03.073+00:00

    Hi Andy,

    Thank you for responding. I did try "Start-ClusterNode -Name "Quarantined Server" -ClearQuarantine" command.
    Still in Quarantine state...

    The DAG is back on line and I am thinking we have to wait the 2 hour reset for the node to come out of quarantine.

    And the when I do a Get-ClusterNode both nodes are coming up in a up state..


  2. Andy David - MVP 141.3K Reputation points MVP
    2021-10-25T21:18:33.687+00:00

    Yea, you may need to wait it out :(
    So, my honest suggestion is to add at least another server to the DAG in the primary site so you always have redundancy even if one node is offline :)

    0 comments No comments

  3. almighty_TOPE 0 Reputation points
    2023-08-24T14:39:15.61+00:00

    just had the same issue. You have to stop the cluster node first: Stop-ClusterNode -Name "Quarantined Server".

    Make sure you drained the node from all roles before.

    Then you can start the node again using Start-ClusterNode -Name "Quarantined Server" -ClearQuarantine.

    0 comments No comments