Oracle 安装执行./runInstaller 提示SEVERE: [FATAL] web01: web01

前端之家收集整理的这篇文章主要介绍了Oracle 安装执行./runInstaller 提示SEVERE: [FATAL] web01: web01前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

RHEL 6.4 上安装oracle 11g


$./runInstaller

安装刚开始,马上报一个SEVERE: [FATAL]web01: web01的错误,点确定后就退出安装了。

[@more@]
错误日志如下:

INFO: Setting value for the property:id in the bean:configcmd
INFO: Setting value for the property:platformcmdmap in the bean:configcmd
INFO: Setting value for the property:id in the bean:configcmd
INFO: Setting value for the property:platformcmdmap in the bean:configcmd
INFO: Setting value for the property:configcmds in the bean:configcmdmappings
SEVERE: [FATAL] web01: web01.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:37
INFO: Advice is ABORT
SEVERE: Unconditional Exit
INFO: Adding ExitStatus FAILURE to the exit status set

INFO: Finding the most appropriate exit status for the current application


经检查,hostname为web01

再检查/etc/hosts 文件,发现这个文件没有添加主机与ip地址的对应内容.


编辑/etc/hosts,增加一下内容,安装可以顺利进行了.

192.168.56.105 web01

原文链接:https://www.f2er.com/oracle/213041.html

猜你在找的Oracle相关文章