Operating System - HP-UX
1833016 Members
3421 Online
110048 Solutions
New Discussion

why can't rlogin with oracle user

 
Martin_171
Occasional Advisor

why can't rlogin with oracle user

config RAC, edit the .rhosts file
Node1 root
Node2 root
Node1 oracle
Node2 oracle
on the both node,when I am root can rlogin right,but When su - oracle ,cannot rlogin with oracle user,why?
the oracle for RAC install should use rcp command.
2 REPLIES 2
RAC_1
Honored Contributor

Re: why can't rlogin with oracle user

As per your .rhosts file oracle from Node will be allowed rlogin.

From the Node1 system, you will have to do remsh host -l oracle

Anil
There is no substitute to HARDWORK
Muthukumar_5
Honored Contributor

Re: why can't rlogin with oracle user

We can not use .rhosts file for su command usage. By default,it will ask passwd except from root user.

If we want to rlogin from root to oracle on the same user,edit the .rhosts file of oracle home directory as,
--- edit /home/oracle/.rhosts ----
Node1 root
Node2 root
Node2 oracle

To rlogin from oracle to root user,

--- edit /.rhosts ------
Node1 oracle
Node2 root
Node2 oracle

Keep these changes on Node2's /.rhosts and /home/oracle/.rhosts file
Easy to suggest when don't know about the problem!