接下来又报了这个错误
Configuration assistant "Oracle Cluster Verification Utility" failed
忽略了这个错误直接导致数据库安装不成功。
查看日志:错误如下
*** Starting OUICA ***
Oracle Home set to /orabase/product/10.2
Configuration directory is set to /orabase/product/10.2/cfgtoollogs. All xml files under the directory will be processed
INFO: The "/orabase/product/10.2/cfgtoollogs/configToolFailedCommands" script. contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script. with passwords (if any) before executing the same.
-----------------------------------------------------------------------------
SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
2. Fix the errors causing these failures.
3. Select the failed assistants and click the 'Retry' button to retry them.
可能是某个配置项忘记设置了,又回头查看了安装文档,对比刚才自己的设置,发现遗漏了主机名称的设置。
网上也有人提到是主机名称设置的问题,接下来设置主机名称:
[iyunv@js install]#vi /etc/sysconfig/network
设置hostname=js
别忘了/etc/hosts设置
如果你不想重启,使用如下命令
[iyunv@js install]#hostname js