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.