DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: 10gR2 RAC nodeapps issue - ONS

  1. #11
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    I noticed in the first post that you started

    I tried starting ons using: $ORACLE_HOME/bin/onsctl start and onsctl ping command returns successfully mentioning ons is started.

    You need to stop this as you started it from the wrong home.

    Well according to me you should start ONS from the cluster services home

    That means
    export ORACLE_CONFIG_HOME=/opt/oracle/crs
    and then do
    $ORACLE_CONFIG_HOME/bin/onsctl start

    regards
    Hrishy
    Last edited by hrishy; 08-30-2007 at 08:02 AM.

  2. #12
    Join Date
    Jan 2004
    Location
    Bangalore, India
    Posts
    66
    Hrishy,

    The libclntsh.so file resides in $ORACLE_HOME/lib as well as $CRS_HOME/lib folder as a symbolic link to libclntsh.so.10.1 (same folder), which is of the same size and same permissions (oracleinstall) on "both" nodes.

    Also, I had used the $CRS_HOME/bin/onsctl utility to start ons. It does say ons started, but daemon does not start (srvctl status nodeapps -n / crs_stat -t)

    Any ideas?

    Regards,
    Suhas

  3. #13
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    what does this return

    ls -ltr $CRS_HOME/opmn/lib/lib*.so

    also when you do opmnctl start

    what does the logfile
    $CRS_HOME/opmn/logs/ons.log

    what does the config file of ons look like

    regards
    Hrishy
    Last edited by hrishy; 08-31-2007 at 12:26 AM.

  4. #14
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    try $ORA_CRS_HOME/bin/onsctl debug

    in your working node, racg log shows something like this?

    Code:
    2007-08-31 06:46:32.653: [    RACG][2540702976] [8219][2540702976][ora.oex2.ons]: Number of onsconfiguration retrieved, numcfg = 3
    onscfg[0]
       {node = oex1.risc.com, port = 6201}
    Adding remote host oex1.risc.com:6201
    onscfg[1]
       {node = oex2.risc.com, port = 6201}
    Adding remote host oex2.risc.com:6201
    onscfg[2]
       {node = oex3.risc.c
    2007-08-31 06:46:32.687: [    RACG][2540702976] [8219][2540702976][ora.oex2.ons]: om, port = 6201}
    Adding remote host oex3.risc.com:6201
    Number of onsconfiguration retrieved, numcfg = 3
    onscfg[0]
       {node = oex1.risc.com, port = 6201}
    Adding remote host oex1.risc.com:6201
    onscfg[1]
       {node = oex2.risc.com, port = 6201}
    Adding remote h
    2007-08-31 06:46:32.687: [    RACG][2540702976] [8219][2540702976][ora.oex2.ons]: ost oex2.risc.com:6201
    onscfg[2]
       {node = oex3.risc.com, port = 6201}
    Adding remote host oex3.risc.com:6201
    onsctl: ons started

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