zoukankan      html  css  js  c++  java
  • 【翻译自mos文章】Clusterware间歇性的hang,命令报CRS-184而且Network Socket Files in /tmp/.oracle or /var/tmp/.oracle被删

    来源于:
    Clusterware Intermittently Hangs And Commands Fail With CRS-184 as Network Socker Files in /tmp/.oracle or /var/tmp/.oracle Gets Deleted (文档 ID 370605.1)

    APPLIES TO:

    Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.1.0.7 [Release 10.1 to 11.1]
    Information in this document applies to any platform.

    SYMPTOMS

    CRS hangs intermittently

    crs_stat -t  returns

    CRS-0184: Cannot communicate with the CRS daemon.

    node1 [crs]> crsctl check crsd
    Cannot communicate with CRS
    node1 [crs]> crsctl check css
    Failure 1 contacting CSS daemon


    ps -ef |grep d.bin will give you the pid of the process 

    for example

    ps -ef |grep d.bin
    oracle   19703 19281  0 Apr10 ?

            00:01:03 /home/oracle/oracle/product/10.2.0/crs/bin/evmd.bin
    oracle   19976 19950  0 Apr10 ?        00:06:47 /home/oracle/oracle/product/10.2.0/crs/bin/ocssd.bin
    root     19323     1  0 Apr10 ?

            00:08:47 /home/oracle/oracle/product/10.2.0/crs/bin/crsd.bin


    CAUSE

    This is caused by a cron job that cleans up the /tmp directory which also removes the Oracle socket files in /tmp/.oracle

    SOLUTION

    Do not remove /tmp/.oracle or /var/tmp/.oracle or its files while Oracle Clusterware is up.

  • 相关阅读:
    函数嵌套 lisp表达式求值
    初涉时间间隔问题
    高精度算法-带小数大数相加
    12/10 C语言程序设计竞赛 后五题
    字符串头尾连接问题-木棒连接
    ZJGSU-ACM OJ 心得
    高精度算法-大数乘法
    趣味两题-(简单追及问题、两直线相交问题)
    struts2基于注解的action
    spring中常用的注解
  • 原文地址:https://www.cnblogs.com/yjbjingcha/p/7040014.html
Copyright © 2011-2022 走看看