[Инсталляция Oracle RAC 12.1 ISCSI + ASM]: Настройка сервисов отвечающих за синхронизацию времени


Настройка времени

Server: rac1, rac2, storage

Внесите изменения в файл параметров ntpd

# vi /etc/sysconfig/ntpd

замените

# Drop root to id 'ntp:ntp' by default.
OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid -g"

на

# Drop root to id 'ntp:ntp' by default.
# OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid -g"
OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid -g"


# chkconfig --level 345 ntpd on
# service ntpd restart
Server: rac1
# cd /etc
# cp ntp.conf ntp.conf.bak

# vi ntp.conf

Оставляю только:

server rac1-priv-storage
restrict rac1-priv-storage mask 255.255.255.255 nomodify notrap noquery


# service ntpd restart
Server: rac2
# cd /etc
# cp ntp.conf ntp.conf.bak

# vi ntp.conf

Оставляю только:

server rac2-priv-storage
restrict rac2-priv-storage mask 255.255.255.255 nomodify notrap noquery


# service ntpd restart

Проверка:

# ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 rac1-priv-stora .INIT.          16 u    -   64    0    0.000    0.000   0.000


# ntpq -pn
 	# ntpq -c peers