question

CatherineJaszewski-5685 avatar image
0 Votes"
CatherineJaszewski-5685 asked CatherineJaszewski-5685 commented

Should Cluster Core Resource server go back online automatically?

In the Failover Cluster Manager Console, should the Cluster Core Resource (the name of the Exchange ‎DAG) automatically go back to Online after the Witness Server is restarted?‎

I have two Exchange Mailbox servers and one witness server (not an Exchange server) in a Database ‎Availability Group (DAG). When I restart the witness server, the Cluster Core Resource server (in the ‎Failover Cluster Manager) stays in an “Offline” state until I run “Get-ClusterGroup “Cluster Group” | ‎Move-ClusterGroup –Node name-of-dag”.

‎ Note – I understand the witness server in this scenario is strictly used for quorum and I’ve verified the ‎‎“Offline” state does not affect replication health. I am most concerned with quorum. I am trying to avoid any problems in the event the ‎Cluster Core Resource server does not come back online, someone forgets to run “Get-ClusterGroup ‎‎“Cluster Group” | Move-ClusterGroup –Node name-of-dag” and one of the two Exchange Mailboxes in ‎the DAG fails.
Please advise. ‎



office-exchange-server-administration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

EricYin-MSFT avatar image
0 Votes"
EricYin-MSFT answered CatherineJaszewski-5685 commented

You can reboot a DAG witness server but only if your DAG cluster is operating with all of its members online.

An FSW (file share witness) will only come into play during a failover scenario. This means that it will become a problem if a DAG member fails at the exact same moment your FSW is rebooting, because the remaining DAG member will then not achieve majority, causing the cluster to fail completely.

Note that if you reboot the FWS often in a short period, the cluster will mark the FWS as unreliable and fail the cluster. In that case, you should manually bring it back online by running the following PS cmdlet on a DAG member:

 Get-ClusterResource | Start-ClusterResource

If you only reboot the witness server once and it showing offline, it's not normal, try setting another witness server.

Or you can also enable dynamic quorum: https://social.technet.microsoft.com/wiki/contents/articles/32325.exchange-2013-how-does-dynamic-quorum-work-for-a-two-node-dag.aspx


If an Answer 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.



· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,
I am writing here to confirm with you how the thing going now?
If you need further help, please provide more detailed information, so that we can give more appropriate suggestions.


If an Answer 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 Votes 0 ·

Actually, with the latest OS CU came an update to the Cluster Service Network Driver which seems to have resolved the issue. I am also noticing the Recovery property for the Cluster Service has been changed to Restart...Which I believe is also resolving the issue. thank you for following up.

0 Votes 0 ·