zoukankan      html  css  js  c++  java
  • tidb 安装deploy-ntp.yml失败,什么原因?

    在同步时间服务的时候报错,信息如下.实际上我配置的时间服务器的IP就是如下的10.188.100.103,在

    执行$ansible-playbook -i hosts.ini deploy_ntp.yml -u tidb -b 命令之前,时间服务器是启动了的,机器之间的时间服务也是同步了,

    但就是报如下错,目前没有找到原因。导致tidb的集群安装进行不下去

    TASK [Adjust Time | start to adjust time with 10.188.100.103] ******************

    fatal: [10.188.100.103]: FAILED! => {"changed": true, "cmd": "ntpdate 10.188.100.103", "delta": "0:00:08.106175", "end": "2019-05-13 15:48:58.136810", "msg": "non-zero return code", "rc": 1, "start": "2019-05-13 15:48:50.030635", "stderr": "13 May 15:48:58 ntpdate[7573]: no server suitable for synchronization found", "stderr_lines": ["13 May 15:48:58 ntpdate[7573]: no server suitable for synchronization found"], "stdout": "", "stdout_lines": []}
    fatal: [10.188.99.194]: FAILED! => {"changed": true, "cmd": "ntpdate 10.188.100.103", "delta": "0:00:08.107849", "end": "2019-05-13 15:48:58.151947", "msg": "non-zero return code", "rc": 1, "start": "2019-05-13 15:48:50.044098", "stderr": "13 May 15:48:58 ntpdate[6822]: no server suitable for synchronization found", "stderr_lines": ["13 May 15:48:58 ntpdate[6822]: no server suitable for synchronization found"], "stdout": "", "stdout_lines": []}
    to retry, use: --limit @/home/tidb/tidb-ansible/retry_files/deploy_ntp.retry

  • 相关阅读:
    JAVAWEB进行PC支付宝支付
    SpringBoot 设置请求字符串格式为UTF-8
    SpringBoot 处理跨域请求问题
    Python 包制作
    F5 开发
    CentOS7 部署nfs服务
    Debian 9 部分快捷键失效问题
    Win10提示 该文件没有与之关联的程序来执行操作
    Debian 9 编译Python
    debian 9 安装远程桌面
  • 原文地址:https://www.cnblogs.com/cqliyongqiang/p/10857103.html
Copyright © 2011-2022 走看看