rac环境中,要求各节点时钟一致,可以通过配置ntp时钟服务实现。可以设置其中一个节点机为ntp时钟服务器,其他节点作为ntp客户端与其同步时钟。
1、配置主机rac1(192.168.129.100)为ntp服务器
编辑ntp配置文件: vi /etc/ntp.conf
server ntp.research.gov #在这里可以定位时钟源,即rac1成为二级ntp服务器,从外部获取标准时间,再提供给网内的其他主机。可选。
restrict 192.168.129.0 mask 255.255.255.0 notrust nomodify notrap # 允许同一网段的其他主机获取本机时钟
#restrict default ignore #这一项需要注释,否则将拒绝其他主机获取本机时钟
保存文件
执行下面命令,获取设置系统启动时自启动ntp服务
#chkconfig ntpd on
执行下面命令,启动ntp服务
service ntpd start
2、配置其他节点机为ntp客户端
编辑ntp配置文件: vi /etc/ntp.conf
server 192.168.129.100 # 设置ntp服务器为rac1
#restrict default ignore #这一项需要注释,同上
执行下面命令,获取设置系统启动时自启动ntp服务
#chkconfig ntpd on
执行下面命令,启动ntp服务
service ntpd start
3、测试时间同步
# ntpdate rac1
20 Sep 11:09:01 ntpdate[12310]: adjust time server 192.168.129.100 offset -0.01133 sec
观察一段时间,offset将接近0,即rac环境内各主机时间保持一致。
不错.这个非常使用.
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) | Powered by Discuz! X3.2 |