Fixing INS-40719: SCAN IP Already Assigned
Fixing INS-40719: SCAN IP Already Assigned – Oracle Grid Infrastructure Installation Error
Learn with Learnomate Technologies
When installing Oracle Grid Infrastructure 19c for RAC, one of the most common issues beginners face is the SCAN configuration error:
INS-40719: IP address configured for Single Client Access Name (SCAN) is already assigned to another system.
This error stops the installation unless you fix the SCAN IPs.
In this blog, we explain why it happens, how to solve it, and how to properly configure your /etc/hosts file for RAC.
Why This Error Happens (INS-40719)
Oracle requires 3 dedicated SCAN IPs for the RAC cluster. These IPs must be:
-
Not assigned to any machine
-
Not pingable
-
Reserved exclusively for SCAN
If you enter SCAN IPs that are already used by VirtualBox, a VM, or any other device, the installer immediately throws the error.
Solution — Use New Unused SCAN IPs
You must select three fresh, unused IP addresses from your network range.
Since your network is:
192.168.56.x
Run ping on 3 IPs that are not in use:
If the result shows:
or
➡️ These IPs are free.
➡️ Use these three as your SCAN IPs.
What Next? Update /etc/hosts File
Once you confirm free IPs, update the /etc/hosts file on both nodes.
Below is the complete recommended hosts file for a 2-node RAC setup:
Full /etc/hosts File for RAC (Working Example)
Replace IPs with your real ones.
This is based on your environment where:
node1: 192.168.56.91
node2: 192.168.56.92
SCAN IPs: 192.168.56.101–103
Public, Private, VIP included
After Updating Hosts File
Restart the installer and proceed. The error will be resolved because the installer now sees:
✔ Unique SCAN name
✔ 3 free SCAN IPs
✔ Correct hostname mapping
Final Notes
-
SCAN IPs must not be used by any machine.
-
SCAN works as a round-robin DNS entry; that’s why all 3 resolve to the same name.
-
Never assign SCAN IPs to any interface manually.
Learn with Learnomate Technologies – Your Path to Smarter IT Skills
Want to see how we teach?
Head over to our YouTube channel for insights, tutorials, and tech breakdowns: www.youtube.com/@learnomate
To know more about our courses, offerings, and team:
Visit our official website: www.learnomate.org
Interested in mastering Oracle Database Administration?
Check out our comprehensive Oracle DBA Training program here: https://learnomate.org/oracle-dba-training/
Want to explore more tech topics?
Check out our detailed blog posts here: https://learnomate.org/blogs/
And hey, I’d love to stay connected with you personally!
Let’s connect on LinkedIn: Ankush Thavali 😎





