[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