CentOS项目实例之八--NTP时钟服务器配置

1. ZZSRV1上的NTP配置

1.1. 安装NTP

# yum list | grep ntp

ntpdate.x86_64                             4.2.6p5-18.el7.centos       @anaconda

fontpackages-devel.noarch                  1.44-8.el7                  base

fontpackages-filesystem.noarch             1.44-8.el7                  base

fontpackages-tools.noarch                  1.44-8.el7                  base

ntp.x86_64                                 4.2.6p5-18.el7.centos       base

ntp-doc.noarch                             4.2.6p5-18.el7.centos       base

ntp-perl.noarch                            4.2.6p5-18.el7.centos       base

sntp.x86_64                                4.2.6p5-18.el7.centos       base

# rpm -qa | grep ntp

ntpdate-4.2.6p5-18.el7.centos.x86_64

手工校对一下时间, 现有生产环境中有一个时钟服务器192.168.1.11

# ntpdate 192.168.1.11

11 Aug 20:01:57 ntpdate[2450]: adjust time server 192.168.1.11 offset -0.082365 sec

# hwclock --systohc

# yum -y install ntp

autogen-libopts-5.18-5.el7.x86_64.rpm

ntp-4.2.6p5-18.el7.centos.x86_64.rpm

1.2. 配置

# rpm -qc ntp

/etc/ntp.conf

/etc/ntp/crypto/pw

/etc/sysconfig/ntpd

# cd /etc/

# cp ntp.conf ntp.conf.origin

# vi ntp.conf

删除所有内容,仅保留上游服务器

server 0.centos.pool.ntp.org

server 1.centos.pool.ntp.org

server 2.centos.pool.ntp.org

server 3.centos.pool.ntp.org

# service ntpd start

Redirecting to /bin/systemctl start  ntpd.service

查看日志

systemd: Starting Network Time Service...

ntpd[2622]: ntpd [email protected] Wed Jun 18 21:20:36 UTC 2014 (1)

ntpd[2623]: proto: precision = 0.203 usec

ntpd[2623]: 0.0.0.0 c01d 0d kern kernel time sync enabled

ntpd[2623]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123

ntpd[2623]: Listen and drop on 1 v6wildcard :: UDP 123

ntpd[2623]: Listen normally on 2 lo 127.0.0.1 UDP 123

ntpd[2623]: Listen normally on 3 eno16777728 192.168.188.11 UDP 123

ntpd[2623]: Listen normally on 4 lo ::1 UDP 123

ntpd[2623]: Listen normally on 5 eno16777728 fe80::20c:29ff:fea4:2e39 UDP 123

ntpd[2623]: Listening on routing socket on fd #22 for interface updates

systemd: Started Network Time Service.

ntpd[2623]: 0.0.0.0 c016 06 restart

ntpd[2623]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM

ntpd[2623]: 0.0.0.0 c011 01 freq_not_set

ntpd[2623]: 0.0.0.0 c614 04 freq_mode

# systemctl enable ntpd

ln -s ‘/usr/lib/systemd/system/ntpd.service‘ ‘/etc/systemd/system/multi-user.target.wants/ntpd.service‘

# netstat -an | grep 123

udp   0 0 192.168.188.11:123      0.0.0.0:*

udp   0 0 127.0.0.1:123           0.0.0.0:*

udp   0 0 0.0.0.0:123             0.0.0.0:*

udp6  0 0 fe80::20c:29ff:fea4:123 :::*

udp6  0 0 ::1:123                 :::*

udp6  0 0 :::123                  :::*

unix  3 [ ]         STREAM     CONNECTED     12323

unix  3 [ ]         STREAM     CONNECTED     16123

unix  3 [ ]         STREAM     CONNECTED     12324    /run/systemd/journal/stdout

1.3. 测试

在另外一台Linux上进行校时

# ntpdate 192.168.188.11

11 Aug 20:18:15 ntpdate[12840]: adjust time server 192.168.188.11 offset 0.004473 sec

在Windows上进行校时,成功

设置自动校时

# rpm -qc crontabs

/etc/crontab

/etc/sysconfig/run-parts

撰写每天进行校时脚本

# cd /etc/cron.daily/

# ll

total 16

-rwxr-xr-x. 1 root root 332 Jun 27 19:07 0yum-daily.cron

-rwx------. 1 root root 180 Jul 31  2013 logrotate

-rwxr-xr-x. 1 root root 618 Mar 18 00:19 man-db.cron

-rwxr-x---. 1 root root 192 Jan 27  2014 mlocate

# vi checktime.sh

ntpdate 192.168.188.11

hwclock --systohc

# chmod +x checktime.sh

测评一下脚本

# ./checktime.sh

11 Aug 20:25:49 ntpdate[12897]: adjust time server 192.168.188.11 offset 0.003041 sec

# ll

total 20

-rwxr-xr-x. 1 root root 332 Jun 27 19:07 0yum-daily.cron

-rwxr-xr-x  1 root root  41 Aug 11 20:25 checktime.sh

-rwx------. 1 root root 180 Jul 31  2013 logrotate

-rwxr-xr-x. 1 root root 618 Mar 18 00:19 man-db.cron

-rwxr-x---. 1 root root 192 Jan 27  2014 mlocate

时间: 2024-11-10 16:02:01

CentOS项目实例之八--NTP时钟服务器配置的相关文章

NTP时钟服务器配置

yum install ntp  //安装ntp /etc/NTP.conf  配置文件 # Permit time synchronization with our time source, but do not # permit the source to query or modify the service on this system. restrict default kod nomodify notrap nopeer noquery restrict -6 default kod

Windows Server 2008 R2 NTP时间服务器配置

WindowsServer 2008 R2 NTP时间服务器配置 在Windows Server 2008 R2 中用Windows Time(W32Time)service 建一个SNTP/NTP服务器为Windows或非windows客户端提供时间服务. 1.在开始菜单栏中,点击"运行"输入regedit,打开Windows注册表 2.设定成为NTP服务器类型. 修改登陆档案中:"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Se

centos 6.8 linux iscsi服务器配置和客户端连接iscsi

centos 6.8 linux  iscsi服务器配置和客户端连接iscsi 一.服务端配置 1.首先安装各种包 yum search scsi iscsi-initiator-utils.x86_64 : iSCSI daemon and utility programs iscsi-initiator-utils-devel.x86_64 : Development files for iscsi-initiator-utils lsscsi.x86_64 : List SCSI devi

NTP时钟调整策略

一.        问题背景 天威视讯项目3月底发生了一次点播出现节目请求超时的情况,在查询故障的过程中,发现MAP服务器操作系统的时钟被向前调整了11秒,姑且不论是否是这个原因导致的故障,但每台服务器在安装了NTP的情况下,为什么还会一次修改达到11秒情况的时间差,是需要查清的一个事情. 此文由博主徐徐原创,转载请指明出处欢乐世界http://www.happyworld.net.cn. 二.        问题分析 1.       现象分析 天威视讯项目目前部署的NTP服务是一台MYSQL

震惊!NTP时钟服务器竟然还有这功能

NTP时钟服务器竟然还有这功能 前言 在北斗卫星导航系统的行业应用方面,国家政策成为市场的主要推动力.在一些关乎国计民生的重点行业,国家层面也在布局由北斗逐步取代GPS而成为行业内主流导航.定位工具. 自20世纪90年代GPS进入我国开始,国内的卫星导航技术迅速发展,其中交通是应用最为典型.规模最大的领域,其市场比例占卫星导航应用市场的80%以上.而交通作为卫星导航技术应用最广泛的行业,必然是北斗产业化的重要突破口. 北斗校时服务器简介 北斗对时服务器是西安同步电子科技有限公司集合多年在时频领域

NTP时钟服务器竟然还有这功能

NTP时钟服务器竟然还有这功能北斗校时服务器简介北斗对时服务器是因应广大客户对时间统一系统要求,从保障安全的角度考虑,利用当前先进的电路集成.软件编程技术,结合中国北斗卫星的技术特点,实现了输入北斗卫星信号,输出(TTL.IRIG-B.差分.串口.网络等).多设备适用(网络摄像机.NVR.服务器.储存器.电脑.控制机等),为轨道交通.气象电力.金融.航道水运及相关领域提供了高精度.高稳定.高安全,高可靠的标准时钟源.设备内嵌国际通用的NTP/SNTP协议,同步网络中的所有计算机服务器.控制器等设

H3C设备NTP时钟无法同步排查方法

NTP 时钟无法同步排查方法:1. V5设备NTP同步的版本默认是V3版本,V7设备默认是V4版本,如果直接在V7设备上配置NTP,NTP上的时钟可能无法实现同步的,需要手动将版本更改为V3就可以同步时钟了V5设备查看版本如下:[H3C]dis ntp sessions ver[H3C]dis ntp sessions verbose clock source: 10.1.12.1clock stratum: 2clock status: configured, master, sane, va

Centos 5.5 NTP服务器配置

1.NTP服务器配置 1,ntp(network time protocol,网络时间协议)是一个用于同步计算机时钟的网络协议,它可以使计算机与其他服务器或时钟源进行时间同步.时间信息的传输都使用UDP协议123端口. 2,ntp服务的安装 yum  -y install ntp   // 使用yum 命令从互联网上下载安装包,前提是主机能连接网络. 完成下载并安装! 3,重启NTP服务 重启成功! 4.   Ntp服务其启动,暂停相关命令 service   ntpd start      

CentOS项目实例--需求

在学习linux过程中,我做了这样一个关于CentOS的项目,客户要求使用CentOS,但由于当时学习时一直使用RedHat,所以又只好边查资料边做项目.虽然辛苦了点,但是我觉得在这该项目中收获很多,自己的学习能力也得到了体现. 下面是客户要求的相关文档: 1. 背景资料 大云科技(BigCloud  Tech.)需要使用开源技术构建企业的信息基础结构.第一期主要完成基础服务器的搭建. 主机名 IP地址 角色功能 ZZSRV1.BIGCLOUD.LOCAL 192.168.188.11 主DNS