环境:

操作系统: AIX 5300-09

集群软件: CRS 10.2.0.1

数据库:   Oracle 10.2.0.1

故障现象:

运行完,root.sh 后在node 上运行vipca 出现以下错误

[root@aix209 bin]#./vipca

PRKR-1062 : Failed to find configuration for node aix209

PRKR-1062 : Failed to find configuration for node aix209

解决方法:

1、删除该节点CRS 配置信息,并重新执行root.sh

[root@aix209 install]#./rootdelete.sh

Shutting down Oracle Cluster Ready Services (CRS):

Stopping resources.

Error while stopping resources. Possible cause: CRSD is down.

Stopping CSSD.

Shutting down CSS daemon.

Shutdown request successfully issued.

Shutdown has begun. The daemons should exit soon.

Checking to see if Oracle CRS stack is down...

Oracle CRS stack is not running.

Oracle CRS stack is down now.

Removing script for Oracle Cluster Ready services

Updating ocr file for downgrade

Cleaning up SCR settings in '/etc/oracle/scls_scr'

[root@aix209 install]#/u01/crs_1/root.sh

WARNING: directory '/u01' is not owned by root

Checking to see if Oracle CRS stack is already configured

Setting the permissions on OCR backup directory

Setting up NS directories

Oracle Cluster Registry configuration upgraded successfully

WARNING: directory '/u01' is not owned by root

clscfg: EXISTING configuration version 3 detected.

clscfg: version 3 is 10G Release 2.

Successfully accumulated necessary OCR keys.

Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.

node <nodenumber>: <nodename> <private interconnect name> <hostname>

node 1: aix209 aix209-priv aix209

node 2: aix210 aix210-priv aix210

clscfg: Arguments check out successfully.

NO KEYS WERE WRITTEN. Supply -force parameter to override.

-force is destructive and will destroy any previous cluster

configuration.

Oracle Cluster Registry for cluster has already been initialized

Startup will be queued to init within 30 seconds.

Adding daemons to inittab

Adding daemons to inittab

Expecting the CRS daemons to be up within 600 seconds.

CSS is active on these nodes.

aix209

aix210

CSS is active on all nodes.

Waiting for the Oracle CRSD and EVMD to start

Oracle CRS stack installed and running under init(1M)

Running vipca(silent) for configuring nodeapps

IP address "aix209-vip" has already been used. Enter an unused IP address.

[root@aix209 install]#

2、重新执行vipca

vipca 可以执行!


3、但在,执行过程中报以下错误

忽略该错误后,出现以下问题:

[root@aix209 /]#crs_stat -t

Name           Type           Target    State     Host

------------------------------------------------------------

ora.aix209.gsd application    ONLINE    ONLINE    aix209

ora.aix209.ons application    ONLINE    ONLINE    aix209

ora.aix210.gsd application    ONLINE    ONLINE    aix210

ora.aix210.ons application    ONLINE    ONLINE    aix210

ora.aix210.vip application    ONLINE    ONLINE    aix210

在crs 资源里,缺少ora.aix209.vip的资源!

4、手工创建该资源


[u@h W]$ srvctl add nodeapps -n aix209 -o /u01/app/oracle/product/10.2.0/db_1 -A 192.168.8.143/255.255.255.0

CRS-0210: Could not find resource 'ora.aix209.vip'.

[oracle@aix209 bin]$./crs_profile -create ora.aix209.vip -t application -a ora.aix209.vip.src

[oracle@aix209 bin]$ls -l /u01/crs_1/crs/script/

total 0

[oracle@aix209 bin]$ls -l /u01/crs_1/crs/public/

total 16

-rw-rw----    1 oracle   oinstall       3396 Aug  3 2004  action_scr.scr

-rw-r--r--    1 oracle   oinstall        752 Apr  8 16:26 ora.aix209.vip.cap

[oracle@aix209 bin]$cd /u01/crs_1/crs/public/

[oracle@aix209 public]$cp action_scr.scr ../script/ora.aix209.vip.src

可以注册ora.aix209.vip资源:

[root@aix209 /]#crs_register ora.aix209.vip

[root@aix209 /]#srvctl add nodeapps -n aix209 -o /u01/app/oracle/product/10.2.0/db_1 -A 192.168.8.143/255.255.255.0

[root@aix209 /]#crs_stat -t

Name           Type           Target    State     Host

------------------------------------------------------------

ora.aix209.gsd application    ONLINE    ONLINE    aix209

ora.aix209.ons application    ONLINE    ONLINE    aix209

ora.aix209.vip application    OFFLINE   OFFLINE

ora.aix210.gsd application    ONLINE    ONLINE    aix210

ora.aix210.ons application    ONLINE    ONLINE    aix210

ora.aix210.vip application    ONLINE    ONLINE    aix210

但是启动失败!  

[root@aix209 /]#crs_start -f ora.aix209.vip

Attempting to start `ora.aix209.vip` on member `aix209`

`ora.aix209.vip` on member `aix209` has experienced an unrecoverable failure.

Human intervention required to resume its availability.

CRS-0215: Could not start resource 'ora.aix209.vip'.

五、最终解决方法:

重新清理OCR和VOTE磁盘,重新执行root.sh(在两个节点上)

[root@aix210 /]#dd if=/dev/zero of=/dev/rrac_ocr bs=8192 count=2560

2560+0 records in

2560+0 records out

[root@aix210 /]#dd if=/dev/zero of=/dev/rrac_vote bs=8192 count=2560

2560+0 records in

2560+0 records out

[root@aix210 /]#/u01/crs_1/root.sh

[root@aix209 /]#crs_stat -t

Name           Type           Target    State     Host

------------------------------------------------------------

ora.aix209.vip application    OFFLINE   OFFLINE

重新运行vipca:

[root@aix209 /]#crs_stat -t

Name           Type           Target    State     Host

------------------------------------------------------------

ora.aix209.gsd application    ONLINE    ONLINE    aix209

ora.aix209.ons application    ONLINE    ONLINE    aix209

ora.aix209.vip application    ONLINE    ONLINE    aix209

ora.aix210.gsd application    ONLINE    ONLINE    aix210

ora.aix210.ons application    ONLINE    ONLINE    aix210

ora.aix210.vip application    ONLINE    ONLINE    aix210

[root@aix209 /]#

@至此,问题解决!

本文转自 客居天涯 51CTO博客,原文链接:http://blog.51cto.com/tiany/1392368,如需转载请自行联系原作者

AIX系统下RAC故障之-VIPCA 错误相关推荐

  1. oracle数据库看开销,【Database】AIX系统下跟踪开销大的Oracle数据库进程

    Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE本文介绍AIX系统下跟踪开销大的Oracle数据库进程的具体运行语句等信息的方法. 方法一 ...

  2. linux查看存储阵列,AIX系统下查看磁盘阵列

    AIX系统下查看磁盘阵列 [日期:2012-07-08] 来源:Linux社区 作者:Linux [字体:大 中 小] 在AIX中DISK ARRAY的相关设备是用如下AIX设备名来表现的: 连接一台 ...

  3. aix下oracle备份脚本,AIX系统下oracle9i实施RMAN全量备份脚本

    AIX系统下oracle9i实施RMAN全量备份脚本 1)查看系统环境 首先使用sqlplus登录oracle(使用DBA账户)查看oracle的版本. SQL> select * from v ...

  4. linux运行内部错误,介绍Linux系统下的500内部服务器错误及故障排除500错误

    在Linux系统下有时浏览网页时发生的最常见错误之一是看到"500 Internal Server Error(500内部服务器错误)",此消息表明Web服务器遇到技术问题.本文介 ...

  5. 报表在IBM AIX系统下resin部署

     报表是用java开发的,具有良好的跨平台性.不仅可以应用在windows.linux.操作系统,还可以应用在AIX等等的unix操作系统.在各种操作系统上部署过程有一些差别.下面说一下在AIX操 ...

  6. kafka在Windows系统下的安装出现的错误汇总:

    kafka在Windows系统下的安装出现的部分奇奇怪怪的错误: 假设你渡过了Zookeeper版本和JDK版本问题,出现了如下问题. ①出现了'wmic' 不是内部或外部命令,也不是可运行的程序 或 ...

  7. aix系统下oracle之ora-00471,Oracle RAC 9.2.0.7 (AIX53,HA52)三台主机实例全down的问题

    硬件环境: IBM p570: 2台:IBM p550: 1台 系统环境: AIX 5.3-04 HACMP 5.2 Oracle RAC 9.2.0.7 故障描述: 在这个群集中,两台570是生产系 ...

  8. linux系统开机grub命令修复方法,解析Linux系统下GRUB故障修复

    在使用Linux的过程中,大多初学者都遇到过系统启动到"grub>"提示符后就停止不前的问题,功夫不深的爱好者可能会束手无策,转而选择重装系统,其实这只是系统出现了一点小问题 ...

  9. linux系统下网卡故障解决

    1.故障环境说明: 服务器:两台联想G6  配置相同 scsi硬盘两块. 由于其中一台服务器损坏,现将坏服务器的硬盘拿下来插到新服务器上. 硬盘上原有的系统为: Red hat enterprises ...

最新文章

  1. python基础知识填空-Python基础知识练习题(一)
  2. 最新代理服务器列表 2008-09-2
  3. datagrid只传入了一部分的数据 未显示全_软件开发面试之数据库事务篇
  4. [蛋蛋の插画日记]囧...居然漏了一期《可爱100》!
  5. 工作309:uni-获取vuex里面的值
  6. socket 编程入门教程(一)TCP server 端:4、构造函数涉及的概念
  7. HTML5css3学习总结(2)
  8. 【Python3网络爬虫开发实战】1.3.1-lxml的安装
  9. Java中加载properties文件的6种方法
  10. hard-negative mining 及伪代码实现
  11. 并发---ConcurrentHashMap
  12. 分享打造爆款书的方法,同时聊聊出版图书中的哪些事和哪些坑
  13. Excel表Ctrl+v和Ctrl shift+v有什么区别_朴素的办公神器——excel
  14. VNC 实现 Windows 远程访问 Ubuntu 16.04(无需安装第三方桌面,直接使用自带远程工具)
  15. Macbook Pro Touch Bar 音量和亮度调节失效
  16. 计算机网络--哈工大网课--MOOC中国大学 慕课 答案
  17. java八皇后答案_java八皇后问题详解
  18. 【系统分析师之路】计算机组成原理章节错题集锦
  19. RecyclerView实现竖向无限循环滚动的列表
  20. 搭建小程序(python)

热门文章

  1. 实习技术员的基本功(十一)
  2. 外国wince学习论坛收集
  3. Vue入门 ---- 简易留言板
  4. Mysql导入大容量SQL文件数据问题
  5. mapper 判断条件为null
  6. idea+springboot+mongodb的实战使用分享
  7. oraoledb.oracle 12c,关于OraOLEDB.Oracle找不到驱动问题的一种可能解决方案
  8. vs2015如何连接oracle,VS2015中C#连接Oracle数据库
  9. 虚拟机安装rsync服务器配置,虚拟机安装rsync服务器配置
  10. mysql 用户管理系统_mysql 用户管理