Hi, The exchange config seem good, but please make sure the Exchange server itself is using DC2 IP for DNS (ipconfig /all). Using the bad DNS configuration will make the server fail more indirect thing like Kerberos auth with client computer.
Exchange Server is not working when the DC is off

Hello!
There're two DCs (DC and DC2) in a single site and two Exchange Servers 2019 - Exch1 and Exch2.
Initially DC was the PDC and I recently transfered all FSMO to DC2.
The problem: when DC is down Exch2 is not functioning:
Exch1 does work and is using DC2 as expected:
Seems Exch2 "wants" to talk to only the former pdc - DC, but Get-ExchangeServer ... EXCH2 command shows DC2 in the Originating DC field:
There're no events 2080 in the log as described here (at least in the Application and System logs).
Why does Exch2 can't "see" the new PDC server (DC2, GC)?
Thank you in advance,
Michael
2 additional answers
Sort by: Most helpful
-
Mikhail Firsov 1,801 Reputation points
2022-11-11T08:21:47.623+00:00 Hello,
Thank you very much for your replies!
"is that DC is hard-coded to Exch 2" - no:
"By default, Exchange attempts to connect to a DC that is available on the same site." - agree!
...I must apologize for the question... I was so sure my dns settings for BOTH Exchange servers contained IPs of BOTH domain controllers that I couldn't even had imagined Exch2 was missing the second DC's address :(
"please make sure the Exchange server itself is using DC2 IP for DNS (ipconfig /all)" - that's it!
Thank you all once again for your help!
Regards,
Michael -
LilyLi2-MSFT 1,956 Reputation points
2022-11-11T06:45:01.383+00:00 Hi @Mikhail Firsov ,
By default, Exchange attempts to connect to a DC that is available on the same site.
Did you hardcode Exch2 to a specific DC? You can check the static domain controller with the following command:
Get-ExchangeServer -identity <server name> -status | fl *static*
If you specify the static value, you can use Set-ExchangeServer to set it as the default.
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.