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 \~#

查看集群状态

二节点vip服务已正常

相关推荐
神王宝宝 王者小学14 小时前
HBase: 看上去很美
大数据·数据库·hbase
io无心15 小时前
Shardingsphere5分库分表
数据库·mysql
wWYy.15 小时前
Mysql:主键索引 唯一索引 普通索引 前缀索引
数据库·mysql
宝杰X715 小时前
Android Room3 多平台数据库
android·数据库
sky_81061319 小时前
Oracle ERP 各模块业务管理功能及底层表说明
数据库·oracle
YMatrix 官方技术社区20 小时前
CittaBase vs. Neo4j :原生图性能实测与混合检索实践
数据库·功能测试·ymatrix
闲猫21 小时前
LangChain / Integrations / Integrations by component / Tool
java·数据库·langchain
xqqxqxxq21 小时前
SQL 连接查询技术笔记
数据库·笔记·sql
Databend1 天前
从万亿级大模型到全线应用:Databend Cloud 助力头部 AI 企业构建全链路 Trace 数据管道
大数据·数据库·sql
MC皮蛋侠客1 天前
SQLAlchemy 系列(十一):从 1.x 到 2.x——渐进迁移与数据访问层治理
数据库·python