首页 技术 正文
技术 2022年11月21日
0 收藏 451 点赞 2,453 浏览 3009 个字

linux

linux下时间同步的两种方法分享_LINUX_操作系统_脚本之家

http://www.jb51.net/LINUXjishu/73979.html

分布式时间同步系统的参考时间获取技术分析 – 豆丁网

http://www.docin.com/p-506306890.html

[root@hadoop1 crontab_chk_url]# ntpdate time.nist.gov
-bash: ntpdate: 未找到命令
[root@hadoop1 crontab_chk_url]# ntpdate time.nist.gov
-bash: ntpdate: 未找到命令
[root@hadoop1 crontab_chk_url]# yum install ntpdate
已加载插件:fastestmirror
base | 3.6 kB 00:00:00
bintray–sbt-rpm | 1.3 kB 00:00:00
epel | 4.7 kB 00:00:02
extras | 3.4 kB 00:00:00
updates | 3.4 kB 00:00:00
(1/4): extras/7/x86_64/primary_db | 130 kB 00:00:06
epel/x86_64/primary_db FAILED 12% [========== ] 60 kB/s | 1.4 MB 00:02:53 ETA
http://mirrors.aliyuncs.com/epel/7/x86_64/repodata/67cedf45bc7b73ab6564635439f4562b29000154be72d7e03e2a518820742333-primary.sqlite.bz2: [Errno 12] Timeout on http://mirrors.aliyuncs.com/epel/7/x86_64/repodata/67cedf45bc7b73ab6564635439f4562b29000154be72d7e03e2a518820742333-primary.sqlite.bz2: (28, ‘Connection timed out after 30000 milliseconds’)
正在尝试其它镜像。
(2/4): epel/x86_64/updateinfo | 858 kB 00:00:43
(3/4): updates/7/x86_64/primary_db | 4.5 MB 00:02:01
(4/4): epel/x86_64/primary_db | 6.1 MB 00:02:20
Determining fastest mirrors
* base: mirrors.aliyun.com
* epel: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
正在解决依赖关系
–> 正在检查事务
—> 软件包 ntpdate.x86_64.0.4.2.6p5-25.el7.centos.2 将被 安装
–> 解决依赖关系完成

依赖关系解决

=========================================================================================================================================================================================================================
Package 架构 版本 源 大小
=========================================================================================================================================================================================================================
正在安装:
ntpdate x86_64 4.2.6p5-25.el7.centos.2 base 86 k

事务概要
=========================================================================================================================================================================================================================
安装 1 软件包

总下载量:86 k
安装大小:121 k
Is this ok [y/d/N]: y
Downloading packages:
ntpdate-4.2.6p5-25.el7.centos.2.x86_64.rpm | 86 kB 00:00:03
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在安装 : ntpdate-4.2.6p5-25.el7.centos.2.x86_64 1/1
验证中 : ntpdate-4.2.6p5-25.el7.centos.2.x86_64 1/1

已安装:
ntpdate.x86_64 0:4.2.6p5-25.el7.centos.2

完毕!
[root@hadoop1 crontab_chk_url]# ntpdate time.nist.gov
12 Dec 10:04:37 ntpdate[14282]: no server suitable for synchronization found
[root@hadoop1 crontab_chk_url]# date
2017年 12月 12日 星期二 10:04:43 CST
[root@hadoop1 crontab_chk_url]# ntpdate time.windows.com
12 Dec 10:09:37 ntpdate[20525]: no server suitable for synchronization found
[root@hadoop1 crontab_chk_url]# ntpdate time-b.nist.gov
12 Dec 10:08:29 ntpdate[20810]: step time server 129.6.15.29 offset -93.446402 sec
[root@hadoop1 crontab_chk_url]# date
2017年 12月 12日 星期二 10:08:36 CST
[root@hadoop1 crontab_chk_url]#

定时任务

http://ntp.org.cn/

*/10 * * * * ntpdate  edu.ntp.org.cn
*/2 * * * * ntpdate  cn.ntp.org.cn

[root@hadoop1 mail]#  ntpdate  cn.ntp.org.cn
13 Dec 11:11:36 ntpdate[1963]: adjust time server 202.112.29.82 offset -0.062207 sec

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,028
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,518
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,367
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,146
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,781
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,858