vipca遇到CRS-0215,Could not start ons
Oracle 10.2.0.4 , 64bit, Linux AS 5.3 , 2 nodes .
当我们在安装Clusterware 的时候, 需要在第二节点上vipca , 配置到最后安装的时候, 安装到 75% 左右,报错:
CRS-0215 : Could not start resource 'ora.mxb2bcoredb01.ons'.
Check the log file "/u01/product/crs/log/mxb2bcoredb01/racg/ora.mxb2bcoredb01.ons.log" and fix the problem before retrying.
检查/etc/hosts
vipca遇到CRS-0215,Could not start ons
Oracle 10.2.0.4 , 64bit, Linux AS 5.3 , 2 nodes .
当我们在安装Clusterware 的时候, 需要在第二节点上vipca , 配置到最后安装的时候, 安装到 75% 左右,报错:
CRS-0215 : Could not start resource 'ora.mxb2bcoredb01.ons'.
Check the log file "/u01/product/crs/log/mxb2bcoredb01/racg/ora.mxb2bcoredb01.ons.log" and fix the problem before retrying.
127.0.0.0 localhost.localdomain localhost 被注释掉了
在rac的crs启动过程中会ping localhost由于没有配置,所以ping localhost失败
加上127.0.0.0 localhost.localdomain localhost就可以了。