Unable to add DAG member server in exchange 2019

Nur Hossain 282 Reputation points
2020-09-08T06:02:53.427+00:00

Need help,

I am getting following error message, while adding member server in existing DAG.

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 'UDRPMPRD1'.. [Server: UDCPMPRD3.xyz.com.bd]

Exchange | Exchange Server | Management
{count} votes

4 answers

Sort by: Most helpful
  1. SHAMBHU SHARMA 26 Reputation points
    2022-12-05T09:11:28.21+00:00

    In my case, cluster were corrupted on problematic server and I follow below solution:
    If you face same problem in Exchange 2019 server:

    Clear-ClusterNode -Name XXXXXX (Problematic Server) -Force (PowerShall)

    Restart the server

    Add-DatabaseAvailabilityGroupServer -Identity “DAG Name” -MailboxServer XXXXXX(Problematic Server)

    Server should be added and validate the DAG members and FileShare.

    2 people found this answer helpful.
    0 comments No comments

  2. Ashok M 6,846 Reputation points
    2020-09-08T06:55:02.037+00:00

    Hi,

    Could you please provide more information,

    1. Detailed version of exchange server, Get-ExchangeServer | select AdminDisplayVersion

    Please check the below,

    1. Check whether the OS is same as the node which is part of DAG
    2. Check the network adapter configuration on the node trying to add to the DAG
    3. Are you able to ping the node trying to add
    4. Firewall communication between the existing and the new member - cluster port, etc
    5. Pre-requisites are properly installed on the second node trying to add
    6. IP DAG or IP-Less DAG?
    7. Try installing windows failover cluster from server manager and then try adding the node to the member
    8. Try disabling IPv6 on the second node and add it
    0 comments No comments

  3. Lucas Liu-MSFT 6,191 Reputation points
    2020-09-09T02:28:25.137+00:00

    Hi @Nur Hossain ,

    1. Please run the following first command to check if the Windows Failover Clustering is installed on “UDRPMPRD1”. If not, please run the second command to install the Windows Failover Clustering on “UDRPMPRD1”. And please note that after installation you need to reboot the server to complete the installation.
    Get-WindowsFeature Failover-Clustering
    Install-WindowsFeature Failover-Clustering
    

    2.According to my research, enabling IPv6 may also could cause this issue. So please try to disable the IPv6 and try to add DAG member server again. You could following the steps to disable the IPv6.

    1. Open the registry and navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\
    2. Set the max value of DisabledComponents to 0xFF, if DisabledComponents does not exist, please create a named DisabledComponents with the type of REG_DWORD and set it.
    3. Reboot the server. Please note: If you modify the registry incorrectly, serious problems may occur. Before making changes, please back up the registry to restore it, just in case something goes wrong. For more information you could refer to: Guidance for configuring IPv6 in Windows and How to back up and restore the registry in Windows.

    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.


  4. Edward van Biljon 6 Reputation points Volunteer Moderator
    2020-09-09T17:42:12.43+00:00

    When you added the server to the DAG, did it not install Failover Clustering? I have seen it sometimes fail if there were changes done like windows updates and after a reboot it works or if you have a larger environment maybe your AD replication has not gone through yet?

    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.