PRVG-01017: NTP configuration file

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
Bash

A 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
Bash
oracle@orarach2 [+ASM2] /u01/app/19.26.0.0/grid> ./runcluvfy.sh stage -pre crsinst -n orarach1,orarach2 -verbose
.
.
.
.
Verifying Network Time Protocol (NTP) ...PASSED
Bash

Referências

https://docs.oracle.com/en/error-help/db/prvg-01017/index.html?r=23ai

Artigo anterior

Erro ao instalar Oracle Grid Infrastructure no Red Hat 8

Próximo Artigo

PRVG-2002 : Encountered error in copying file

Escreva um comentário

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *