Centos-时间服务器

一,CentOS服务器

测试ntp服务:

[[email protected] ~]# ntpdate time.nist.gov 22 Oct 21:11:43 ntpdate[5014]: adjust time server 207.200.81.113 offset -0.018788 sec

1,不存在ntp服务

yum install ntp

测试ntp服务成功, 编辑/etc/crontab添加:

*/10 * * * * ntpdate time.nist.gov   #域名或IP  (每隔十分钟同步一次)

推荐几个时间服务器。

time.nist.gov

time.nuri.net

asia.pool.ntp.org

asia.pool.ntp.org

asia.pool.ntp.org

asia.pool.ntp.org

2, 存在ntp服务

<1>,创建时间服务器

[1], 编辑/etc/ntp.conf

restrict 192.168.20.0 mask 255.255.255.0 nomodify notrap

nomodify - 用户端不能更改ntp服务器的时间参数

noquery - 用户端不能使用ntpq,ntpc等命令来查询ntp服务器

notrap - 不提供trap远端登陆

[2], 开启ntp服务

chkconfig ntpd on  // 让ntp服务开机启动

/etc/init.d/ntpd start // 启动ntp服务

[3], 查看ntp服务端口

netstat -unlnp  (如果正常,应该可以看到123端口已经开启)

<2>, 设置子服务器

[1], 编辑/etc/ntp.conf添加时间服务器地址

server 192.168.20.91

[2],   启动ntp服务

chkconfig ntpd on  // 让ntp服务开机启动

/etc/init.d/ntpd start // 启动ntp服务

NTP服务进程 :

netstat -upnl |grep ntpd //查看时程

ntpq -pn //查看同步的服务器IP

ntpstat //同步的结果

时间: 2024-10-19 19:12:49

Centos-时间服务器的相关文章

Centos 6.3 下实现ntp时间服务器

网络时间协议NTP(Network Time Protocol)是用于互联网中时间同步的标准互联网协议.NTP的用途是把计算机的时间同步到某些时间标准.目前采用的时间标准是世界协调时UTC(Universal Time Coordinated).NTP的主要开发者是美国特拉华大学的David L. Mills教授. NTP对于我们个人来说有什么用呢,简单的讲,当你的计算机时间不准确了,你可以接入到互联网,从网上同步一下时间,看多方便. 对于企业来说,当你有成百上千的计算机,都不能直接连接互联网,

CentOS 7.2 搭建内网ntp时间服务器

时间服务器说明 前面在系统的基础优化里说到了时间同步需要同步aliyun的时间,这样我们所有的服务器都需要到公网去同步时间,浪费很多网络资源,这里我们来搭建一下内网的时间服务器. 环境说明 1.时间服务器环境介绍 # cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) # uname -r 3.10.0-327.el7.x86_64 # hostname -I 192.168.56.100 172.16.1.100 2.内网需

Centos 7 ntp时间服务器搭建

1.查看是否已安装ntp rpm -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/SELINUX=enforcing/SELINUX=disabled/" /etc/selinux/config setenforce 0 firewal

用ntpdate从时间服务器更新时间[Centos时间同步]

用ntpdate从时间服务器更新时间 如果你的linux系统根本没有ntpdate这个命令#yum install ntp安装完了之后,你不要做什么配置,直接测试.代码如下:# ntpdate pool.ntp.org 如果显示时间正常,证明已同步成功了,然后在crontab里面加上以下内容: #crontab -e */5 * * * * ntpdate pool.ntp.org   #填写域名或IP每隔五分钟同步一次

centos 用ntpdate从时间服务器更新时间

1安装ntp yum install ntp 2同步时间 ntpdate time.nuri.net 推荐几个时间服务器. asia.pool.ntp.org asia.pool.ntp.org asia.pool.ntp.org asia.pool.ntp.org 3 加入定时任务 vim /etc/crontab 加入 /10 * * * * ntpdate time.nuri.net  //每隔十分钟同步一次

Hyper-V 2016 系列教程34 在局域网内架设Windows时间服务器

在企业局域网环境中,一般都会有独立的时间服务器(NTP),一般企业会用以Linux平台的CentOS架设成时间服务器,我们这里介绍一个更实用,更节省系统资源的方法,就是在企业的Windows Server域控制服务器上开启NTP服务器功能(另外也可以设定在一台比较闲的服务器上). 实验系统:WindowsServer 2106标准版(64位) Windows Server服务器中,默认情况下是作为NTP客户端工作的,NTP服务器是没有启动的,启动的方法是修改注册表,使系统切换成NTP服务器来运行

Hadoop.2.x_时间服务器搭建(CentOs6.6)

一.检查linux系统NTP是否被安装 [[email protected] ~]$ [[email protected] ~]$ rpm -qa | grep ntp ntpdate-4.2.6p5-10.el6.centos.1.x86_64 ntp-4.2.6p5-10.el6.centos.1.x86_64 ? 如果没有安装 #方案一: [[email protected] ~]$ which ntpd /usr/sbin/ntpd [[email protected] ~]$ rpm

centos6.5下如何搭建ntp时间服务器

NTP对于我们个人来说有什么用呢,简单的讲,当你的计算机时间不准确了,你可以接入到互联网,从网上同步一下时间. 对于企业来说,当你有成百上千的计算机,都不能直接连接互联网,时间不统一影响业务,如果一台一台的修改,那不得累死人啊.这时搭建一个自己的NTP服务器就显出它的优势了. CentOS 6.5下配置好相关的yum源.确保你的ntp服务器可以连网 1.yum安装ntp服务 [[email protected] ~] yum install -y ntp 2.编译ntp的配置文件/etc/ntp

Centos6系列搭建NTP时间服务器

NTP(Network Time Protocol,网络时间协议)是用来使网络中的各个计算机时间同步的一种协议.它的用途是把计算机的时钟同步到世界协调时UTC,其精度在局域网内可达0.1ms,在互联网上绝大多数的地方其精度可以达到1-50ms. NTP官方站点:http://www.ntp.org/ ,NTP服务基于C/S(Client/Server)架构,每台机器既可以是NTPserver,也可以为NTPclient. 在linux中有两种查看系统时间的方法: date        #查看系

linux设置时间服务器

对多个linux服务器,时间保持一致是很必要的.根据精确度要求,应该有相应的时间间隔进行时间同步.如果不进行时间同步,时间久了就会差别很大,遇到问题时定位就很困难.因为多台设备的配合,log之间可能有前因后果,时间是同步事件的先后的重要依据. 一般来说,对一个机房内的设备,可以设置一台时间服务器,由它定期从一个标准的时间服务器上获取时间.其他的服务器可以通过内网的连接从这台服务器进行同步.这样不仅时间会一致,而且照顾到一些没有公网的设备. 本文测试系统: [[email protected] ~