Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Linux RAC Installation.
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
"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
![]() |
![]() |