- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH error for RAC in hpux 11iv31
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2010 09:59 PM
тАО10-28-2010 09:59 PM
SSH error for RAC in hpux 11iv31
I had configured passwordless ssh between two nodes for oracle RAC configuration and it works fine when i tried it manually by giving ssh command in both the nodes.But for the same nodes it gives the following error in RAC configuration
[INS-06006] Passwordless SSH connectivity not set up between the following node(s)
how it comes so,can we sove it from the os level
Can anyone suggest a solution for this,it would be greatful
Thanks in advance..
Jestin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2010 10:22 PM
тАО10-28-2010 10:22 PM
Re: SSH error for RAC in hpux 11iv31
> two nodes [...]
How, exactly?
> [...] it works fine when i tried it
> manually by giving ssh command in both the
> nodes.
As which user? As usual, showing actual
commands with their actual output can be more
helpful than vague descriptions and
interpretations.
> [...] in RAC configuration [...]
Not a very detailed description of who tried
to do what.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2010 10:23 PM
тАО10-28-2010 10:23 PM
Re: SSH error for RAC in hpux 11iv31
Please refer the attached doc
Hope this will solve ur problem.
Don't for get to assign points.
Regards
Vishnu Khandare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2010 10:52 PM
тАО10-28-2010 10:52 PM
Re: SSH error for RAC in hpux 11iv31
Thanks for ur immediate response
for u steven and Vishnu
@steven
we are having two nodes in which we are planning to configure real application cluster of oracle for the same we need to configure a passwordless ssh.Ijust followed the usual steps for configuring passwordless ssh for a particular user called dbadmin and it works.But the same when i install grid infrastructure it is giving the error.For configuring ssh i had follwed the same steps given by vishnu in the above post.
INS-06006] Passwordless SSH connectivity not set up between the following node(s)
So what i should do for solving this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2010 10:56 PM
тАО10-28-2010 10:56 PM
Re: SSH error for RAC in hpux 11iv31
Whats the exact error or issue ur facing for passwordless ssh.
Regards
Vishnu Khandare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2010 12:35 AM
тАО10-29-2010 12:35 AM
Re: SSH error for RAC in hpux 11iv31
please check this note on https://support.oracle.com:
Common 11gR2 Grid Infrastructure runInstaller Error [ID 1056713.1]
P: [INS-06006] Passwordless SSH connectivity not set up between the following node(s): [node1, node2].
S: If OUI is able to setup passwordless SSH connectivity but still shows the error, likely "ping" command is inaccessible - grid user should be able to execute ping command
this answers all the ssh related questions.
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2010 06:39 AM
тАО10-29-2010 06:39 AM
Re: SSH error for RAC in hpux 11iv31
Which "the usual steps"? Public-key
authorization? Host-based authorization?
[...]?
> [...] for a particular user called dbadmin
> and it works.
What, exactly, does "it works" mean to you?
Is the Oracle program doing its work as this
"dbadmin" user?
> INS-06006] Passwordless SSH connectivity
> not set up between the following node(s)
Not being an Oracle user, I know nothing.
Among the things I don't know is exactly what
the program is doing (and as which user it's
doing it) when it emits that complaint. From
here, I can't even see "the following
node(s)".
A Web search for
oracle INS-06006
led to some not-very-informative pages,
including one with the "ping" advice above,
and the official-looking:
http://download.oracle.com/docs/cd/E11882_01/server.112/e17766/framework_errormessages.htm
[...]
INS-06006: Passwordless SSH connectivity not set up between the following node(s): string.
Cause: Either passwordless SSH connectivity is not setup between specified node(s) or
they are not reachable. Refer to the logs for more details.
Action: Refer to the logs for more details or contact Oracle Support Services.
[...]
Have you looked in "the logs"? That
"contact" advice seems reasonable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2010 06:43 AM
тАО10-29-2010 06:43 AM
Re: SSH error for RAC in hpux 11iv31
Basically, come up with a single authorized_keys file which contains keys for ALL of the hosts in the cluster, and put this same authorized_keys file in all of the hosts. That way all hosts can talk to each other, all hosts can talk to themselves.