0

I'm tying to (learn how to) install Oracle RAC 11g on CentOS 6 all went OK so far but I get INS-40719 Error message regarding SCAN Name

I do not have DNS server and I'm not going to try to use it on this setup

I add this line to /etc/hosts

192.168.244.100 rac-cluster

then used "rac-cluster" as the SCAN name and it's still not working with the same error message!

any one can guide me on how to make it work?

1- do I have to add "192.168.244.100 rac-cluster" to /etc/hosts on both nodes?

2- do I need to edit/add any thing else on the nodes?

cheers

Data-Base
  • 185
  • 1
  • 12

2 Answers2

1

You can't use /etc/hosts for RAC SCAN, it needs a DNS server that have round robin name resolution capability. Its a requirement - refer here the official Oracle documentation on SCAN.

Refer here on how to configure dns for RAC SCAN.

Muhammad
  • 699
  • 10
  • 20
-1

Hope this also may helps you:

Oracle 12c RAC installation on Linux using DNS.

473183469
  • 1,350
  • 1
  • 12
  • 23
pavan
  • 1
  • 1
    Link-only answers are strongly discouraged. Please provide content **here** and then link elsewhere for more details. – EEAA Feb 08 '17 at 23:04