zoukankan      html  css  js  c++  java
  • 更新ocr voting后第二个节点启动不起来

    [+ASM2]@qdcx-db2[/home/grid]$crsctl check crs
    CRS-4638: Oracle High Availability Services is online
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4529: Cluster Synchronization Services is online
    CRS-4534: Cannot communicate with Event Manager
    
    [root@qdcx-db2 /]# /oracle/app/crs/root.sh
    Performing root user operation for Oracle 11g 
    
    The following environment variables are set as:
        ORACLE_OWNER= grid
        ORACLE_HOME=  /oracle/app/crs
    
    Enter the full pathname of the local bin directory: [/usr/local/bin]: 
    The contents of "dbhome" have not changed. No need to overwrite.
    The contents of "oraenv" have not changed. No need to overwrite.
    The contents of "coraenv" have not changed. No need to overwrite.
    
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root script.
    Now product-specific root actions will be performed.
    Using configuration parameter file: /oracle/app/crs/crs/install/crsconfig_params
    User ignored Prerequisites during installation
    Installing Trace File Analyzer
    User grid has the required capabilities to run CSSD in realtime mode
    OLR initialization - successful
    Adding Clusterware entries to inittab
    CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node qdcx-db1, number 1, and is terminating
    An active cluster was found during exclusive startup, restarting to join the cluster
    Start of resource "ora.crsd" failed
    CRS-2800: Cannot start resource 'ora.asm' as it is already in the INTERMEDIATE state on server 'qdcx-db2'
    CRS-4000: Command Start failed, or completed with errors.
    Failed to start Oracle Grid Infrastructure stack
    Failed to start Cluster Ready Services at /oracle/app/crs/crs/install/crsconfig_lib.pm line 1353.
    
    参考CRSD Fails to Start With Error CRS-1009:The OCR configuration is Invalid (文档 ID 1926909.1)
    
    修改参数如下
    [root@qdcx-db2 /]# cat /etc/oracle/ocr.loc
    ocrconfig_loc=+ocrvoting
    local_only=FALSE
    
    [root@qdcx-db2 /]# cat /etc/oracle/ocr.loc
    ocrconfig_loc=+ocrvoting
    local_only=FALSE
    [root@qdcx-db2 /]# cat /oracle/app/crs/crs/install/crsconfig_params|grep ocr
    ASM_DISK_GROUP=ocrvoting
    

      

  • 相关阅读:
    C语言高速入口系列(七)
    数据结构:最小生成树--Prim算法
    poj2387-Til the Cows Come Home dijkstra获得水的问题
    iOS开展UI一片—简单的浏览器观看节目
    spark安装mysql与hive
    键入强力推进并解决强转
    华为u8800怎样root?
    用友ERP-U8最新破解(再次更新版本,附安装过程中的解决办法)
    Delphi 自带的那个 Hand 光标很难看?没关系,一行代码解决问题:
    阿里余额宝的来龙与去脉
  • 原文地址:https://www.cnblogs.com/omsql/p/9350609.html
Copyright © 2011-2022 走看看