原文链接:https://www.chenweiliang.com/cwl-1307.html
最简单的方法,是通过SSH命令,快速配置OpenVZ同步时区到NTP服务器。
删除本地时区
rm -rf /etc/localtime
#修改时区到+8区
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
#查看的时区设置
date -R
接下来调整系统时间与时间服务器同步
yum install -y ntp #安装ntp
ntpdate -d us.pool.ntp.org #调试查看时间差异
ntpdate us.pool.ntp.org #同步时间
date -R # 检查时间是否同步
修改 ntp 的配置文件
vi /etc/sysconfig/ntpd
#同步独立主机的硬件时钟
SYNC_HWCLOCK=yes
配置开机启动 ntp 服务,定期同步时间
systemctl enable ntpd.service
启动 ntp 同步
systemctl enable ntpd.service
欢迎转载《CentOS7如何修改系统时间?OpenVZ同步时区到NTP服务器》
陈沩亮版权所有,转载请注明出处链接:https://www.chenweiliang.com/cwl-1307.html
网站地址:https://www.chenweiliang.com/
欲获取更多资讯内幕和秘技,欢迎进入Telegram频道:cwlboke
没有评论:
发表评论