Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Section
Column
width5%

 

Column
width95
Panel
bgColorgreyCCC
[oracle@avisit01]$cd $HOME 
[oracle@avisit01]$vi .rhosts

...

Section
Column
width5%

 

Column
width95
Panel
bgColorgreyCCC
avisit03.avisit.co.nz oracle
avisit03 oracle

...

Section
Column
width5%

 

Column
width95
bash
Panel
themeConfluence
language
bgColorgrey
Code Block
CCC

[oracle@avisit01]$chmod

600

.

rhosts

rhost

In this example avisit01 is the primary server and avisit03 is the standby server

...

Section
Column
width5%

 

Column
width95
Panel
bgColorgrey
Code Block
themeConfluence
languagebash
CCC
[oracle@avisit03]$cd $HOME 
[oracle@avisit03]$vi .rhosts

In this example avisit01 is the primary server and avisit03 is the standby server 

...

Section
Column
width5%

 

Column
width95
Panel
bgColorgrey
Code Block
themeConfluence
languagebash
CCC
avisit01.avisit.co.nz oracle 
avisit01 oracle

In this example avisit01 is the primary server and avisit03 is the standby server

...

Section
Column
width5%

 

Column
width95
Panel
bgColorgrey
Code Block
themeConfluence
languagebash
CCC

[oracle@avisit03]$chmod

600

.rhosts

In this example avisit01 is the primary server and avisit03 is the standby server

To test the rsh execute the following command on the standby server:

...

Section
Column
width5%

 

Column
width95
Panel
bgColorCCC
[oracle@avisit03]$rsh avisit01 ls 
 .. 
 ..

In this example avisit01 is the primary server and avisit03 is the standby server

To test the rsh execute the following command on the primary server:

bash
Code Block
themeConfluence
language
Section
Column
width5%

 

Column
width95
Panel
bgColorCCC
[oracle@avisit03]$rsh avisit01 ls 
 .. 
 ..

In this example avisit01 is the primary server and avisit03 is the standby server 


RSH is now setup and configured. For more information on rsh, please consult the man pages in Unix or Linux.