DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: crs-0184-cannot-communicate-with-the-crs-domain

  1. #1
    Join Date
    May 2008
    Posts
    95

    Exclamation crs-0184-cannot-communicate-with-the-crs-domain

    Dear Guru's,

    We have a problem in RAC DB on node2, earlier it work fine but from yesterday onward CRS is coming up it showing "crs-0184-cannot-communicate-with-the-crs-domain", we restarted the node2 server but still same, after restart the node2 server we are getting.

    #crsctl check crs
    Failure 1 contacting CSS daemon
    Cannot communicate with CRS
    Cannot communicate with EVM

    OCR initialization failed accessing OCR device: PROC-26: Error while accessing t

    Please me out.

    Thanks in advice.

    Regards,

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Can you see CRS daemon running on node 2?
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    May 2008
    Posts
    95

    Exclamation

    yes, please se the below.
    node2[/opt/crs/oracle/bin] #ps -ef|grep crs
    oracle 360590 262320 0 12:26:01 - 0:00 /bin/sh -c cd /opt/crs/oracle/l
    og/ariepdb2/cssd/oclsomon; ulimit -c unlimited; /opt/crs/oracle/bin/oclsomon ||
    exit $?
    root 364728 1 0 16:49:46 - 0:00 /bin/sh /etc/init.crsd run
    oracle 368872 327900 1 12:26:23 - 0:30 /opt/crs/oracle/bin/ocssd.bin
    root 372792 1 0 12:26:01 - 0:00 /opt/crs/oracle/bin/oprocd run
    -t 1000 -m 500 -f
    oracle 377026 1 0 12:24:03 - 0:00 /opt/crs/oracle/bin/evmd.bin
    oracle 385262 360590 0 12:26:01 - 0:15 /opt/crs/oracle/bin/oclsomon.bi
    n
    oracle 409792 377026 0 12:30:54 - 0:00 /opt/crs/oracle/bin/evmlogger.b
    in -o /opt/crs/oracle/evm/log/evmlogger.info -l /opt/crs/oracle/evm/log/evmlogge
    r.log
    root 463076 364728 0 16:50:53 - 0:01 /opt/crs/oracle/bin/crsd.bin re
    start
    root 585746 442434 0 18:11:15 pts/2 0:00 grep crs

    thanks in advance for ur advice/suggestion.

    Regards,

  4. #4
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Please run...

    crsctl check crs

    ...post results.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  5. #5
    Join Date
    May 2008
    Posts
    95

    Exclamation

    #crsctl check crs
    Failure 1 contacting CSS daemon
    Cannot communicate with CRS
    Cannot communicate with EVM

    please help.

  6. #6
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Quote Originally Posted by muzammil.dba View Post
    #crsctl check crs
    Failure 1 contacting CSS daemon
    Cannot communicate with CRS
    Cannot communicate with EVM

    please help.
    Your CRS is down. Start it.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  7. #7
    Join Date
    May 2008
    Posts
    95

    Exclamation

    I tried but still same problem, it is not comming up, please see below.

    Node2[/etc] #init.crs stop
    Shutting down Oracle Cluster Ready Services (CRS):
    Stopping resources. This could take several minutes.
    Error while stopping resources. Possible cause: CRSD is down.
    Shutdown has begun. The daemons should exit soon.


    node2[/etc] #init.crs start
    Startup will be queued to init within 30 seconds.


    $ crsctl check crs
    CSS appears healthy
    Cannot communicate with CRS
    Cannot communicate with EVM

    node2[/opt/crs/oracle/bin] #crs_stat -t
    IOT/Abort trap(coredump)
    node2[/opt/crs/oracle/bin] #crs_stat -t
    CRS-0184: Cannot communicate with the CRS daemon.

    Thanks & Regards,

  8. #8
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Did you look at the logs?

    As per Oracle documentation -which is great by the way

    $ORA_CRS_HOME/crs/log Contains trace files for the CRS resources.
    $ORA_CRS_HOME/crs/init Contains trace files of the CRS daemon during startup. Good place to start with any CRS login problems.
    $ORA_CRS_HOME/css/log The Cluster Synchronization (CSS) logs indicate all actions such as reconfigurations, missed check-ins, connects, and disconnects from the client CSS listener. In some cases, the logger logs messages with the category of auth.crit for the reboots done by Oracle. This could be used for checking the exact time when the reboot occurred.
    $ORA_CRS_HOME/css/init Contains core dumps from the Oracle Cluster Synchronization Service daemon (OCSSd) and the process ID (PID) for the CSS daemon whose death is treated as fatal. If abnormal restarts for CSS exist, the core files will have the format of core..
    $ORA_CRS_HOME/evm/log Log files for the Event Volume Manager (EVM) and evmlogger daemons. Not used as often for debugging as the CRS and CSS directories.
    $ORA_CRS_HOME/evm/init PID and lock files for EVM. Core files for EVM should also be written here.
    $ORA_CRS_HOME/srvm/log Log files for Oracle Cluster Registry (OCR), which contains the details at the Oracle cluster level.
    $ORA_CRS_HOME//log Log files for Oracle Clusterware (known as the cluster alert log), which contains diagnostic messages at the Oracle cluster level. This is available from Oracle database 10g R2.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width