PRVF-0002 : could not retrieve local node name

linux 安装 oracle 的时候,./runInstaller 启动报错  

PRVF-0002 : could not retrieve local node name

该错误主要是由于hosts文件配置问题:
vi /etc/hosts

修改hosts文件中加入服务器ip以及hostname即可.

#
# hosts         This file describes a number of hostname-to-address
#               mappings for the TCP/IP subsystem.  It is mostly
#               used at boot time, when no name servers are running.
#               On small systems, this file can be used instead of a
#               "named" name server.
# Syntax:
#    
# IP-Address  Full-Qualified-Hostname  Short-Hostname
#

127.0.0.1       localhost
#milo add for install oracle
127.0.0.1       linux-y86p
# special IPv6 addresses
::1             localhost ipv6-localhost ipv6-loopback

fe00::0         ipv6-localnet

ff00::0         ipv6-mcastprefix
ff02::1         ipv6-allnodes
ff02::2         ipv6-allrouters
ff02::3         ipv6-allhosts

猜你喜欢

转载自blog.csdn.net/qq_23315711/article/details/79939157