博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CentOS 7 时间同步方法
阅读量:5742 次
发布时间:2019-06-18

本文共 1503 字,大约阅读时间需要 5 分钟。

centos 7 时间同步使用的是chrony工具

1、检测chrony包是否安装

[root@martin ~]# rpm -qa|grep chrony

2、安装chrony

[root@martin ~]# yum install chrony -y

3、启动chrony并查看其状态

[root@martin ~]# systemctl start chronyd[root@martin ~]# systemctl status chronyd

4、查看系统时间

[root@martin ~]# timedatectl       Local time: Mon 2018-05-14 09:55:13 CST  Universal time: Mon 2018-05-14 01:55:13 UTC        RTC time: Mon 2018-05-14 01:55:14       Time zone: Asia/Shanghai (CST, +0800)     NTP enabled: yesNTP synchronized: yes RTC in local TZ: no      DST active: n/a timedatectl        status       显示当前时间信息                   set-time      设定当前时间                   set-timezone  设定当前时区(Asia/Shanghai)                   set-local-rtc 设定bios时间
5、设置亚洲时区
timedatectl set-timezone Asia/Shanghai
6、启用NTP同步

 

timedatectl set-ntp yes

7、同步时间

[root@martin ~]# chronyc makestep200 OK

8、查看时间同步的信息来源

[root@localhost ~]# chronyc sources210 Number of sources = 4MS Name/IP address         Stratum Poll Reach LastRx Last sample               ===============================================================================^+ 119.79-161-57.customer.l>     2   6    77    34    -10ms[  -10ms] +/-  210ms^+ makaki.miuku.net              2   6    77    34  -8951us[-8951us] +/-  210ms^+ cn.ntp.faelix.net             2   6    77    35  -8692us[-8692us] +/-  111ms^* ntp7.flashdance.cx            2   6    77    36    +40ms[  +13ms] +/-  188ms

9、Chrony的配置文件在/etc/chrony.conf

server ntp1.aliyun.comserver time1.aliyun.com

 

转载于:https://www.cnblogs.com/jmaly/p/9034701.html

你可能感兴趣的文章
I.MX6 wpa_cli 使用
查看>>
OpenMediaVault 搭建git,ssh无法连接问题
查看>>
[WPF]使用WindowChrome自定义Window Style
查看>>
java多线程之:Java中的ReentrantLock和synchronized两种锁定机制的对比 (转载)
查看>>
mysql性能优化学习笔记-参数介绍及优化建议
查看>>
[Everyday Mathematics]20150105
查看>>
166.3. 容器
查看>>
Netkiller Spring 手札之前言
查看>>
python接口自动化测试(八)-unittest-生成测试报告
查看>>
1.6. Network
查看>>
【Web动画】SVG 实现复杂线条动画
查看>>
主流手机分辨率 尺寸 操作系统
查看>>
Office版本差别引发的语法问题
查看>>
使用Wireshark捕捉USB通信数据
查看>>
iOS - KVC 键值编码
查看>>
UEditor去除复制样式实现无格式粘贴
查看>>
MySQL · 引擎特性 · Innodb 锁子系统浅析
查看>>
Debian 陷入尴尬,社区或群龙无首
查看>>
Hadoop jobhistory历史服务器
查看>>
IMG-后勤执行-仓库管理-主数据-定义存储类型标识符(WM-16)
查看>>