zoukankan      html  css  js  c++  java
  • OUI启动时的小错误PRVF-0002

    [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



  • 相关阅读:
    为django项目创建虚拟环境
    linux下安装python
    使用scrapy-crawlSpider 爬取tencent 招聘
    linux基础3
    Scrapy
    scrapy-Redis 分布式爬虫
    scrapy-redis(一)
    Linux中文件上传使用rz
    centos 7 安装nginx
    MySQL 5.7 zip 文件安装过程
  • 原文地址:https://www.cnblogs.com/pangblog/p/3424134.html
Copyright © 2011-2022 走看看