zoukankan      html  css  js  c++  java
  • 不同节点 IP 时间同步 分布式时间同步系统的参考时间获取技术分析

    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

  • 相关阅读:
    bzoj 2216 Lightning Conductor
    一些有趣的问题合集
    Codeforces 40E Number Table
    Codeforces 37D Lesson Timetable
    bzoj 4289 Tax
    bzoj 2844 albus就是要第一个出场
    bzoj 2115 Xor
    luogu 3790 文艺数学题
    bzoj 1420 Discrete Root
    Lucas定理学习笔记
  • 原文地址:https://www.cnblogs.com/rsapaper/p/8026433.html
Copyright © 2011-2022 走看看