我不能在我的生活中让我的Hyper-V PDC(2012 R2)与外部时间源同步。 我已经尝试了一些configuration,但最终我只能得到w32tm /query /source命令显示Local CMOS Clock或VM IC Time Synchronization Provider
我已经尝试了以下设置
w32tm /config "/manualpeerlist: 0.pool.ntp.org" /syncfromflags:manual /reliable:yes /update net stop w32time && net start w32time w32tm /resync /rediscover
w32tm /query /source显示VM IC Time Synchronization Provider w32tm /config "/manualpeerlist: 0.pool.ntp.org" /syncfromflags:manual /reliable:yes /update net stop w32time && net start w32time w32tm /resync /rediscover
w32tm /query /source显示Local CMOS Clock HKLM\System\CurrentControlSet\Services\W32Time\TimeProviders\VMICTimeProvider :Enabled:0
w32tm /config "/manualpeerlist: 0.pool.ntp.org" /syncfromflags:manual /reliable:yes /update net stop w32time && net start w32time w32tm /resync /rediscover
w32tm /query /source显示Local CMOS Clock 什么是正确的方式来configurationHyper-V PDC正确地与外部源同步?
当您说您在安装程序2中禁用了时间同步集成服务时,是否要取消选中虚拟机属性中的该框? 如果是这样,那么这是正确的程序。 再次closures安装程序2并在提升的命令提示符下的DC上运行以下命令。 然后像在Setup 2中一样重新configuration它。
净停止w32time
w32tm /取消注册
w32tm /注册
networking启动w32time