oracle rac 安装 PRVG-13606 ntp 同步报错解决过程

oracle ntp 检查报错

./runcluvfy.sh stage -pre crsinst -n oracle57,oracle58 -verbose

[10:06:58]Verifying Network Time Protocol (NTP) ...FAILED
[10:06:58]PRVG-1063 : configuration files for more than one time synchronization service
[10:06:58]were found on nodes of the cluster
[10:06:58]configuration file "/etc/chrony.conf" was found on nodes "oracle58,oracle57"
[10:06:58]configuration file "/etc/ntp.conf" was found on nodes "oracle58,oracle57"
[10:06:58]
[10:06:58] Verifying chrony daemon is synchronized with at least one external time
[10:06:58] source ...FAILED
[10:06:58] oracle58: PRVG-13606 : chrony daemon is not synchronized with any external
[10:06:58] time source on node "oracle58".
[10:06:58]
[10:06:58] oracle57: PRVG-13606 : chrony daemon is not synchronized with any external
[10:06:58] time source on node "oracle57".

提示没有外部的时间源,检查ntpq -p 是正常的,需要确认ntpstat是否显示同步。

ntpstat 显示未同步,ntpq -p 或ntpq -c peers 显示同步到达

[[email protected] ~]# ntpstat
unsynchronised
polling server every 64 s

[[email protected] tmp]# ntpq -p
remote refid st t when poll reach delay offset jitter

*192.168.1.25 85.199.214.100 2 u 5 64 377 0.406 20.282 8.062

[[email protected] tmp]# ntpq -c peers
remote refid st t when poll reach delay offset jitter

*192.168.1.25 85.199.214.100 2 u 32 64 377 0.406 20.282 8.062
[[email protected] tmp]#

需要检查防火墙,seliunx等配置是否已经关闭。

我的环境是在关闭selinux后,稍等了一会ntpstat显示同步

[[email protected] tmp]# ntpstat
synchronised to NTP server (192.168.1.25) at stratum 3
time correct to within 195 ms
polling server every 64 s
[[email protected] tmp]#

./runcluvfy.sh stage -pre crsinst -n oracle57,oracle58 -verbose

Failures were encountered during execution of CVU verification request "stage -pre crsinst".

Verifying Network Time Protocol (NTP) ...FAILED
PRVG-1063 : configuration files for more than one time synchronization service
were found on nodes of the cluster
configuration file "/etc/chrony.conf" was found on nodes "oracle58,oracle57"
configuration file "/etc/ntp.conf" was found on nodes "oracle58,oracle57"

提示NTP配置了多次,将/etc/ntp.conf删除,再检查即可。

再检查环境,会显示都成功

Pre-check for cluster services setup was successful.

CVU operation performed: stage -pre crsinst
Date: Jul 16, 2018 11:29:19 AM
CVU home: /tmp/oracle/grid/
User: grid

参考链接
https://www.linuxquestions.org/questions/linux-server-73/ntp-client-error-ntpstat-shows-unsynchronised-749641/

原文地址:http://blog.51cto.com/13798370/2144062

时间: 2024-08-05 20:46:44

oracle rac 安装 PRVG-13606 ntp 同步报错解决过程的相关文章

Oracle 12C RAC安装grid时root.sh报错ORA-00845

Oracle 12C RAC安装grid时root.sh在二节点报错: CRS-2676: Start of 'ora.cssd' on 'prodb2' succeeded CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'prodb2' CRS-2672: Attempting to start 'ora.ctssd' on 'prodb2' CRS-2676: Start of 'ora.ctssd' on

记几个rac安装执行root.sh的报错

这次在客户现场进行安装,由于实现并没有和硬件的人协调好,导致安装过程中环境出现各种问题,在这一次安装中基本上见到了所有报错,还包括主机频繁重启,以及配置信息丢失等问题, 以下为在安装rac的过程中,执行root.sh脚本报错的三个问题: /u01/11.2.0/grid/bin/srvctl start nodeapps -n RAC01 ... failed FirstNode configuration failed at  /u01/11.2.0/grid/crs/install/crsc

Oracle ORA 12541 报错解决过程

? ? ? ? Oracle 导入全库之后使用plsql登陆时报错 ? ? 版本12C版本2 ? ? ORA-12541:?TNS:?No?Listener ? ? ? ? ? ? 再oracle主机本地可以使用sqlplus 登陆,但是使用plsql无法登陆,报错如上. ? ? 首先考虑是防火墙问题,查看防火墙和selinux均为关闭状态 ? ? 然后查看监听状态 查看 监听状态的命令为首先使用oracle 用户登陆操作系统,命令lsnrctl 进入监听程序,关键status 查看监听状态 ?

LAMP之PHP安装 配置jpeglib 依赖库报错解决方法

问题显现 配置 php参数时> --with-jpeg-dir \ configure: WARNING: you should use --build, --host, --targetconfigure: WARNING: invalid host type: checking for grep that handles long lines and -e... /bin/grepchecking for egrep... /bin/grep -Echecking for a sed tha

Apache awstats安装报错解决过程适合初学者

** awstats 下载地址:https://jaist.dl.sourceforge.net/project/awstats/AWStats/7.0/awstats-7.0.tar.gz报错情况(已经完成)这是网页访问报错: 日志报错首先我的报错是这样子的.解决方法:第一:防火墙增加80端口允许通过策略-A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT 将策略添加至/etc/sysconfig/iptables 文

通过ssh远程执行命令导入定时任务报错----解决过程

今天在服务器中通过ssh远程执行批量导入定时任务时发生了一个问题:总结如下,远程服务器已设置好ssh秘钥登录,登录用户为普通用户,但已设置好拥有免密sudo权限ssh 1.1.1.1 "sudo su -c "echo '30 5 * * 5 /bin/sh /root/log.sh > /dev/null 2>&1'>>/var/spool/cron/root""没有报错,但是远程机器上并没有定时任务命令没错,第一直觉就是觉得可能是

记一次文件上传报错解决过程The temporary upload location is not vali

写一个文件上传接口,报了如下错误: Failed to parse multipart servlet request; nested exception is java.io.IOException: The temporary upload location [C:\Users\s0661\AppData\Local\Temp\tomcat.7304072307918184638.9997\work\Tomcat\localhost\ROOT] is not vali 这个博客解释得很清楚 

DRBD简介 安装、编译报错解决 DRBD的配置、初始化及同步

主机环境 redhat6.5 64位 实验环境 服务端1 ip 172.25.25.111 主机名:server1.example.com   drbd     服务端2 ip172.25.25.112   主机名:server2.example.com    drbd 安装包 drbd-8.4.3.tar.gz 防火墙状态:关闭   1.Debd的简介 1.基本信息:Distributed Replicated Block Device(DRBD)是一个用软件实现的.无共享的.服务器之间镜像块

Oracle RAC --安装图解

规划:所用linux系统以虚拟化方式安装在esx上,配置有内网的yum源,各分配有16G存储,下面为简单拓扑图 一,下载软件1,地址:http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linx8664soft.html10201_database_linux_x86_64.cpio.gz10201_clusterware_linux_x86_64.cpio.gz 2,地址:http: