有时服务器需要调整时区并调整时间,需要用到的命令:ntpdate 一般Linux系统都默认安装了NTP服务,如果没有安装的话,也可以直接使用yum安装,yum安装命令为:yum install -y ntpdate
首先修改一下时区为上海时区:
- cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
然后选择国家授时中心的服务器地址:ntpdate 210.72.145.44
注意:使用ntpdate命令的时候,必须关闭NTP服务,否则会报错,关闭命令: /etc/init.d/ntpdate stop
在定时任务#crontab -e中加入一行代码,使它每隔一分钟自动与NTP服务器同步,代码如下:
- */1 * * * * ntpdate 210.72.145.44
国内常用的NTP服务器地址:
- 210.72.145.44 (国家授时中心服务器IP地址)
- ntp.sjtu.edu.cn 202.120.2.101 (上海交通大学网络中心NTP服务器地址)
- s1a.time.edu.cn 北京邮电大学
- s1b.time.edu.cn 清华大学
- s1c.time.edu.cn 北京大学
- s1d.time.edu.cn 东南大学
- s1e.time.edu.cn 清华大学
- s2a.time.edu.cn 清华大学
- s2b.time.edu.cn 清华大学
- s2c.time.edu.cn 北京邮电大学
- s2d.time.edu.cn 西南地区网络中心
- s2e.time.edu.cn 西北地区网络中心
- s2f.time.edu.cn 东北地区网络中心
- s2g.time.edu.cn 华东南地区网络中心
- s2h.time.edu.cn 四川大学网络管理中心
- s2j.time.edu.cn 大连理工大学网络中心
- s2k.time.edu.cn CERNET桂林主节点
- s2m.time.edu.cn 北京大学