2022年系统-NTP时间同步配置手册 .pdf
《2022年系统-NTP时间同步配置手册 .pdf》由会员分享,可在线阅读,更多相关《2022年系统-NTP时间同步配置手册 .pdf(14页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、保密广州瑞达通信技术有限公司文档编号 : 标题 : 综合运维支撑系统-NTP 时间同步配置手册版本: v0.01 作者 : 柯锐日期:2007-04-12 _ Page 1 of 14 综合运维支撑系统NTP时间同步配置手册名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 14 页 - - - - - - - - - 保密广州瑞达通信技术有限公司文档编号 : 标题 : 综合运维支撑系统-NTP 时间同步配置手册版本: v0.01 作者 : 柯锐日期:2007-04-12 _
2、 Page 2 of 14 目录综合运维支撑系统 . 11 安装 NTP 软件包 . 42 服务端配置 . 42.1、ntp 配置文件设置 . 42.2、设置同步更新硬件时间 . 62.3、启动服务 . 72.4、设置开机自动启动服务 . 83 客户端配置 . 93.1、配置 . 93.2、crontab文件配置简要说明 . 10 3.3、设置开机自动启动服务 . 11 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 14 页 - - - - - - - - - 保密广州
3、瑞达通信技术有限公司文档编号 : 标题 : 综合运维支撑系统-NTP 时间同步配置手册版本: v0.01 作者 : 柯锐日期:2007-04-12 _ Page 3 of 14 表格列表表格更改历史 . 13 审批记录 . 14 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 14 页 - - - - - - - - - 保密广州瑞达通信技术有限公司文档编号 : 标题 : 综合运维支撑系统-NTP 时间同步配置手册版本: v0.01 作者 : 柯锐日期:2007-04-1
4、2 _ Page 4 of 14 在多服务器的环境下,往往会遇到多部服务器之间时间不同步的问题,尤其是当应用服务器和数据库服务器不同步时,可能会在数据录入时产生错误而导致异常情况出现。那么如何在局域网中让几个计算机的时间进行同步呢,如果选定一个服务器的时间做校准,再让其他的计算机与该服务器进行时间同步不就可以解决以上问题了吗。NTP(Network Time Protocol)协议帮助我们实现了这样的功能。下面将介绍 Linux 系统环境下如何通过配置让客户机和时间服务器进行时间同步。注意,本文配置中将服务器命名为“Linux1”,实际应用中可以直接指定服务器IP 地址。1安装 NTP 软件包
5、服务器和客户机都需要安装ntp 包,才能够使用时间服务。首先查看系统是否已安装了相应的 rpm 包:# rpm -qa|grep ntp rootlinux2 etc# rpm -qa|grep ntp ntp-4.2.0.a.20040617-4 如果显示如上所示说明系统中已经安装了相应的包,否则需要在系统盘找到相应的包进行安装:# rpm -ivh ntp-4.2.0.a.20040617-4.rpm 注意版本号根据系统版本不同可能有所区别2服务端配置2.1、ntp 配置文件设置以 root 用户身份修改 /etc/ 下的配置文件 ntp.conf # vi /etc/ntp.conf 名
6、师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 14 页 - - - - - - - - - 保密广州瑞达通信技术有限公司文档编号 : 标题 : 综合运维支撑系统-NTP 时间同步配置手册版本: v0.01 作者 : 柯锐日期:2007-04-12 _ Page 5 of 14 注意红色部分字体是修改部分,其他为文件原内容,不需要改动# Permit time synchronization with our time source, but do not # permit
7、 the source to query or modify the service on this system. restrict default nomodify notrap noquery # Permit all access over the loopback interface. This could # be tightened as well, but to do so would effect some of # the administrative functions. restrict 127.0.0.1 restrict 199.3.0.0 mask 255.255
8、.0.0 nomodify notrap restrict 10.0.0.0 mask 255.0.0.0 nomodify notrap #设置指定网段的 IP 地址可访问本地时间服务器# - CLIENT NETWORK - # Permit systems on this network to synchronize with this # time service. Do not permit those systems to modify the # configuration of this service. Also, do not use those # systems as
9、peers for synchronization. # restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap # - OUR TIMESERVERS - #server 0.pool.ntp.org #server 1.pool.ntp.org #server 2.pool.ntp.org #注释掉以上几行由于将本地机器设定为顶级时间服务器,#所以不需要设置更高级别的时间服务器# - NTP MULTICASTCLIENT - #multicastclient # listen on default 224.0.1.1 # restr
10、ict 224.0.1.1 mask 255.255.255.255 nomodify notrap # restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap # - GENERAL CONFIGURATION - # # Undisciplined Local Clock. This is a fake driver intended for backup # and when no outside source of synchronized time is available. The # default stratum is u
11、sually 3, but in this case we elect to use stratum # 0. Since the server line does not have the prefer keyword, this driver 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 14 页 - - - - - - - - - 保密广州瑞达通信技术有限公司文档编号 : 标题 : 综合运维支撑系统-NTP 时间同步配置手册版本: v0.01 作者 : 柯锐日期:
12、2007-04-12 _ Page 6 of 14 # is never used for synchronization, unless no other other # synchronization source is available. In case the local host is # controlled by some external source, such as an external oscillator or # another protocol, the prefer keyword would cause the local host to # disrega
13、rd all other synchronization sources, unless the kernel # modifications are in use and declare an unsynchronized condition. # server 127.127.1.0 # local clock fudge 127.127.1.0 stratum 0#将自己设置为顶层时间服务器,设置为0 层# # Drift file. Put this in a directory which the daemon can write to. # No symbolic links al
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年系统-NTP时间同步配置手册 2022 系统 NTP 时间 同步 配置 手册
限制150内