积极答复者
Windows Server 2012 DHCP故障转移高可用无法自动复制

问题
-
我发现Windows Server 2012的DHCP故障转移高可用只能提供提供服务的冗余,但无法对正常服务中参数修改进行自动同步,比如:
在主DHCP服务器上修改作用域选项,在副DHCP服务器上是不会同步修改信息的。
OK,查了下资料发现微软出了这样个工具:
https://gallery.technet.microsoft.com/scriptcenter/Auto-syncing-of-configurati-6eb54fb0
结果看了工具说明文档发现:
Limitations
DFACS has the following limitations which are important for consideration while using it:
- It cannot be used in cases where configuration changes for scopes in a failover relationship are being made on either of the DHCP servers.
- Following scope configuration changes are not instantaneously synchronized by the tool as there are no events logged for these changes in DHCP operational event log. However, these changes will get synchronized in the periodic synchronization
process.
- Scope IP range change in scope properties.
- Activation/Deactivation of policies under scope.
- Deletion of scope options.
- Configuration changes made to server level configuration (e.g. server level options, policies etc) are not synchronized by this tool.
我来解释下:
主要说此工具无法同步作用域下的地址池修改、无法同步作用域下的策略、无法同步删除地址池,大概就这些。
我实际测试了下:
2台DHCP我都运行了install.PS1进行自动安装计划任务,并且更改为无需登陆都可以运行。
测试下,在主DHCP服务器上:
修改地址池,肯定不能同步
修改策略,不能同步
增加作用域选项参数,同步了
删除作用域选项参数,不同步
在副DHCP服务器上:
修改地址池,不同步
修改策略,不同步
增加作用域选项参数,不同步
删除作用域选项参数,不同步
试问这样的工具有什么用处呢?
当然期望能进行自动同步,而不是手动去点击复制
答案
全部回复
-
- 已建议为答案 Steven_Lee0510Moderator 2014年11月12日 3:28
-
- 已建议为答案 Steven_Lee0510Moderator 2014年11月12日 3:28