While installing the DB binaries for Oracle RAC 19c, we were receiving the below error related to NTPD Slewing option

PRVG - 1032 : slewing option "-x" not found on the NTP daemon command line on nodes "jack,jill"
NTP daemon is synchronized with at least one external time source 

Please click on the INDEX and browse for more interesting posts.

What is slewing?

The NTP daemon will periodically update the system clock with the time from a reference clock. If the time on the reference clock is behind the time on the system clock, the system clock will be set backward in one large decrement. Such swift changes in time can lead to Oracle shutting down the node due to inconsistent timers. To avoid this problem, NTP can be configured to slew the clock. When slewing the clock the time on the system is incremented slower until the system clock is in sync with the time on the reference system.  

Here we will see steps to set NTP slewing option on NTP clients so that the service starts with slewing enabled and resolve the PRVG-1032 error .

Steps :

Stop the NTP Service

service ntpd stop

 

Edit /etc/sysconfig/ntpd file and add -x before -u:

vi /etc/sysconfig/ntpd
# Command line options for ntpd
#OPTIONS="-g"
OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid"

 

Start the NTP service for the changes to take effect:

service ntpd start

 

Reinstall the Database Binaries and it will run without throwing the concerned error.

 

For more posts regarding Oracle 19c RAC, please click on the links below

Installation of ORACLE 19c RAC Servers using Virtual Box 

Installation of 19c Grid and RAC database using Virtual Box

Steps to fix a corrupted SPFile in ASM with 2 node RAC

Change SCAN Name in Oracle 19c 19c

Grid Patch from 19.3 to 19.5