CentOS7系统上配置NTP时钟服务器
1、需要配置的计算机IP
192.168.195.10 ceph-node1
192.168.195.12 ceph-node2
设置IP=192.168.195.10为时钟服务器
IP=192.168.195.12服务器为需要同步机器
2、查看两个机器桑是否安装了ntp包
[root@ceph-node2 ~]# rpm -qa | grep ntp
fontpackages-filesystem-1.44-8.el7.noarch
python-ntplib-0.3.2-1.el7.noarch
ntpdate-4.2.6p5-22.el7.centos.x86_64
ntp-4.2.6p5-22.el7.centos.x86_64
这样的输出证明已经安装好了,其中包就是"ntp-4.2.6p5-22.el7.centos.x86_64"
3、配置ntp.conf文件
配置NTP服务器的关键是需要配置这个文件
[root@ceph-node2 ~]# vi /etc/ntp.conf
# For more information about this file, see the man pages
# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).
driftfile /var/lib/ntp/drift
# Permit time synchronization with our time source,
1、需要配置的计算机IP
192.168.195.10 ceph-node1
192.168.195.12 ceph-node2
设置IP=192.168.195.10为时钟服务器
IP=192.168.195.12服务器为需要同步机器
2、查看两个机器桑是否安装了ntp包
[root@ceph-node2 ~]# rpm -qa | grep ntp
fontpackages-filesystem-1.44-8.el7.noarch
python-ntplib-0.3.2-1.el7.noarch
ntpdate-4.2.6p5-22.el7.centos.x86_64
ntp-4.2.6p5-22.el7.centos.x86_64
这样的输出证明已经安装好了,其中包就是"ntp-4.2.6p5-22.el7.centos.x86_64"
3、配置ntp.conf文件
配置NTP服务器的关键是需要配置这个文件
[root@ceph-node2 ~]# vi /etc/ntp.conf
# For more information about this file, see the man pages
# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).
driftfile /var/lib/ntp/drift
# Permit time synchronization with our time source,