码迷,mamicode.com
首页 >  
搜索关键字:ntpdate    ( 415个结果
Mysql5.7.22+Keepalived双主互备高可用集群
DB1:192.168.254.128DB2:192.168.254.129配置前进行校时操作#安装ntpdate工具yuminstallntpdate-y#使用ntpdate校时(后面的是ntp服务器)ntpdatepool.ntp.org配置mysql双主备安装数据库链接(在主页数据库里面可以看到)http://blog.51cto.com/10158955/1926574DB1修改配置文件(
分类:数据库   时间:2018-06-15 17:06:53    阅读次数:220
Linux 服务器时间同步
Linux 服务器时间同步
分类:系统相关   时间:2018-06-14 18:12:04    阅读次数:192
同步linux系统时间脚本
分享一个系统时间同步脚本,可以自动设置系统时区为东八区,并同步系统时间,当ntpdate同步失败时会尝试用rdate同步,时间服务器us.ntp.org.cn和time.nist.gov可以替换成自己常用的#!/bin/bash["`rpm-qa|egrep^rdate`"]||yum-yinstallrdate>/dev/null2>&1tz=`date-R|awk‘{pri
分类:系统相关   时间:2018-06-13 23:35:38    阅读次数:270
LINUX服务器同步时间
centos时间不同步的解决方法(centos时间同步)一,用ntpdate从时间服务器同步系统时间如果系统没有ntpdate命令yuminstallntp安装完了之后,测试一下如下:[root@web-1~]#ntpdate-utime.nuri.net8Jun10:20:01ntpdate[15932]:steptimeserver211.115.194.21offset1.320577sec
分类:系统相关   时间:2018-06-08 12:17:34    阅读次数:184
centos7 时间同步
设置开机自动同步Internet时间,并作定时同步任务1、修改时区rm-rf/etc/localtimeln-s/usr/share/zoneinfo/Asia/Shanghai/etc/localtimevim/etc/sysconfig/clockZONE="Asia/Shanghai"UTC=falseARC=false2、安装并设置开机自启yuminstall-yntpsystemctls
分类:其他好文   时间:2018-06-03 12:34:15    阅读次数:128
system times on machines may be out of sync
今天在hadoop集群执行任务的时候报了一个这个错误,听名字应该是三台机器的时间不同步。于是同步一下时间即可解决 1、安装ntpdate工具 2、 设置系统时间与网络时间同步xia ...
分类:系统相关   时间:2018-05-31 17:23:11    阅读次数:215
Centos7下ELK+Redis日志分析平台的集群环境部署记录
之前的文档介绍了ELK的架构基础知识,下面简单记录下ELK结合Redis搭建日志分析平台的集群环境部署过程,大致的架构如下: + Elasticsearch是一个分布式搜索分析引擎,稳定、可水平扩展、易于管理是它的主要设计初衷 + Logstash是一个灵活的数据收集、加工和传输的管道软件 + Ki ...
分类:其他好文   时间:2018-05-29 13:14:59    阅读次数:339
Centos 7 ntp时间服务器搭建
1.查看是否已安装ntprpm -qa | grep ntp    ntp-4.2.6p5-22.el7.centos.2.x86_64    ntpdate-4.2.6p5-22.el7.centos.2.x86_64 如果有上述内容输出,测说明ntp服务已安装;否则需要安装ntp服务关闭selinux并开放防火墙配置sed -i "s
分类:其他好文   时间:2018-05-25 13:56:56    阅读次数:184
ntp 服务:Server dropped: Strata too high
1.通过ntpdate -d 服务端IP,显示Server dropped: Strata too high vi /etc/ntp.conf 在ntpd服务端的配置中添加 server 127.127.1.0 fudge 127.127.1.0 stratum 8 重启ntpd服务就可以了 ser ...
分类:其他好文   时间:2018-05-21 19:49:19    阅读次数:289
自动化--zabbix-proxy
在加一台服务器 node3 做好yum源 后安装 [root@node3 ~]# systemctl stop firewalld.service [root@node3 ~]# ntpdate ntp1.aliyun.com [root@node3 ~]# yum install mariadb- ...
分类:其他好文   时间:2018-05-19 23:24:59    阅读次数:208
415条   上一页 1 ... 14 15 16 17 18 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!