...
Section |
---|
Column |
---|
| Panel |
---|
| [oracle@avisit01]$cd $HOME
[oracle@avisit01]$vi .rhosts |
|
|
...
Section |
---|
Column |
---|
| Panel |
---|
| avisit03.avisit.co.nz oracle
avisit03 oracle |
|
|
...
Section |
---|
Column |
---|
| Panel |
---|
| [oracle@avisit01]$chmod 600 .rhost |
|
|
...
Section |
---|
Column |
---|
| Panel |
---|
| [oracle@avisit03]$cd $HOME
[oracle@avisit03]$vi .rhosts |
|
|
...
Section |
---|
Column |
---|
| Panel |
---|
| avisit01.avisit.co.nz oracle
avisit01 oracle |
|
|
...
Section |
---|
Column |
---|
| Panel |
---|
| [oracle@avisit03]$chmod 600 .rhosts |
|
|
...
To test the rsh execute the following command on the standby server:
...
Section |
---|
Column |
---|
| Panel |
---|
| [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:
...
Section |
---|
Column |
---|
| Panel |
---|
| [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.