Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To configure rsh the .rhosts file is created under the home directory of the Unix or Linux user that is running Dbvisit Standby. For a normal installation this will be oracle. Ensure that rsh is installed and is running as part of the inetd or xinetd service.
On the primary server:

 

[oracle@avisit01]$cd $HOME
[oracle@avisit01]$vi .rhosts

...

avisit03.avisit.co.nz oracle
avisit03 oracle

Code Block
themeMidnight
[oracle@avisit01]$cd $HOME 
 [oracle@avisit01]$vi .rhosts

In this example avisit01 is the primary server and avisit03 is the standby server
Exit out of vi and change the permission on the .rhosts file to rw for the owner only:

...