DBAsupport.com Forums - Powered by vBulletin
Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: Oracle RAC, problem

  1. #1
    Join Date
    May 2008
    Posts
    95

    Exclamation Oracle RAC, problem

    Dear Friends,

    At the time Oracle clusterware installation, I am getting this error.

    The specified nodes are not clusterable
    The following error was returned by the operating system
    NULL


    tarting Oracle Universal Installer...

    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks w
    ll be executed.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-05-29_0
    -12-58PM. Please wait ...$ Oracle Universal Installer, Version 10.2.0.1.0 Produ
    tion
    Copyright (C) 1999, 2005, Oracle. All rights reserved.

    Caught Cluster ExceptionPRKC-1044 : Failed to check remote command execution se
    up for node ariepdb1 using shells /usr/bin/ssh and /usr/bin/rsh
    rcmd2: socket: The file access permissions do not allow the specified action.
    [PRKC-1044 : Failed to check remote command execution setup for node ariepdb1
    using shells /usr/bin/ssh and /usr/bin/rsh
    rcmd2: socket: The file access permissions do not allow the specified action.]
    [PRKC-1044 : Failed to check remote command execution setup for node ariepdb1
    using shells /usr/bin/ssh and /usr/bin/rsh
    rcmd2: socket: The file access permissions do not allow the specified action.
    [PRKC-1044 : Failed to check remote command execution setup for node ariepdb1
    using shells /usr/bin/ssh and /usr/bin/rsh
    rcmd2: socket: The file access permissions do not allow the specified action.]]


    Please help me out,

    Regards,
    Muz

    Edit by admin: no contact info permitted on the forum, thank you

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    do you have access to ssh and rsh

  3. #3
    Join Date
    May 2008
    Posts
    95

    Oracle RAC ssh & rsh issue in AIX 5.3

    Dear Friend,

    I have access to ssh and rsh, but when i m trying to connect 1 to 2nd Node it asking me password, see blow

    $ ssh node2
    1 unsuccessful login attempt since last login.
    Last unsuccessful login: Thu May 29 12:03:02 WST 2008 on /dev/pts/4 from 10.51.
    0.216
    Last login: Thu May 29 12:02:20 WST 2008 on /dev/pts/4 from 10.51.20.216
    *******************************************************************************
    * *
    * *
    * Welcome to AIX Version 5.3! *
    * *
    * *
    * Please see the README file in /usr/lpp/bos for information pertinent to *
    * this release of the AIX Operating System. *
    * *
    * *
    *******************************************************************************
    $ hostname
    node2

    $ rsh node2
    oracle's Password:
    *******************************************************************************
    * *
    * *
    * Welcome to AIX Version 5.3! *
    * *
    * *
    * Please see the README file in /usr/lpp/bos for information pertinent to *
    * this release of the AIX Operating System. *
    * *
    * *
    *******************************************************************************
    Last unsuccessful login: Thu May 29 12:03:02 WST 2008 on /dev/pts/4 from 10.51.2
    0.216
    Last login: Sun Jun 1 09:06:05 WST 2008 on /dev/pts/0 from ariepdb1

    $ hostname
    node2

    PLEASE HELP ME OUT.

    Thanks,
    Muz

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    you havent set up ssh and rsh to not ask for passwords then, you must do that which are part of the installation instructions

  5. #5
    Join Date
    May 2008
    Posts
    95
    I configure ssh like that, is it correct ???

    TWO NODES
    $/home/oracle
    mkdir .ssh
    chmod 777 .ssh
    ssh-keygen -t rsa
    ssh-keygen -t dsa

    SINGLE NODE
    ssh rac1 cat /home/oracle/.ssh/id_rsa.pub >> authorized_keys
    ssh rac1 cat /home/oracle/.ssh/id_dsa.pub >> authorized_keys
    ssh rac2 cat /home/oracle/.ssh/id_rsa.pub >> authorized_keys
    ssh rac2 cat /home/oracle/.ssh/id_dsa.pub >> authorized_keys
    scp authorized_keys rac2:/home/oracle/.ssh
    scp known_hosts rac2:/home/oracle/.ssh

    plz. see the steps, & reply me soon.

    Regards,
    Muz

  6. #6
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    did it work when you did that

  7. #7
    Join Date
    May 2008
    Posts
    95
    after configuration ssh, I am able to connect Node1 to Node2 without any password, but when i connect from Node2 to Node1 it asking oracle password.

    Regards,
    Muz

  8. #8
    Join Date
    May 2008
    Posts
    95

    how to configure SSH on AIX 5.3

    Hi Everyone,

    I am New to AIX ...
    Please help me out with details how to Install & Enable SSH on AIX 5.3.
    Kindly give the detailed steps.

    Thanks in advance.
    Muzammil
    email: muzammil.dba@gmail.com

  9. #9
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    well do what you did on one node, to the other node as well

  10. #10
    Join Date
    May 2008
    Posts
    95
    BOTH NODES
    $/home/oracle
    mkdir .ssh
    chmod 777 .ssh
    ssh-keygen -t rsa
    ssh-keygen -t dsa


    NODE1 Only:

    ssh rac1 cat /home/oracle/.ssh/id_rsa.pub >> authorized_keys
    ssh rac1 cat /home/oracle/.ssh/id_dsa.pub >> authorized_keys
    ssh rac2 cat /home/oracle/.ssh/id_rsa.pub >> authorized_keys
    ssh rac2 cat /home/oracle/.ssh/id_dsa.pub >> authorized_keys
    scp authorized_keys rac2:/home/oracle/.ssh
    scp known_hosts rac2:/home/oracle/.ssh


    Regards,
    Muz

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