![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2361375.1 : Diameter Signaling Router (DSR) : How To Correct Network Time Protocol (NTP) Alarms on DSR Servers
In this Document
Created from <SR 3-16820403521> Applies to:Oracle Communications Diameter Signaling Router (DSR) - Version DSR 7.0.1 and laterInformation in this document applies to any platform. SymptomsIf the Network Time Protocol (NTP) times drift significantly among DSR servers, a number of alarms can arise up to and including application database alarms. These may include: Platform/SW CRITICAL 31235 Untrusted Time After Initialization Among other possible alarms. Another symptom is the very high offset and jitter observed when querying the NTP daemon at the command line. Example: [admusr@dsrServer ~]$ ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
10.20.30.33 172.16.188.201 10 u 793 1024 377 0.647 -308767 398.460
ChangesChanges triggering this condition can include a network disruption or a critical server in the NTP topology path becoming unavailable for some duration. It can also occur due to manual changes made to NTP settings along servers in the NTP data path. CauseThe cause of these alarms are a combination of NTP changes as discussed above and often poor NTP topology structure. If good NTP topology design is not followed, servers may be more likely to suffer from NTP drift. SolutionSudden database timestamp jump may temporarily affect the system, hence the given server must be taken out of service. NTP Sync action from the NOAM GUI will not be available if the server is active.
Step 1: Set server to OOS Step 2: Force NTP daemon to re-sync: [admusr@dsrServer ~]$ ntpq -pn
[admusr@dsrServer ~]$ sudo service ntpd status [admusr@dsrServer ~]$ sudo service ntpd stop [admusr@dsrServer ~]$ sudo ntpdate <IP from 'remote' column of ntpq command> --> do the ntpdate command 3 times, until offset is/or is close to zero [admusr@dsrServer ~]$ sudo service ntpd start [admusr@dsrServer ~]$ sudo service ntpd status [admusr@dsrServer ~]$ ntpq -pn 3) Logout Step 3: Force DSR Application to sync NTP: Step 4: Return server to Active Repeat these steps for other servers, one at a time, until all are cleared. Note1: If preferred, a reboot may suffice to achieve the same ends as above. Verify via 'ntpq -pn' command on the server afterward if choose this method.
References<NOTE:2016591.1> - Recommended Changes for NTP Configuration According to Release 5.0 Standard Solution<NOTE:2242964.1> - Diameter Signaling Router (DSR): Event_Number - 31100 - DB Replication Fault <NOTE:1683873.1> - How to Change Timezone on Diameter Signaling Router (DSR)? <NOTE:2125246.1> - Diameter Signaling Router (DSR) - How to Edit the NTP Configuration on a Given Server Running DSR 7.x Release? Attachments This solution has no attachment |
||||||||||||||||||||
|