I was installing Oracle Cluster on my VM. In the middle of the installation i stumbled upon INS-06006 error. I was confused at first by why this error arised cause i had set up ssh passwordless connection between both the nodes using ssh
After going through various links and metalinks the solution they suggested was of no use, i still got the error. After a while accidentally i edited (see below screenshot) public hostname in lower case letters (it was in upper case before you can see the screenshot above) and it worked. I didn't make any changes in /etc/hosts or created .ssh directory as per the links and metalinks.
After going through various links and metalinks the solution they suggested was of no use, i still got the error. After a while accidentally i edited (see below screenshot) public hostname in lower case letters (it was in upper case before you can see the screenshot above) and it worked. I didn't make any changes in /etc/hosts or created .ssh directory as per the links and metalinks.
Esto debe funcionar sin pedir clave.
ReplyDeleterac1: ssh rac1 date
rac1: ssh rac2 date
rac2: ssh rac1 date
rac2: ssh rac2 date
Where do you put this, in the /etc/hosts file?
Delete