11G安装时报SEVERE: [FATAL] 错误的解决方法
Oracle Linux 6.2上安装oracle 11g2
$./runInstaller -ignoreSysPrereqs
安装刚开始,马上报一个SEVERE: [FATAL] oracle6: oracle6的错误,点确定后就退出安装了。
错误日志如下:
INFO: Loading beans from Xml Bean Store. [BeanStoreName:config-data]
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] oracle6: oracle6
经检查,hostname为oracle6
再检查/etc/hosts 文件,发现这个文件没有添加主机与ip地址的对应内容.
编辑/etc/hosts,增加一下内容,安装可以顺利进行了.
10.20.30.40 oracle6
本文介绍在 Oracle Linux 6.2 上安装 Oracle 11g R2 时遇到 SEVERE:[FATAL] 错误的问题及解决方法。通过检查 hostname 和 /etc/hosts 文件的内容,发现主机名与 IP 地址未正确配置导致安装失败。通过在 /etc/hosts 文件中添加正确的主机名与 IP 地址对应关系后,成功解决了安装问题。

891

被折叠的 条评论
为什么被折叠?



