在各种Linux系统的服务器上设置时间同步的方法
独立主机
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/asia/shanghai /etc/localtime #修改时区到东8区。
date -r #查看的时区设置。
接下来调整系统时间与时间服务器同步
debian系统安装ntp校时包:
centos系统安装ntp校时包:
ubuntu系统安装ntp校时包:
修改/etc/ntp.conf
vi /etc/ntp.conf 就会看到以下内容:
这是默认的ntp同步服务器,大家可以自己改,全球ntp服务器地址:http://www.pool.ntp.org/
我改成了:
server time-a.nist.gov
server time.windows.com
server time.nist.gov
然 后保存退出(vi退出的方法见:http://www.dabu.info/personal-summary-personally-i- carefully-collected-must-be-familiar-with-vim-shortcut-key-operation.html)
接着输入下面的命令:
修改 ntp 的配置文件
xen vps
最好是安装ntp服务,这样可以解决vps在重启后时间不准的问题。有时候,依靠母鸡的硬件时钟,总是差七八分钟。实在没辙了。而已很多的web服务,如google authenticator等,如果时间不同步,会导致无法验证的地步,自然就网站都登陆不上了。
接下来调整系统时间与时间服务器同步
debian系统安装ntp校时包:
centos系统安装ntp校时包:
ubuntu系统安装ntp校时包:
修改/etc/ntp.conf
vi /etc/ntp.conf 就会看到以下内容:
这是默认的ntp同步服务器,大家可以自己改,全球ntp服务器地址:http://www.pool.ntp.org/
我改成了:
server time-a.nist.gov
server time.windows.com
server time.nist.gov
然 后保存退出(vi退出的方法见:http://www.dabu.info/personal-summary-personally-i- carefully-collected-must-be-familiar-with-vim-shortcut-key-operation.html)
接着输入下面的命令:
然后尝试上面独立主机的配置方法即可。通过配置时间正确后,编辑系统配置文件,让配置永久生效。
openvz vps
(burst vps 采用)
openvz的vps直接从物理机读取时间不允许对主机进行时间修改,你只需修改时区。我还没用过openvz vps,所以,不清楚能否用ntp服务不,可以试试安装ntp service 看。如果可以的话,请告诉我。
此时如果时间和时区都正确,配置成功,时间如果不对,需要联系主机服务商的技术支持,让他们把母鸡(物理机)时间同步,你的vps时间就会正常。