[Migrated from MSDN Exchange Dev]Exchange Server 2016 Adding New Node to Dag

Lucas Liu-MSFT 6,161 Reputation points
2020-11-09T08:17:33.217+00:00

[Note] This thread was originally posted on MSDN. As the MSDN Exchange Dev forum mainly focuses on developing issues and the TechNet Exchange forums for general questions have been locked down, we manually migrated this one to Microsoft Q&A platform to continue the troubleshooting.

Hello Everyone

I have a requirement to add a new Exchange Server 2016 Node in Existing DAG and I need your help to step by step to configure this node in DAG with URL and SSL Certificate properly without facing any issue in production environment, Please note the below which I already taken care of.

  1. I already installed the new Exchange Server 2016 on windows server 2016 OS
  2. After Installation received error message from few users and outlook is not getting connected and prompting with SSL Certificate and URL mismatch error
  3. I need exact powershell command to configure the exchange node same as other nodes URL (I need to get command to check the current configuration and set command to set the same URL on this node) without breaking any current configuration to avoid the chaos
  4. I exported the SSL Certificare from other exchange node and import on this new node successfully
  5. I need steps to properly configure this node as same as exisiting exchange node and have to add inside the existing dag
  6. I installed the similar windows updates same as other nodes and CU also matching with the other nodes
  7. I need support configuring this exchange node with existing URLs
  8. Need support with step by step to avoid any production issues

Thanks for your support in advance.

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,360 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lucas Liu-MSFT 6,161 Reputation points
    2020-11-09T08:19:14.497+00:00

    Hi,
    What is the specific error?
    Which URL do you want to modify?
    This article may be helpful to you: How to suppress the AutoDiscover mismatch warning

    You could run the following command to add the Exchange server to DAG, and please noted that a DAG is a set of up to 16 Microsoft Exchange Server Mailbox servers:

    Add-DatabaseAvailabilityGroupServer -Identity <> -MailboxServer <>  
    

    ----------

    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.

    0 comments No comments