Forum Discussion
AZ365
Jan 18, 2023Copper Contributor
Windows DHCP servers in HA does not replicate scope options?
Hi, I have two Windows Server 2019 with DHCP configured running in failover/HA mode. The status of failover is normal. However, I notice if I add a scope option in one of the scopes on one DHCP serv...
- Jan 19, 2023
Yes, this is expected behavior. You can use PowerShell for this purpose.
Invoke-DhcpServerv4FailoverReplication (DhcpServer) | Microsoft Learn
AZ365
Jan 19, 2023Copper Contributor
Thanks, Dave Patrick!
Do you by any chance know the reason behind it? It does not quite make sense scope changes have to be replicated manually, considering replicating scope configs/data is part of Failover/HA relationship establishment in the first place. Keeping both servers in sync including the scope configurations should be the primary objective of the HA. Thanks.
Dave Patrick
Jan 19, 2023MVP
Sorry but configuration changes are not automatically replicated.
Automatic syncing of scope configuration changes between 2 DHCP failover servers | Microsoft Learn
- AZ365Jan 19, 2023Copper ContributorThank you very much, Dave! I really appreciate your help!
- Dave PatrickJan 19, 2023MVP
You're welcome.