iis服务器助手广告广告
返回顶部
首页 > 资讯 > 数据库 >Oracle Study之--AIX RAC下OCR磁盘故障(PROT-602)
  • 733
分享到

Oracle Study之--AIX RAC下OCR磁盘故障(PROT-602)

2024-04-02 19:04:59 733人浏览 独家记忆
摘要

Oracle Study之--AIX RAC下OCR磁盘故障(PROT-602)***************************************************************

Oracle Study之--AIX RAC下OCR磁盘故障(PROT-602)

*******************************************************************************
*  Welcome to aiX Version 5.3!                                                *
*                                                                             *
*  Please see the README file in /usr/lpp/bos for infORMation pertinent to    *
*  this release of the AIX Operating System.                                  *
*******************************************************************************
故障现象

[root@aix208 /]#crsctl check crs
Failure 1 contacting CSS daemon
Cannot communicate with CRS
EVM appears healthy


[root@aix208 /]#ocrcheck
PROT-602: Failed to retrieve data from the cluster reGIStry


----OCR disk被用户误删除 !


解决方法:

通过ocrconfig工具恢复:

[root@aix208 /]#ocrconfig
Name:
        ocrconfig - Configuration tool for oracle Cluster Registry.
Synopsis:
        ocrconfig [option]
        option:
                -export <filename> [-s online]
                                                    - Export cluster register contents to a file
                -import <filename>                  - Import cluster registry contents from a file
                -upgrade [<user> [<group>]]
                                                    - Upgrade cluster registry from previous version
                -downgrade [-version <version string>]
                                                    - Downgrade cluster registry to the specified version
                -backuploc <dirname>                - Configure periodic backup location
                -showbackup                         - Show backup information
                -restore <filename>                 - Restore from physical backup
                -replace ocr|ocrmirror [<filename>] - Add/replace/remove a OCR device/file
                -overwrite                          - Overwrite OCR configuration on disk
                -repair ocr|ocrmirror <filename>    - Repair local OCR configuration
                -help                               - Print out this help information
Note:
        A log file will be created in
        $ORACLE_HOME/log/<hostname>/client/ocrconfig_<pid>.log. Please ensure
        you have file creation privileges in the above directory before
        running this tool.

1) 通过repair修复
[root@aix208 /]#ocrconfig -repair ocr

[root@aix208 /]#ocrcheck
PROT-601: Failed to initialize ocrcheck


查看ocr设备文件:

[root@aix208 /]#ls -l /dev |grep ocr
brw-rw----    1 oracle   dba         123,  1 Feb 24 14:54 rac_ocr
brw-rw----    1 root     system      123, 20 Feb 25 12:01 rac_ocr2
crw-r-----    1 root     dba         123,  1 Feb 25 12:16 rrac_ocr
-rw-r--r--    1 root     system    139264000 Feb 22 13:50 rrac_ocr1
crw-rw----    1 oracle   dba         123, 20 Feb 25 12:16 rrac_ocr2


[root@aix208 /]#ocrconfig -repair ocr /dev/rrac_ocr
[root@aix208 /]#ocrcheck
PROT-601: Failed to initialize ocrcheck


[root@aix208 /]#ocrconfig -replace ocr /dev/rrac_ocr
PROT-1: Failed to initialize ocrconfig

2)通过ocr备份修复:
[root@aix208 /]#ocrconfig -showbackup


查看备份数据:
[root@aix208 /]#cd /u01/crs_1/cdata/crs

[root@aix208 crs]#ls
backup00.ocr  day.ocr       week.ocr
[root@aix208 crs]#ls -l
total 20256
-rw-r--r--    1 root     system      3457024 Feb 25 11:48 backup00.ocr
-rw-r--r--    1 root     system      3457024 Feb 25 11:48 day.ocr
-rw-r--r--    1 root     system      3457024 Feb 25 11:48 week.ocr
[root@aix208 crs]#ls -lt
total 20256
-rw-r--r--    1 root     system      3457024 Feb 25 11:48 week.ocr
-rw-r--r--    1 root     system      3457024 Feb 25 11:48 day.ocr
-rw-r--r--    1 root     system      3457024 Feb 25 11:48 backup00.ocr

通过备份,使用restore工具修复:
[root@aix208 crs]#ocrconfig -restore /u01/crs_1/cdata/crs/day.ocr


[root@aix208 crs]#ocrcheck 
Status of Oracle Cluster Registry is as follows :
         Version                  :          2
         Total space (kbytes)     :     130984
         Used space (kbytes)      :       3252
         Available space (kbytes) :     127732
         ID                       :  133619783
         Device/File Name         : /dev/rrac_ocr
                                    Device/File integrity check succeeded
                                    Device/File not configured
         Cluster registry integrity check succeeded

[root@aix208 crs]#crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy


[root@aix208 crs]#crs_stat -t
Name           Type           Target    State     Host        
------------------------------------------------------------
ora....07.lsnr application    ONLINE    ONLINE    aix207      
ora.aix207.gsd application    ONLINE    ONLINE    aix207      
ora.aix207.ons application    ONLINE    ONLINE    aix207      
ora.aix207.vip application    ONLINE    ONLINE    aix207      
ora....08.lsnr application    ONLINE    ONLINE    aix208      
ora.aix208.gsd application    ONLINE    ONLINE    aix208      
ora.aix208.ons application    ONLINE    ONLINE    aix208      
ora.aix208.vip application    ONLINE    ONLINE    aix208      
ora.prod.db    application    ONLINE    ONLINE    aix207      
ora....d1.inst application    ONLINE    ONLINE    aix207      
ora....d2.inst application    ONLINE    OFFLINE   aix208

------ 修复成功!!!

您可能感兴趣的文档:

--结束END--

本文标题: Oracle Study之--AIX RAC下OCR磁盘故障(PROT-602)

本文链接: https://www.lsjlt.com/news/41973.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作