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: Jeffrey Hunter <jhunter_at_idevelopment.info>
Date: Tue, 14 Sep 2004 15:16:50 -0400
Message-ID: <414743a6$1_7@corp.newsgroups.com>


You should first ensure that you are using the correct version of rsh. By default, Red Hat Linux puts /usr/kerberos/sbin at the head of the $PATH variable. This will cause the Kerberos version of rsh to be executed. I will typically rename the Kerberos version of rsh so that the normal rsh command is being used. Use the following:

# su -

# which rsh
/usr/kerberos/bin/rsh

# cd /usr/kerberos/bin
# mv rsh rsh.original

# which rsh
/usr/bin/rshHope this helps,
-- Jeff



Jeff Hunter
Sr. Database Administrator
http://www.idevelopment.info
jhunter_at_idevelopment.info

"bjl" <bjlsailor_at_gmail.com> wrote in message news:28480fa9.0409130239.294344cb_at_posting.google.com...
> 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....

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- Received on Tue Sep 14 2004 - 14:16:50 CDT

Original text of this message

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