Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Connectivity error when installing Grid Infrastructure on nodes on Oracle VirtualBox

LauryApr 28 2020 — edited Aug 26 2020

Hi,

I have two OEL 7.6 linux machines on Oracle VirtualBox: oel764-oraracn1, and oel764-oraracn2.

From each of these nodes, I can ping the node itself and the other node.

Both nodes have two network adapter and use network bridge adapter.

I am trying to install Grid Infrastructure 19c on it.

When I run runcluvfy utilily as:

./runcluvfy.sh comp nodecon -n oel764-oraracn1,oel764-oraracn2 -verbose

I get these kind errors:

---

Verifying Node Connectivity ...FAILED (PRVG-1172, PRVG-11067, PRVG-11095)

Verifying Multicast or broadcast check ...

Checking subnet "192.168.1.0" for multicast communication with multicast group "224.0.0.251"

Checking subnet "10.10.10.0" for multicast communication with multicast group "224.0.0.251"

Checking subnet "192.168.122.0" for multicast communication with multicast group "224.0.0.251"

Verifying Multicast or broadcast check ...FAILED (PRVG-11138)

---

---

erifying Node Connectivity ...FAILED

PRVG-1172 : The IP address "192.168.122.1" is on multiple interfaces "virbr0"

on nodes "oel764-oraracn2,oel764-oraracn1"

---

---

oel764-oraracn2: PRVG-11067 : TCP connectivity from node "oel764-oraracn2":

                 "192.168.1.152" to node "oel764-oraracn1": "192.168.1.151"

                 failed.

                 PRVG-11095 : The TCP system call "connect" failed with error

                 "113" while executing exectask on node "oel764-oraracn2"

                 No route to host

oel764-oraracn2: PRVG-11067 : TCP connectivity from node "oel764-oraracn2":

                 "10.10.10.152" to node "oel764-oraracn1": "10.10.10.151"

                 failed.

                 PRVG-11095 : The TCP system call "connect" failed with error

                 "113" while executing exectask on node "oel764-oraracn2"

                 No route to host

---

---

Verifying Multicast or broadcast check ...FAILED

oel764-oraracn2: PRVG-11138 : Interface "enp0s3" on node "oel764-oraracn2" is

                 not able to communicate with interface "enp0s3" on node

                 "oel764-oraracn2" over multicast group "224.0.0.251"

oel764-oraracn2: PRVG-11138 : Interface "enp0s3" on node "oel764-oraracn1" is

                 not able to communicate with interface "enp0s3" on node

                 "oel764-oraracn2" over multicast group "224.0.0.251"

oel764-oraracn2: PRVG-11138 : Interface "enp0s8" on node "oel764-oraracn2" is

                 not able to communicate with interface "enp0s8" on node

                 "oel764-oraracn2" over multicast group "224.0.0.251"

oel764-oraracn2: PRVG-11138 : Interface "enp0s8" on node "oel764-oraracn1" is

                 not able to communicate with interface "enp0s8" on node

                 "oel764-oraracn2" over multicast group "224.0.0.251"

--- 

Does someone has nay indication what the problem can be?

Thanks by advance for any tips.

Comments

adfLearner

Please provide a sample on HR schema ....so that we can take a quick look in to your issue.

Regards,

adfLearner

RohitK
Answer

Resolved.

Thanks.

Marked as Answer by RohitK · Sep 27 2020
1 - 2

Post Details

Added on Apr 28 2020
18 comments
17,470 views