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

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

CentOS时间同步

安装ntpdate

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[root@node-01 ~]
# yum install ntpdate -y
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 
* base: mirrors.163.com
 
* extras: mirrors.zju.edu.cn
 
* updates: mirrors.163.com
Resolving Dependencies
--> Running transaction check
---> Package ntpdate.x86_64 0:4.2.6p5-10.el6.centos.2 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================================================================
 
Package                    Arch                      Version                                     Repository               Size
================================================================================================================================
Installing:
 
ntpdate                    x86_64                    4.2.6p5-10.el6.centos.2                     base                     78 k
Transaction Summary
================================================================================================================================
Install       1 Package(s)
Total download size: 78 k
Installed size: 123 k
Downloading Packages:
ntpdate-4.2.6p5-10.el6.centos.2.x86_64.rpm                                                               |  78 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  
Installing : ntpdate-4.2.6p5-10.el6.centos.2.x86_64                                                                       1
/1 
  
Verifying  : ntpdate-4.2.6p5-10.el6.centos.2.x86_64                                                                       1
/1 
Installed:
  
ntpdate.x86_64 0:4.2.6p5-10.el6.centos.2                                                                                      
Complete!

同步时间

1
2
[root@node-01 ~]
# /usr/sbin/ntpdate cn.pool.ntp.org
27 Jul 15:24:41 ntpdate[1674]: step 
time 
server 85.199.214.101 offset -27705.095972 sec

加到定时任务中

1
2
3
4
[root@node-01 ~]
# crontab -e
[root@node-01 ~]
# crontab -l
# time sync
*
/5 
* * * * 
/usr/sbin/ntpdate 
cn.pool.ntp.org >
/dev/null 
2>$1
本文转自 运维小当家 51CTO博客,原文链接:http://blog.51cto.com/solin/1951459,如需转载请自行联系原作者
你可能感兴趣的文章
4.3. 键盘设置
查看>>
iOS - UIViewController
查看>>
MYSQL子查询与连接
查看>>
Appium+python自动化20-查看iOS上app元素属性
查看>>
准备 overlay 网络实验环境 - 每天5分钟玩转 Docker 容器技术(49)
查看>>
论文笔记之:Large Scale Distributed Semi-Supervised Learning Using Streaming Approximation
查看>>
IntPtr 转 string
查看>>
一文搞懂各种 Docker 网络 - 每天5分钟玩转 Docker 容器技术(72)
查看>>
学生名单
查看>>
用 C# 轻松读取、改变文件的创建、修改、访问时间
查看>>
(转) 多模态机器翻译
查看>>
【官方文档】Nginx负载均衡学习笔记(三) TCP和UDP负载平衡官方参考文档
查看>>
opencv安装指南
查看>>
矩阵常用归一化
查看>>
Oracle常用函数总结
查看>>
SpringCloud实战小贴士:Zuul的路径匹配
查看>>
【聚能聊有奖话题】Boring隧道掘进机完成首段挖掘,离未来交通还有多远?
查看>>
CMake 手册详解(二十)
查看>>
嵌入式 busybox自带的tftp、telnet、ftp服务器
查看>>
USNews大学排名遭美国计算机研究学会怒怼,指排名荒谬要求撤回
查看>>