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
    

      

  • 相关阅读:
    pika的阻塞式使用
    使用 Nuget安装DLL
    StackExchange.Redis的使用
    MongoDB 学习笔记(9)--- Limit与Skip方法
    MongoDB 学习笔记(8)---$type 操作符
    MongoDB学习笔记(7)--- 条件操作符
    MongoDB学习笔记(6)--find
    阿里巴巴Java开发规范手册
    python获取当前文件路径
    断网环境下利用pip安装Python离线安装包
  • 原文地址:https://www.cnblogs.com/omsql/p/9350609.html
Copyright © 2011-2022 走看看