CRS-2409:The clock on host is not synchronous with the mean cluster time
Information in this document applies to any platform.
SYMPTOMS
CTSSD runs in observer mode even though no time sync software is running.
or
Cluvfy comp clocksync fails with:
Verifying Clock Synchronization across the cluster nodes
Checking if Clusterware is installed on all nodes...
Check of Clusterware install passed
Checking if CTSS Resource is running on all nodes...
CTSS resource check passed
Querying CTSS for time offset on all nodes...
Query of CTSS for time offset passed
Check CTSS state started...
CTSS is in Observer state. Switching over to clock synchronization checks using NTP
Starting Clock synchronization checks using Network Time Protocol(NTP)...
NTP Configuration file check started...
NTP Configuration file check passed
Checking daemon liveness...
Liveness check failed for "ntpd"
Check failed on nodes:
racbde1
PRVF-5415 : Check to see if NTP daemon is running failed
Clock synchronization check using Network Time Protocol(NTP) failed
PRVF-9652 : Cluster Time Synchronization Services check failed
Verification of Clock Synchronization across the cluster nodes was unsuccessful on all the specified nodes.
or
The clusterware alert log reports errors like:
[ctssd(13443)]CRS-2409:The clock on host racbde2 is not synchronous with the mean cluster time. No action has been taken as the Cluster Time Synchronization Service is running in observer mode.
Note you could also see the CRS-2409 error if you have a vendor time synchronization service running but the times are sync'd yet.
CAUSE
NTP or some other time sync service is configured but not running. The install, CVU, and CTSSD check for the following :
- There is only one and only one time synchronization service running at a time.
- The time sync service can be a vendor service (NTP, Windows Time Service, etc...) or CTSS.
- If vendor time service is configured, it needs to be correctly configured AND active.
- For CTSS to be in active mode, a vendor time service must not be running, and must not be configured (correctly or otherwise). This is important. CTSS is conservative and will switch to OBSERVER mode the moment it discovers that a vendor service is running or configured on even one node in the cluster. This is to prevent multiple active time sync services running on the cluster, potentially changing clocks.
SOLUTION
1) If you choose to use a vendor time sync service (like ntp), make sure it is configured AND running.
or
2) If you choose to let CTSSD handle time synchronization, de-configure the vendor time sync service. For example, for NTP you may need to move or remove /etc/ntp.conf or /etc/xntp.conf.
After choosing option 2 (and removing /etc/ntp.conf in my case), I now see a good time status reported by cluvfy:
Verifying Clock Synchronization across the cluster nodes
Checking if Clusterware is installed on all nodes...
Check of Clusterware install passed
Checking if CTSS Resource is running on all nodes...
CTSS resource check passed
Querying CTSS for time offset on all nodes...
Query of CTSS for time offset passed
Check CTSS state started...
CTSS is in Active state. Proceeding with check of clock time offsets on all nodes...
Check of clock time offsets passed
Oracle Cluster Time Synchronization Services check passed
Verification of Clock Synchronization across the cluster nodes was successful.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15747463/viewspace-772908/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- CLOCK_MONOTONIC 與 CLOCK_REALTIME 區別Mono
- Oracle Cluster Time ManagementOracle
- Tomcat cluster java.net.NoRouteToHostException: No route to hostTomcatJavaException
- Linux系統時鐘(System Clock)和硬體(Real Time Clock,簡稱RTC)時鐘Linux
- Clock in a Linux Guest Runs More Slowly or Quickly Than Real TimeLinuxUI
- 同步模式(Synchronous)模式
- Simple FSM 3(synchronous reset)
- CRS-2409問題的處理
- CSS draws a clockCSS
- ACM The Famous ClockACM
- C++(clock())C++
- Simple FSM1(synchronous reset)
- Simple FSM2(synchronous reset)
- React元件之ClockReact元件
- oracle 11GR2新特性 Cluster Time Synchronization Service 配置Oracle
- 通訊機制 synchronous communication
- 解決 connect to host github.com port 22 operation timed outGithub
- C++中clock用法C++
- win10出現藍屏錯誤程式碼clock_watchdog_timeout解決方法Win10
- JavaScript 2/30: JS & CSS ClockJavaScriptJSCSS
- proxy_set _header Host $host;Header
- Bunder: What does :require => nil in Gemfile mean?UI
- win10出現藍色畫面錯誤程式碼clock_watchdog_timeout解決方法Win10
- 世界時鐘:World Clock Deluxe macUXMac
- canvas標籤clock(時鐘)案例Canvas
- PostgreSQL DBA(161) - pgAdmin(synchronous_commit)SQLMIT
- 全棧工程師的武器——MEAN全棧工程師
- JavaScript30 - 2.JS + CSS ClockJavaScriptJSCSS
- Load a script file in sencha, supports both asynchronous and synchronous approachesAPP
- Silverlight同步(Synchronous)呼叫WCF服務(轉)
- Host是什麼?如何設定host檔案?
- implicit declaration of item ‘write’; did him mean ‘fwrite’?
- mac修改hostMac
- ubuntu配置HOSTUbuntu
- Google:host配置Go
- ubuntu修改hostUbuntu
- 效能優化-FSL(Force Synchronous Layout)強制同步佈局優化
- net core 的Generic Host 之Generic Host BuilderUI