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
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