【CRS】vipca最后一步执行报错CRS-0215

当我们在安装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.1  localhost.localdomain localhost 被注释掉了  
 

在rac的crs启动过程中会ping localhost由于没有配置,所以ping localhost失败

所以,在/etc/hosts中添加上localhost.localdomain localhost

再次retry就可以完成安装了


posted @ 2018-01-31 16:30  zclinux  阅读(70)  评论(0)    收藏  举报