您的位置:首页 > 产品设计 > UI/UE

OUI启动时的小错误PRVF-0002

2013-11-13 23:13 288 查看
[oracle@bys3 database]$ Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB.   Actual 10088 MB    Passed

Checking swap space: must be greater than 150 MB.   Actual 4094 MB    Passed

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-11-13_10-56-22PM. Please wait ...[FATAL] PRVF-0002 : Could not retrieve local nodename
A log of this session is currently saved as:……

从报错字面意思来看也是:无法解析本地节点名

查询hostname, /etc/sysconfig/network   ;查出主机名文件

再查询:  /etc/hosts  ,发现此文件 中未配置IP与HOSTNAME的对应,手动增加一条即可。

最终增加条目后显示如下:

[oracle@bys3 database]$ cat /etc/hosts

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1               oelrac1.oelrac.com oelrac1 localhost.localdomain localhost

::1             localhost6.localdomain6 localhost6
192.168.1.211   bys3.bys.com
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息