oracle 11g rac安装grid 执行root脚本add vip -n 。。。on node= ... failedFailed 错误处理

问题:

CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node racdg1-1, number 1, and is terminating

An active cluster was found during exclusive startup, restarting to join the cluster

PRCN-2050 : The requested VIP (nodename: racdg1-2, VIP name: racdg1-2-vip, network number: 1) has the same VIP name but different network number or preferred node than the registered VIP (nodename: racdg1-1, VIP name: racdg1-1-vip, network number: 1).

add vip -n racdg1-2 -k 1 -A racdg1-2-vip/255.255.255.0/eth0 on node=racdg1-2 ... failed

Failed to add Nodeapps at /u01/app/11.2.0.4/grid/crs/install/crsconfig_lib.pm line 9391.

/u01/app/11.2.0.4/grid/perl/bin/perl -I/u01/app/11.2.0.4/grid/perl/lib -I/u01/app/11.2.0.4/grid/crs/install /u01/app/11.2.0.4/grid/crs/install/rootcrs.pl execution failed

二节点执行root脚本报VIP的错误,无法添加vip服务到集群被纳管

查看集群状态

未发现二节点vip服务

发现是hosts文件的vip名称错误,对其进行改正

重新执行脚本

root@racdg1-2 \~\]# /u01/app/11.2.0.4/grid/perl/bin/perl -I/u01/app/11.2.0.4/grid/perl/lib -I/u01/app/11.2.0.4/grid/crs/install /u01/app/11.2.0.4/grid/crs/install/rootcrs.pl Using configuration parameter file: /u01/app/11.2.0.4/grid/crs/install/crsconfig_params User ignored Prerequisites during installation Installing Trace File Analyzer Configure Oracle Grid Infrastructure for a Cluster ... succeeded \[root@racdg1-2 \~\]# 查看集群状态 ![](https://img-blog.csdnimg.cn/direct/88cff327b09540fea41dc124c01feee3.png) 二节点vip服务已正常

相关推荐
杜子不疼.12 分钟前
Spring AI 与向量数据库:构建企业级 RAG 智能问答系统
数据库·人工智能·spring
山峰哥16 分钟前
Python爬虫实战:从零构建高效数据采集系统
开发语言·数据库·爬虫·python·性能优化·架构
_OP_CHEN1 小时前
【C++数据结构进阶】从B + 树 / B * 树到数据库索引:B树的进化之路与 MySQL 实战解析
数据结构·数据库·b树·mysql·innodb·b+树·mylsam
云老大TG:@yunlaoda3607 小时前
华为云国际站代理商TaurusDB的成本优化体现在哪些方面?
大数据·网络·数据库·华为云
TG:@yunlaoda360 云老大7 小时前
华为云国际站代理商GeminiDB的企业级高可用具体是如何实现的?
服务器·网络·数据库·华为云
QQ14220784499 小时前
没有这个数据库账户,难道受到了sql注入式攻击?
数据库·sql
残 风9 小时前
pg兼容mysql框架之语法解析层(openHalo开源项目解析)
数据库·mysql·开源
勇往直前plus9 小时前
MyBatis/MyBatis-Plus类型转换器深度解析:从基础原理到自定义实践
数据库·oracle·mybatis
cyhysr10 小时前
sql将表字段不相关的内容关联到一起
数据库·sql
九皇叔叔10 小时前
MySQL 数据库 MVCC 机制
数据库·mysql