首先需要确定你的vps类型是什么,如果是openvz的话你就可以按下面的操作进行了。
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime #修改时区到东8区。
date -R #查看d时区设置。
接下来调整系统时间与时间服务器同步
yum install -y ntp #安装ntp
ntpdate -d us.pool.ntp.org #调试查看时间差异
ntpdate us.pool.ntp.org #同步时间
date -R # 检查时间匙否同步
修改 ntp d配置文件
nano /etc/sysconfig/ntpd
SYNC_HWCLOCK=yes #同步独立主机d硬件时钟
配置开机启动ntp服务,定期同步时间
chkconfig –levels 235 ntpd on
启动ntp同步
/etc/init.d/ntpd start
文章评论
[root@ ~]# ntpdate time.nist.gov
9 Feb 00:36:27 ntpdate[22254]: step-systime: Operation not permitted
这是怎么回事?
@orvice 试试这样呢.
yum install ntp
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ntpdate time.nist.gov
@Jalena Thx ,OpenVZ貌似不能自己更改。。我发TK联系空间商解决了~
@orvice openvz改是可以改,不过太麻烦了,有些vps需要底层权限.
openvz的主机我不说了。
@viger 你说点吧..