Master in Data Analyst | Join Free Webinar on 15 Sep 2025 at 7 PM IST | Register for Free Demo

Fixing PRVG-11067 and PRVG-11095 Errors in Oracle Grid

Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape

Fixing PRVG-11067 and PRVG-11095 Errors in Oracle Grid

Error:
node2: PRVG-11067 : TCP connectivity from node “node2”: “192.168.122.1” to node “node2”: “192.168.122.1” failed. PRVG-11095 : The TCP system call “connect” failed with error “111” while executing exectask on node “node2” Connection refused node2: PRVG-11067 : TCP connectivity from node “node2”: “192.168.122.1” to node “node1”: “192.168.122.1” failed. PRVG-11095 : The TCP system call “connect” failed with error “111” while executing exectask on node “node2” Connection refused
Step 1: Identify and Confirm virbr0 Interface

On both nodes, run:

ip addr | grep 192.168.122.1
Output
inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
Step 2
Disable libvirt altogether (if not needed)
sudo systemctl stop libvirtd
sudo systemctl disable libvirtd
sudo reboot
ip a | grep 192.168.122

there should be no output for above command

Re-run Cluster Verification
./runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose