Share via

database availability group administrative operation failed

ARMH 36 Reputation points
2022-06-05T12:59:44.953+00:00

I am getting following error when I am tryin to add both servers in to DAG exchange server 2019,
My Domain Controller is in Windows server 2019
Both Exchange server 2019 has installed on windows server 2019

ERROR

A server-side database availability group administrative operation failed. Error The operation failed. CreateCluster errors may result from incorrectly configured static addresses. Error: Windows Failover Clustering isn't installed on

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

0 comments No comments

Answer accepted by question author

Aholic Liang-MSFT 13,926 Reputation points Microsoft External Staff
2022-06-06T02:21:54.153+00:00

Hi @AbdulrahumanHasardeen-6040 ,
Please use the following cmdlet to check if the Windows Failover Clustering is installed on the server in the error report, and make sure you have reboot the server to complete the installation:

Get-WindowsFeature Failover-Clustering  

208602-2022-06-061.png

If not, run the following cmdlet to install the Windows failover cluster.

Install-WindowsFeature Failover-Clustering  

If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our [documentation][2] to enable e-mail notifications if you want to receive the related email notification for this thread.

[2]: https://learn.microsoft.com/en-us/answers/articles/67444/email-notifications.html

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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