Re: SSH Connectivity Fail during RAC install

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Tue, 23 Oct 2012 10:45:07 +0200
Message-ID: <50865913.5020106_at_gmail.com>



On 23/10/2012 01:44, Steve Wales wrote:
> Further to the below:
>
> We've discovered that if we do the following from an SSH window using putty
> on node1:
>
> Ssh node1 date
> Ssh node2 date
>
> It works.
>
> Doing the same thing from a terminal window from the console with the GUI,
> node1 works, node2 prompts for a password.
>
> Since the installer is running from the console GUI terminal window, it
> thinks it's broken and fails.

Are you using role separation (different users for GI and Database)? Please post the output (exactly, just copy/paste) of the following commands:

node1$ id
node1$ ssh node1 date
node1$ ssh node2 date


node2$ id

node2$ ssh node1 date
node2$ ssh node2 date

Then repeat the command that doesn't work as expected (the command that receives the password prompt) with -v:

ssh -v node2 date

Regards
Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Oct 23 2012 - 10:45:07 CEST

Original text of this message