Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Linux RAC Installation.

Re: Linux RAC Installation.

From: Mark Bole <makbo_at_pacbell.net>
Date: Mon, 13 Sep 2004 14:41:47 GMT
Message-ID: <Lki1d.18992$IH3.6103@newssvr27.news.prodigy.com>


bjl wrote:

> I'm preparing two Linux servers for Oracle 10g and 10g OCFS. I am
> trying to set up password free rsh and rlogin functionality. The user
> oracle can rsh to and fro but is password prompted. root is apparently
> still not working. I have started rshd .
>
> I have edited the /etc/securetty, /.rhosts, and created hosts.equiv --
> apparently well enough to allow some functionality.
>
> My question is:
> What is the step or file I am missing to let rsh happen between the
> two nodes by root and others without a password?
>
> Thanks in advance, perhaps a basic question for you Linux experts....

Read the man page for rshd (you probably have, but typically the important stuff is buried in the middle of some paragraph on page 3...).

I wouldn't use hosts.equiv, but check file permissions on .rhosts (should be r/w by owner only). Also, how are you resolving host names (DNS, /etc/hosts)? Sometimes you need to use the IP address in .rhosts instead of the hostname, if no name resolution is currently in effect. There is some kind of minimal security in rshd that tries to match incoming host identification against what you've entered.

Pretty sure this is not Linux specific, same story under Solaris, HP-UX, etc.

--Mark Bole Received on Mon Sep 13 2004 - 09:41:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US