Fix Oracle UI Returns Error: PRVF-0002 : Could not retrieve local node name

Error Description

Oracle Universal Installer (runInstaller Command) fails with following error message.
PRVF-0002 : Could not retrieve local node name



Solution Description

Error is because the /etc/hosts file is not updated with the IP address and hostname.
Find out the hostname using hostname command and add entry in /etc/hosts file as below.

[root]# hostname
oratestnode1.bcnsaygate.net
vi /etc/hosts file

Add any of the following hostname entry with respect your server

10.158.0.161    oratestnode1.bcnsaygate.net    oratestnode1

Or

127.0.0.1   oratestnode1.bcnsaygate.net    oratestnode1

No comments:

Post a Comment