Problem to interconnect 2 RAC nodes [message #74966] |
Wed, 26 January 2005 09:59 |
Mauricio de A. R.
Messages: 13 Registered: May 2004
|
Junior Member |
|
|
Hello, I have 2 simple servers (one ethernet card each) and was trying to use their same public IPs as the private IPs. In order to do this, I configured /etc/hosts file of each one of them like as follows:
192.168.1.103 urano rac1
192.168.1.11 venus rac2
Also created the /etc/hosts.equiv file, as explained in the document 184821.1 -> Step-By-Step Installation of 9.2.0.5 RAC on Linux, with the content:
urano
venus
rac1
rac2
Ping on each one of the names works from both sides but remote copy (a test of interconnection) fails:
oracle@urano:/etc> rcp /u01/test rac2:/u01/test1
Permission denied.
oracle@urano:/etc>
Checked permissions, network parameters, with/without hosts.equiv but none of these worked. Any ideas of what could be? Thanks in advance.
|
|
|
|