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
    

      

  • 相关阅读:
    R_Studio中对xls文件学生总成绩统计求和
    R_Studio读取xls文件
    Unity3D_(游戏)甜品消消乐03_游戏UI设计
    Unity3D_(游戏)甜品消消乐02_游戏核心算法
    Unity3D_(游戏)甜品消消乐01_游戏基础界面
    Unity3D_(游戏)双人3D坦克_简易版
    Unity3D_(游戏)卡牌04_游戏界面
    万年历查询地址 当天日期(带周)
    meta name="viewport" content="width=device-width,initial-scale=1.0" 解释
    Chrome调试(debugger)总是进入paused in debugger状态
  • 原文地址:https://www.cnblogs.com/omsql/p/9350609.html
Copyright © 2011-2022 走看看