微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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.jb51.cc/oracle/213041.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐