要将内部时间服务器配置为与外部时间源同步,请使用以下方法之一:
若要自动修复此问题,请单击“下载”按钮。 在“文件下载”对话框中,选择 “运行” 或“打开”,然后按照 Easy fix 向导中的步骤操作。
运行 Easy fix 解决方案配置外部时间源时,需要指定 NTP 服务器的名称。 Easy fix 解决方案将具有占位符名称 Server1 和 Server2。 将这些占位符名称替换为 NTP 服务器的名称且后跟““,0x1””,即ntp3.aliyun.com,0x1
链接:https://pan.baidu.com/s/1fyh-iYcoi6XKOjO3J2jikQ
提取码:nmcd
阿里云授时服务器 #NTP服务器 ntp1.aliyun.com ntp2.aliyun.com ntp3.aliyun.com ntp4.aliyun.com ntp5.aliyun.com ntp6.aliyun.com ntp7.aliyun.com #Time服务器 time1.aliyun.com time2.aliyun.com time3.aliyun.com time4.aliyun.com time5.aliyun.com time6.aliyun.com time7.aliyun.com 国内大学授时服务器 s1c.time.edu.cn 北京大学 s2m.time.edu.cn 北京大学 s1b.time.edu.cn 清华大学 s1e.time.edu.cn 清华大学 s2a.time.edu.cn 清华大学 s2b.time.edu.cn 清华大学 国外授时服务器 #苹果提供的授时服务器 time1.apple.com time2.apple.com time3.apple.com time4.apple.com time5.apple.com time6.apple.com time7.apple.com #Google提供的授时服务器 time1.google.com time2.google.com time3.google.com time4.google.com
修改默认NTP服务器地址
Windows Server操作系统默认配置微软NTP服务器(time.windows.com),但是可能经常同步出错。使用阿里云ECS实例时,您可以将默认NTP服务器更换成阿里云提供的内网NTP服务器。
按以下步骤修改默认NTP服务器地址:
修改NTP服务时间同步间隔
NTP服务的时间同步间隔默认是5分钟,您可以根据业务需求自定义同步间隔。按以下步骤修改时间同步间隔:
https://www.cnblogs.com/xiaoerlang/p/6576610.html
首先安装NTP:
yum install ntp
修改/etc/ntp.conf
server ntp1.aliyun.com prefer
server ntp2.aliyun.com
手工发起同步:ntpdate ntp1.aliyun.com
启动NTP服务:service ntpd start
设置开机启动:chkconfig ntpd on
检查设置:chkconfig --list ntpd
参考:https://help.aliyun.com/document_detail/51890.html
https://help.aliyun.com/document_detail/92803.html?spm=a2c4g.11186623.2.21.411549eaNJ3FsK
https://help.aliyun.com/document_detail/92704.html?spm=a2c4g.11186623.2.14.411549eaNJ3FsK#TimeCalibrationNTP
https://support.microsoft.com/zh-cn/help/816042/how-to-configure-an-authoritative-time-server-in-windows-server
https://www.jianshu.com/p/28864ab7fdd9
https://yq.aliyun.com/articles/668836
原文:https://www.cnblogs.com/xiaoyou2018/p/10656062.html