当前位置:  数据库>oracle

Oracle 11g ocr 冗余配置

    来源: 互联网  发布时间:2017-06-06

    本文导语: 在11g 安装过程中默认只能指定一个 dg 用来存储:crs ,voting但是Oracle 官方一般建议我们这么来配置: 1、当ocr没有配置镜像,或者冗余存储时 最少3个ocr 。 如果底层存储不是RAID的话,oracle建议镜像OCR,镜像可以避免单点故障。...

在11g 安装过程中默认只能指定一个 dg 用来存储:crs ,voting
但是Oracle 官方一般建议我们这么来配置:

1、当ocr没有配置镜像,或者冗余存储时 最少3个ocr 。
 如果底层存储不是RAID的话,oracle建议镜像OCR,镜像可以避免单点故障。
 
■ At least two OCR locations if OCR is configured on an Oracle ASM disk group.
 You should configure OCR in two independent disk groups. Typically this is the
work area and the recovery area.
 

2、如果ocr 配置在oracle asm disk group上时,建议最少两个ocr 位置
 ocr 应当配置在两个单独的 disk group

■ At least two OCR locations if OCR is configured on mirrored hardware or
third-party mirrored volumes.
 

3、如果ocr 配置在有镜像的硬件或者在第3方的镜像卷上时也建议最少冗余2个ocr
 

Linux-6-64下安装Oracle 12C笔记

在CentOS 6.4下安装Oracle 11gR2(x64)

Oracle 11gR2 在VMWare虚拟机中安装步骤

Debian 下 安装 Oracle 11g XE R2

eg:添加多个ocr (最多5个)
ocrconfig -add +asm_disk_group| file_name
 
ocrconfig -delete +ASM_disk_group| file_name
 

[root@vmrac1 ~]# ocrcheck
 Status of Oracle Cluster Registry is as follows :
          Version                  :          3
          Total space (kbytes)    :    262120
          Used space (kbytes)      :      3540
          Available space (kbytes) :    258580
          ID                      : 1902812549
          Device/File Name        :      +CRS
                                    Device/File integrity check succeeded
 
                                    Device/File not configured
 
                                    Device/File not configured
 
                                    Device/File not configured
 
                                    Device/File not configured
 
        Cluster registry integrity check succeeded
 
        Logical corruption check succeeded
 
[root@vmrac1 ~]# ocrconfig -add +ARCH  --------------------------添加一个新的ocr  +ARCH
 

 


[root@vmrac1 ~]# ocrcheck                    ------------------------------检查后已经成功添加
 Status of Oracle Cluster Registry is as follows :
          Version                  :          3
          Total space (kbytes)    :    262120
          Used space (kbytes)      :      3540
          Available space (kbytes) :    258580
          ID                      : 1902812549
          Device/File Name        :      +CRS
                                    Device/File integrity check succeeded
          Device/File Name        :      +ARCH
                                    Device/File integrity check succeeded
 
                                    Device/File not configured
 
                                    Device/File not configured
 
                                    Device/File not configured
 
        Cluster registry integrity check succeeded
 
        Logical corruption check succeeded
 

 

同理再添加几个 dg
 
[root@vmrac1 ~]# ocrconfig -add +DATANEW
 [root@vmrac1 ~]# ocrcheck
 Status of Oracle Cluster Registry is as follows :
          Version                  :          3
          Total space (kbytes)    :    262120
          Used space (kbytes)      :      3540
          Available space (kbytes) :    258580
          ID                      : 1902812549
          Device/File Name        :      +CRS
                                    Device/File integrity check succeeded
          Device/File Name        :      +ARCH
                                    Device/File integrity check succeeded
          Device/File Name        :  +DATANEW
                                    Device/File integrity check succeeded
 
                                    Device/File not configured
 
                                    Device/File not configured
 
        Cluster registry integrity check succeeded
 
        Logical corruption check succeeded
 
[root@vmrac1 ~]# ocrconfig -add +FLASH
 [root@vmrac1 ~]# orcheck
 -bash: orcheck: command not found
 [root@vmrac1 ~]# ocrcheck
 Status of Oracle Cluster Registry is as follows :
          Version                  :          3
          Total space (kbytes)    :    262120
          Used space (kbytes)      :      3540
          Available space (kbytes) :    258580
          ID                      : 1902812549
          Device/File Name        :      +CRS
                                    Device/File integrity check succeeded
          Device/File Name        :      +ARCH
                                    Device/File integrity check succeeded
          Device/File Name        :  +DATANEW
                                    Device/File integrity check succeeded
          Device/File Name        :    +FLASH
                                    Device/File integrity check succeeded
 
                                    Device/File not configured
 
        Cluster registry integrity check succeeded
 
        Logical corruption check succeeded
 
[root@vmrac1 ~]# ocrcheck
 Status of Oracle Cluster Registry is as follows :
          Version                  :          3
          Total space (kbytes)    :    262120
          Used space (kbytes)      :      3540
          Available space (kbytes) :    258580
          ID                      : 1902812549
          Device/File Name        :      +CRS
                                    Device/File integrity check succeeded
          Device/File Name        :      +ARCH
                                    Device/File integrity check succeeded
          Device/File Name        :  +DATANEW
                                    Device/File integrity check succeeded
          Device/File Name        :    +FLASH
                                    Device/File integrity check succeeded
 
                                    Device/File not configured
 
        Cluster registry integrity check succeeded
 
        Logical corruption check succeeded
 
[root@vmrac1 ~]# ocrcheck -local
 Status of Oracle Local Registry is as follows :
          Version                  :          3
          Total space (kbytes)    :    262120
          Used space (kbytes)      :      2728
          Available space (kbytes) :    259392
          ID                      :  935756415
          Device/File Name        : /u02/app/11.2.0.3/grid/cdata/vmrac1.olr
                                    Device/File integrity check succeeded
 
        Local registry integrity check succeeded
 
        Logical corruption check succeeded
 

 

------------这里我们再来看下ocr 的配置信息 ,配置文件在Linux环境下位于 /etc/oracle/ocr.loc

[root@vmrac1 ~]# cd /etc/oracle
 [root@vmrac1 oracle]# ls
 lastgasp  ocr.loc  ocr.loc.orig  olr.loc  olr.loc.bkp  olr.loc.orig  oprocd  scls_scr  setasmgid
 

[root@vmrac1 oracle]# more ocr.loc
 #Device/file  getting replaced by device +FLASH
ocrconfig_loc=+CRS
 ocrmirrorconfig_loc=+ARCH  ----------新添加的 ocr 镜像组
 ocrconfig_loc3=+DATANEW
 ocrconfig_loc4=+FLASH
 local_only=false
 

[root@vmrac1 oracle]# more olr.loc
 olrconfig_loc=/u02/app/11.2.0.3/grid/cdata/vmrac1.olr
 crs_home=/u02/app/11.2.0.3/grid

更多详情见请继续阅读下一页的精彩内容:


    
 
 

您可能感兴趣的文章:

  • 配置Oracle management server /Oracle启动OMS
  • 在Redhat7.2+Oracle8i如果硬件配置中用P4处理器,对oracle的安装有没有影响(100分)
  • weblogic 中怎样配置 oracle JDBC driver?
  • redhat 8.0+oracle 8.1.7下面配置proc环境的问题
  • linux下怎么配置jdbc 访问oracle ,知情者请告知
  • oracle的jdbc的配置
  • 一个jsp的数据库问题-oracle的服务端如何配置
  • 不会配置oracle怎么办?
  • JDBC from ORACLE 8.1.7的配置问题
  • Linux上怎么配置oracle的ODBC数据源?
  • 请问jboss+oracle文件怎样配置,数据库中文字段不为乱码
  • jdk1.3+tomcat怎样配置oracle驱动程序
  • 请问哪里有 小性机 +linux +oracle 的配置方案?
  • Linux主机下配置Oracle 10G自动启动过程记
  • 如何配置 linux 下 oracle 的 listener .ora 和
  • 求.bash_profile配置oracle详解
  • 用redhat linux8.0+Oracle8i做网络数据库服务器,我需要怎样配置?
  • 配置Oracle RAC需要注意的问题
  • Oracle数据库安装配置示例
  • Linux Apache PHP Oracle 安装配置
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • oracle 11g最新版官方下载地址
  • Oracle EBS R12 支持 Oracle Database 11g
  • Oracle 10g和Oracle 11g网格技术介绍
  • Linux版本的Oracle 11g将首先被发布
  • 关于Linux下oracle是10g?还是11g?
  • Oracle 11g 相关工具netca,dbca乱码之解决
  • fedora10安装oracle11g提示物理内存不足怎么办?
  • Oracle 11g解锁scott
  • Oracle 11g R2 数据库将在9月发布
  • Oracle内存数据库11g和高速缓存11g上市
  • 有人在fedora 10下安装 oracle database 11g,没有呀?提供个安装步骤
  • 在ubuntu10.04上安装oracle11g失败
  • 关于Oracle 11g 闪回的一个小问题
  • Oracle11g备份和恢复功能的提高
  • linux redhat5.6安装oracle11g在自动创建实例时停住不动,有图
  • Oracle针对Eclipse 11g发布开发包
  • centos5.4安装oracle11g的问题
  • Oracle 11g 数据库 Alert日志的新发展
  • Redhat 6 安装 oracle 11g2的问题
  • 基于Linux环境的Oracle 11g数据库正式推出
  • Oracle 11G密码180天过期后的修改方法
  • Oracle 12c发布简单介绍及官方下载地址
  • 在linux下安装oracle,如何设置让oracle自动启动!也就是让oracle那个服务自动启动,不是手动的
  • Oracle 数据库(oracle Database)Select 多表关联查询方式
  • 请问su oracle 和su - oracle有什么不同?
  • Oracle数据库(Oracle Database)体系结构及基本组成介绍
  • 虚拟机装Oracle R12与Oracle10g
  • 如何设置让Oracle SQL Developer显示的时间包含时分秒
  • Oracle 数据库开发工具 Oracle SQL Developer
  • oracle中如何把表中具有相同值列的多行数据合并成一行
  • SCO unix下安装oracle,但没有光盘,请大家推荐一个oracle下载站点(unix版本的)。谢谢!!!!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,