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

oracle 安装的提示ntp,oracle rac 安装 PRVG-13606 ntp 同步报错解决过程相关推荐

  1. npm 安装yeoman时出现npm WARN deprecated npmconf@2.1.2报错...解决办法

    npm 安装yeoman时出现npm WARN deprecated npmconf@2.1.2报错-解决办法 我是nodeJS 小白,在用npm命令安装yeoman是,给出了这样的错误提示: $ n ...

  2. linux yum nothing,Centos6.9 yum安装htop报错解决过程

    今天在学习linux过程中需要安装htop,但是我在直接yum -y install htop之后,系统提示: No package htop available. Error: Nothing to ...

  3. python安装torch出现from torch._C import *ImportError: DLL load failed:报错解决方法

    从字面的角度想,出现这个错误的原因是因为找不到_C.dll文件.所以我们先找到电脑中这个文件所在的位置,例如我电脑中位置为C:\ProgramData\Anaconda3\envs\[env_name ...

  4. oracle拼接字符串报错,Oracle 中wmsys.wm_concat拼接字符串,结果过长报错解决

    备忘:这个函数最大是4000,根据拼接列的长度,通过限制拼接条数来防止拼接字符串过长错误 --这个情况是从子表中读取出具,这里直接把它当做查询字段处理,在子表中有所有数据 select info.id ...

  5. cmd输入pip报错_安装虚拟环境+pip安装XXX包的常见操作与报错解决

    安装虚拟环境+pip安装XXX包的常见操作与报错解决​blog.csdn.net 文章目录: 一.开始前提 二.安装虚拟环境的常见操作 三.pip 的命令的常见操作:安装.更新.卸载.指定源 四.安装 ...

  6. 高翔视觉SLAM十四讲(第二版)各种软件、库安装的以及报错解决方法

    目录 前言 系统版本 下载高翔视觉SLAM十四讲第二版的源代码 一.安装 Vim 二.安装 g++ 三.安装 KDevelop 以及汉化 1.安装 2.汉化 四.安装 Eigen 库 五.安装 Pan ...

  7. virtualBox安装centos6增强包报错解决及配置共享文件夹

     一.安装增强包 1.启动CentOS6.5 虚拟机,点击设备à 安装增强功能. 则 "光盘"VBOXADDITIONS已经挂载到 CentOS 5.5 的桌面上了. 此时 双 ...

  8. Mac更新后ae不能打开,ae安装后打开报错解决方法

    Mac更新后ae不能打开,mac最新系统ae打不开,ae安装后打开报错怎么办?有网友提问,装的AE2021版本,之前还好好的,突然某天就打不开了,重装AE也没用,怎么都打不开,每次都提示这个?如何解决 ...

  9. anaconda安装配置步骤、报错解决

    文章目录 anaconda安装配置 安装 配置 BUG anaconda安装配置 安装 安装参考博客: https://blog.csdn.net/wq_ocean_/article/details/ ...

最新文章

  1. RxAndroid2 / RxJava2简单的CompletableObserver
  2. VC控件自绘制三步曲
  3. windows服务器apache+PHP+Mysql
  4. 数组中的第K个最大元素
  5. apply()、call()、bind()
  6. Siri为什么越来越蠢?
  7. Effective C++(6) 如何拒绝编译器的自动生成函数
  8. EDA365 V2.5下载
  9. 【汇编程序】实现判断输入的年份是否为闰年
  10. 对称密钥和非对称密钥有什么区别,区别在哪里
  11. 信息系统项目管理师(2022年) —— 考试大纲
  12. 中兴手机可以刷鸿蒙系统吗,中兴:今年无计划使用华为鸿蒙系统
  13. 我的名字居然是我爸爸用代码算出来的?
  14. vscode的中文支持
  15. Java POI SXSSFWorkbook 读取模板,输出
  16. 记录linux的内网穿透frp操作
  17. 地下城夺宝游戏——杭电OJ 1044题解析
  18. 免认证的 php短信接口代码
  19. Ubuntu镜像下载网址
  20. Visual Studio中的.suo(Solution User Options)文件

热门文章

  1. oracle awr报告生成_oracle11g awr报告分析—WORKLOAD REPOSITORY report
  2. 公众号跳转小程序首次没有数据_小程序如何从“0”开始运营,变成获客神器...
  3. mysql 大小写敏感设置_MySQL 中的大小写敏感设置
  4. Feign-手动创建FeignClient
  5. 3.1Python数据处理篇之Numpy系列(一)---ndarray对象的属性与numpy的数据类型
  6. 用户故事 | 刷算法面试题的4种思考方式
  7. 遗传算法中适值函数的标定与大变异算法
  8. 有线电信服务全球市场:未来三年复合年增长率将放缓
  9. 【FTP】org.apache.commons.net.ftp.FTPClient实现复杂的上传下载,操作目录,处理编码...
  10. jQuery.ajax()异步方法的漏洞