Avahi-Daemon Not Configured (PRVG-1360)

By DBAStack

Updated on:

Avahi-Daemon Not Configured PRVG-1360

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 :

Avahi-Daemon Not Configured (PRVG-1360)

Step 2) It seems it is in ACTIVE (Running state), which we need to stop.

systemctl stop avahi-daemon

Output :

systemctl stop avahi-daemon

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 :

systemctl disable avahi-daemon

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.

DBAStack

I have experience in database technology for more than 8 years. I hope with the help of this blog I will share knowledge and real-world experience with you all. You all can join me and together we will explore the world of database technology!

Related Post

PRVG-1172 IP address is on multiple interfaces virbr0

INS-10102 Installer initialization failed

Port 1521 provided for this listener is currently in use

Copy plan from one database to another in Oracle 19c

Leave a Comment