Thứ Bảy, 10 tháng 7, 2021

PRVG-1063 : configuration files for more than one time synchronization service were found on nodes of the cluster

LỖI: PRVG-1063 : configuration files for more than one time synchronization  service were found on nodes of the cluster
  1. [root@jytest1 ~]# find / -name ntp.conf
  2. /etc/ntp.conf
  3. [root@jytest2 ~]# find / -name ntp.conf
  4. /etc/ntp.conf
  5. [grid@jytest1 ~]$ cluvfy comp clocksync -n all
  6. Verifying Clock Synchronization ...
  7. CTSS is in Observer state. Switching over to clock synchronization checks using NTP
  8. Verifying Network Time Protocol (NTP) ...
  9. Verifying '/etc/ntp.conf' ...PASSED
  10. Verifying '/etc/chrony.conf' ...PASSED
  11. Verifying '/var/run/chronyd.pid' ...PASSED
  12. Verifying Daemon 'chronyd' ...PASSED
  13. Verifying NTP daemon or service using UDP port 123 ...PASSED
  14. Verifying chrony daemon is synchronized with at least one external time source ...FAILED (PRVG-13606)
  15. Verifying Network Time Protocol (NTP) ...FAILED (PRVG-1063)
  16. Verifying Clock Synchronization ...FAILED (PRVG-1063, PRVG-13606)
  17. Verification of Clock Synchronization across the cluster nodes was unsuccessful on all the specified nodes.
  18. Failures were encountered during execution of CVU verification request "Clock Synchronization across the cluster nodes".
  19. Verifying Clock Synchronization ...FAILED
  20. Verifying Network Time Protocol (NTP) ...FAILED
  21. PRVG-1063 : configuration files for more than one time synchronization
  22. service were found on nodes of the cluster
  23. configuration file "/etc/chrony.conf" was found on nodes "jytest2,jytest1"
  24. configuration file "/etc/ntp.conf" was found on nodes "jytest2,jytest1"
  25. Verifying chrony daemon is synchronized with at least one external time
  26. source ...FAILED
  27. jytest2: PRVG-13606 : chrony daemon is not synchronized with any external
  28. time source on node "jytest2".
  29. jytest1: PRVG-13606 : chrony daemon is not synchronized with any external
  30. time source on node "jytest1".
  31. CVU operation performed: Clock Synchronization across the cluster nodes
  32. Date: Mar 3, 2018 12:58:07 AM
  33. CVU home: /u01/app/product/12.2.0/crs/
  34. User: grid
  35. [grid@jytest2 ~]$ cluvfy comp clocksync -n all
  36. Verifying Clock Synchronization ...
  37. CTSS is in Observer state. Switching over to clock synchronization checks using NTP
  38. Verifying Network Time Protocol (NTP) ...
  39. Verifying '/etc/ntp.conf' ...PASSED
  40. Verifying '/etc/chrony.conf' ...PASSED
  41. Verifying '/var/run/chronyd.pid' ...PASSED
  42. Verifying Daemon 'chronyd' ...PASSED
  43. Verifying NTP daemon or service using UDP port 123 ...PASSED
  44. Verifying chrony daemon is synchronized with at least one external time source ...FAILED (PRVG-13606)
  45. Verifying Network Time Protocol (NTP) ...FAILED (PRVG-1063)
  46. Verifying Clock Synchronization ...FAILED (PRVG-1063, PRVG-13606)
  47. Verification of Clock Synchronization across the cluster nodes was unsuccessful on all the specified nodes.
  48. Failures were encountered during execution of CVU verification request "Clock Synchronization across the cluster nodes".
  49. Verifying Clock Synchronization ...FAILED
  50. Verifying Network Time Protocol (NTP) ...FAILED
  51. PRVG-1063 : configuration files for more than one time synchronization
  52. service were found on nodes of the cluster
  53. configuration file "/etc/chrony.conf" was found on nodes "jytest2,jytest1"
  54. configuration file "/etc/ntp.conf" was found on nodes "jytest2,jytest1"
  55. Verifying chrony daemon is synchronized with at least one external time
  56. source ...FAILED
  57. jytest2: PRVG-13606 : chrony daemon is not synchronized with any external
  58. time source on node "jytest2".
  59. jytest1: PRVG-13606 : chrony daemon is not synchronized with any external
  60. time source on node "jytest1".
  61. CVU operation performed: Clock Synchronization across the cluster nodes
  62. Date: Mar 3, 2018 1:11:12 AM
  63. CVU home: /u01/app/product/12.2.0/crs/
  64. User: grid

GIẢI PHÁP

Check CTSS:

  1. [grid@jytest1 ~]$ crsctl check ctss
  2. CRS-4700: The Cluster Time Synchronization Service is in Observer mode.
  3. [grid@jytest2 ~]$ crsctl check ctss
  4. CRS-4700: The Cluster Time Synchronization Service is in Observer mode.

Xóa cấu hình đòng bộ thời gian của bên thứ 3:

  1. [root@jytest1 ~]# rm -rf /etc/ntp.conf
  2. [root@jytest1 ~]# rm -rf /etc/chrony.conf
  3. [root@jytest1 ~]# rm -rf /var/run/chronyd.pid
  4. [root@jytest2 ~]# rm -rf /etc/ntp.conf
  5. [root@jytest2 ~]# rm -rf /etc/chrony.conf
  6. [root@jytest2 ~]# rm -rf /var/run/chronyd.pid

Kiêm tra lại CTSS:

  1. [grid@jytest1 ~]$ crsctl check ctss
  2. CRS-4701: The Cluster Time Synchronization Service is in Active mode.
  3. CRS-4702: Offset (in msec): 100
  4. [grid@jytest1 ~]$ cluvfy comp clocksync -n all
  5. Verifying Clock Synchronization ...PASSED
  6. Verification of Clock Synchronization across the cluster nodes was successful.
  7. CVU operation performed: Clock Synchronization across the cluster nodes
  8. Date: Mar 3, 2018 1:14:39 AM
  9. CVU home: /u01/app/product/12.2.0/crs/
  10. User: grid
  11. [grid@jytest2 ~]$ crsctl check ctss
  12. CRS-4701: The Cluster Time Synchronization Service is in Active mode.
  13. CRS-4702: Offset (in msec): 0
  14. [grid@jytest2 ~]$ cluvfy comp clocksync -n all
  15. Verifying Clock Synchronization ...PASSED
  16. Verification of Clock Synchronization across the cluster nodes was successful.
  17. CVU operation performed: Clock Synchronization across the cluster nodes
  18. Date: Mar 3, 2018 1:15:14 AM
  19. CVU home: /u01/app/product/12.2.0/crs/
  20. User: grid
  21. Vậy là OK rồi.
  22. Hy vọng hữu ích cho bạn.
=============================
* KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE trực tiếp từ tôi giúp bạn bước đầu trở thành những chuyên gia DBA, đủ kinh nghiệm đi thi chứng chỉ OA/OCP, đặc biệt là rất nhiều kinh nghiệm, bí kíp thực chiến trên các hệ thống Core tại VN chỉ sau 1 khoá học.
* CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
* Chi tiết tham khảo:
https://bit.ly/oaz_w
hoặc
https://bit.ly/oaz_fp
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile: 0902912888
⚡️ Skype: tranbinh48ca
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: http://bit.ly/ytb_binhoraclemaster
👨 Tiktok: https://www.tiktok.com/@binhoraclemaster?lang=vi
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhoracle
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội

=============================
học oracle database, Tự học Oracle, Tài liệu Oracle 12c tiếng Việt, Hướng dẫn sử dụng Oracle Database, Oracle SQL cơ bản, Oracle SQL là gì, Khóa học Oracle Hà Nội, Học chứng chỉ Oracle ở đầu, Khóa học Oracle online,khóa học pl/sql, học dba, học dba ở việt nam, khóa học dba, khóa học dba sql, tài liệu học dba oracle, Khóa học Oracle online, học oracle sql, học oracle ở đâu tphcm, học oracle bắt đầu từ đâu, học oracle ở hà nội, oracle database tutorial, oracle database 12c, oracle database là gì, oracle database 11g, oracle download, oracle database 19c, oracle dba tutorial, oracle tunning, sql tunning , oracle 12c, oracle dataguard, oracle goldengate, oracle weblogic, oracle exadata, hoc solaris, hoc linux, hoc aix

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master