Este post também está disponível em:
English

Durante a execução do runcluvfy.sh
um dos erros reportados PRVG-1017.
Verifying Network Time Protocol (NTP) ...FAILED
cealorarach2: PRVG-1017 : NTP configuration file "/etc/ntp.conf" is present on
nodes "orarach2,orarach1" on which NTP daemon or service
was not running
BashA correção do erro é bastante simples. Ele reporta que o arquivo /etc/ntp.conf existe nos servidores, mas o processo NTP não está em execução. Basta renomear os arquivos nos servidores que o erro não irá mais aparecer na execução do script runcluvfy.sh
.
[homolog][root@orarach1:~]# ls /etc/ntp.conf
/etc/ntp.conf
[homolog][root@orarach1:~]# mv /etc/ntp.conf /etc/ntp.conf_bkp
[homolog][root@orarach1:~]# exit
logout
Bash[homolog][root@orarach2:~]# ls /etc/ntp.conf
/etc/ntp.conf
[homolog][root@orarach2:~]# mv /etc/ntp.conf /etc/ntp.conf_bkp
[homolog][root@orarach2:~]# exit
logout
Bashoracle@orarach2 [+ASM2] /u01/app/19.26.0.0/grid> ./runcluvfy.sh stage -pre crsinst -n orarach1,orarach2 -verbose
.
.
.
.
Verifying Network Time Protocol (NTP) ...PASSED
BashReferências
https://docs.oracle.com/en/error-help/db/prvg-01017/index.html?r=23ai