Table of Contents
Introduction
In this article, we'll look at resolving the Avahi-Daemon Not Configured PRVG-1360 issue.
Cause
This Avahi-Daemon Not Configured PRVG-1360 issue occurred during the RAC installation using the cluvy command.
Solution
We need to check the status of the avahi-daemon. If it is in running state, then we need to stop and then finally disable it to resolve the issue. Let's checkout the below command to do it.
Step 1) Check the Status of the avahi-daemon
systemctl status avahi-daemon
Output :

Step 2) It seems it is in ACTIVE (Running state), which we need to stop.
systemctl stop avahi-daemon
Output :

Step 3) This daemon service will get activated again whenever we reboot the server. so we need to disable it to make it stop permanently.
systemctl disable avahi-daemon
Output :

Conclusion
We can resolve the issue with the help of the above steps and then proceed with the RAC Installation.
Note: If you want to set the Lab in your home for practice to get your hands dirty then you can download and install Oracle VirtualBox, followed by the operating system, the Oracle binary software, and finally, create the database.