APPLIES TO: Oracle Server - Enterprise Edition - Version 11.2.0.1 and laterInformation in this document applies to any platform. GOAL This note is to list OCR storage requirement and to provide location of diagnostic information if PROT-30 is reporte…
    近期在给客户基于Suse 11 sp3安装Oracle 10g RAC,在安装完clusterware运行/u01/app/crs/root.sh时收到错误提示.Failed to upgrade Oracle Cluster Registry configuration因为当前的环境使用了多路径,从Oracle的描写叙述来看.这是一个Oracle Bug(4679769),假设你有同样的问题,请接着往下看. 一.故障现象suse11a:/u01/app/crs # /u01/app/c…
oracle的clusterware包含两个重要组件:OCR(包含本地组件OLR)和voting disks --OCR管理oracle clusterware和oracle rac数据库的配置信息 --OLR位于每个节点本地,管理着本地节点的clusterware配置信息 --voting disks管理成员关系信息.每个voting disk都必须能被集群中的所有节点访问. 在12C中,必须将OCR和voting disks中放在asm中(12c不支持块设备和裸设备:12.2不再支持其他共享…
背景:安装RAC,安装GI集群管理软件时,在最后快结束时,总是报如上INS-错误 #官方文档:error 说明;字符串解析失败 INS-20802: string failed. Cause: The plug-in failed in its perform method Action: Refer to the logs or contact Oracle Support Services.   #MOS文档有解释说明 PRVF-4664 PRVF-4657: Found inconsist…
Cluster Health Monitor(以下简称CHM)是一个Oracle提供的工具,用来自动收集操作系统的资源(CPU.内存.SWAP.进程.I/O以及网络等)的使用情况.CHM会每秒收集一次数据.这些系统资源数据对于诊断集群系统的节点重启.Hang.实例驱逐(Eviction).性能问题等是非常有帮助的.另外,用户可以使用CHM来及早发现一些系统负载高.内存异常等问题,从而避免产生更严重的问题. CHM默认安装在以下版本: 11.2.0.2 及更高版本的 Oracle Grid Inf…
Doc ID 428681.1 Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1.0 [Release 10.2 to 11.2]Information in this document applies to any platform. Goal The goal of this note is to provide steps to add, remove, replace or mo…
###########sample 1 OCR corruption messages are reported in crsd.log, automatic OCR backup is failing. Ocrcheck complains "Device/File intergrity check failed": [root@racnode1 ~]# ocrcheckStatus of Oracle Cluster Registry is as follows :       …
适用于: Oracle Database - Enterprise Edition - 版本 10.2.0.1 到 11.2.0.1.0 [发行版 10.2 到 11.2]本文档所含信息适用于所有平台 目标 提供在 Oracle Clusterware 10gR2, 11gR1 和 11gR2 环境中添加,删除,替换,移动 Oracle Cluster Repository (OCR) 和/或 Voting Disk 的步骤.并且包括了把OCR/voting 从裸设备移动到块设备和ASM 设备的…
在安装GUI时,创建了第一块ASM磁盘,命名为DATA1,上面存放了spfile文件,ocrfile文件,并且作为了vote盘.感觉名字和实际不符,容易搞混,所以想删除这个磁盘,直接删除会报错: ORA: diskgroup not dropped ORA: diskgroup "DATA1" contains existing files 经过查询,发现是因为这块ASM磁盘为第一块磁盘,会默认将spfile,ocrfile文件放在上面,所以需要迁移,以下为整个迁移过程,先asmca创…
版权声明:本文为博主原创文章.未经博主同意不得转载. https://blog.csdn.net/royjj/article/details/30506343  oracle 11g ocr 冗余配置 在11g 安装过程中默认仅仅能指定一个 dg 用来存储:crs ,voting 可是oracle 官方一般建议我们这么来配置: 1.当ocr没有配置镜像.或者冗余存储时 最少3个ocr . 假设底层存储不是RAID的话,oracle建议镜像OCR,镜像能够避免单点故障. ■ At least…