时间同步ntp服务的安装与配置(作为客户端的配置

在linux环境下,我们不仅可以自己设置时间,也可以对系统进行时间的同步,比如同步时间到某台物理机上或虚拟机,皆可!接下来我们就以同步时间到某台物理机为例,

一起学习学习。

1、配置本地yum源(挂载光盘)

mkdir  /xia                 //创建目录

mount  /dev/cdrom   /xia    //挂载到/xia目录

2、修改yum配置文件  (目的是注释掉多余的文件,只剩一个文件以便修改配置)

mv +文件名+ 修改后的文件名             //文件名的更改   

3. 修改挂载路径/xia,然后将gpgcheck=1改为0 ,enabled=0改为1.

4. yum list        //列出yum仓库中的所有软件包

5. 运行:yum install ntp ntpdate  -y 安装ntp服务

6. vi /etc/ntp.conf     //进入修改ntp服务的配置文件,让时间同步服务器为192.168.100.140的物理机

(以及在server0 ~3前加上#  注释掉服务,以便电脑识别到添加的server 192.168.100.140)

7.编辑完成后退出即可实验,输入命令  date 可以通过查看系统时间进行验证

注:systemctl restart ntpd.service 重启ntp服务,以便验证。

8.这样就完成了。

时间: 2024-10-03 13:10:01

时间同步ntp服务的安装与配置(作为客户端的配置的相关文章

时间同步ntp服务的安装与配置

通过ntp服务实现时间同步. 1:首先搭建本地yum源见网址(http://www.cnblogs.com/zj21/p/6223462.html) 2:先安装ntp服务 [[email protected] ~]# yum install ntp -y 3:修改ntp的配置文件 [[email protected] ~]# vi /etc/ntp.conf # For more information about this file, see the man pages# ntp.conf(5

linux时间同步ntp服务的安装与配置

通过ntp服务实现时间同步. 1:首先搭建本地yum源见网址(http://www.cnblogs.com/zxbdbk/p/6020679.html) 2:先安装ntp服务 [[email protected] ~]# yum install ntp -y 3:修改ntp的配置文件 [[email protected] ~]# vi /etc/ntp.conf # For more information about this file, see the man pages# ntp.conf

cetnos 7 ntp服务的安装与配置

首先需要搭建yum本地仓库 http://www.cnblogs.com/jw35/p/5967677.html   #搭建yum仓库方法 yum install ntp -y        #安装ntp服务 修改ntp配置文件 vi /etc/ntp.conf    #编辑配置文件 把 server 0.centos.pool.ntp.org iburstserver 1.centos.pool.ntp.org iburstserver 2.centos.pool.ntp.org iburst

windows服务,安装、启动、停止,配置,一个批处理文件搞定

相对而言,还是比较通用的吧,如果哪位仁兄有更好的实现方式,或者发现有不足之处,还请多多指教. @echo off echo.-------------------------------------------------- echo.---- 技术支持:CC          -------- echo.---- 今天是%date%  -------- echo.-------------------------------------------------- echo.正在检测服务是否已经

4、时间同步的ntp服务安装与配置。

1.yum -y install ntp ntpdate (安装时间同步ntp服务) 2.vi /etc/ntp.conf (修改ntpd服务的配置文件) 3.修改配置文件,指定和谁同步时间(140),上面的0-3前面都加#键 #server 0.centos.pool.ntp.org iburst #server 1.centos.pool.ntp.org iburst #server 2.centos.pool.ntp.org iburst #server 3.centos.pool.ntp

Debian下面的ntp服务(ntpdate)的安装

/*********************************************************************  * Author  : Samson  * Date    : 06/22/2015  * Test platform:  *              gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2  *              GNU bash, 4.3.11(1)-release (x86_64-pc-linux-gnu)

Debian以下的ntp服务(ntpdate)的安装

/*********************************************************************  * Author  : Samson  * Date    : 06/22/2015  * Test platform:  *              gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2  *              GNU bash, 4.3.11(1)-release (x86_64-pc-linux-gnu)

CentOS7版本安装ntp服务

centos从7.0以后,ntp做成了一个服务,也就是说可以运行一个守护进程来自动同步时间,而不用像5和6的版本一样把命令写入计划任务中,这个在做集群服务的时候非常有帮助. 安装ntp [[email protected] ~]# yum install ntp ntpdate -y 配置文件/etc/ntp.conf [[email protected] ~]# vim /etc/ntp.conf # server 0.asia.pool.ntp.org server 1.asia.pool.

saltstack 安装部署及ntp服务批量部署过程实例

服务端安装salt-master yum install salt-master -y 客户端安装salt-minion  yum install salt-minion -y 启动服务: 服务端启动方式: /etc/init.d/salt-master start 客户端启动方式: /etc/init.d/salt-minion start master端 配置文件: cat /etc/salt/master | egrep -v '^#|^$' worker_threads: 60 cach