CLUVFY Pre-Check Errors:PRVG-1359,PRVG-1360

Findings

When you run CLUVFY for pre-checks, you may encounter errors like

Verifying Daemon “avahi-daemon” not configured and running …FAILED
rac2: PRVG-1359 : Daemon process “avahi-daemon” is configured on node “rac2”
rac2: PRVG-1360 : Daemon process “avahi-daemon” is running on node “rac2”

rac1: PRVG-1359 : Daemon process “avahi-daemon” is configured on node “rac1”
rac1: PRVG-1360 : Daemon process “avahi-daemon” is running on node “rac1”

Factors

Not Configured and Running Status: Verification of the “avahi-daemon” failed, indicating potential privilege issues that may affect proper configuration or functionality

Solution

1.Stop and Disable the Avahi Daemon:

systemctl status avahi-daemon
systemctl stop avahi-daemon
systemctl disable avahi-daemon

2.Adjust Permissions:

cd /bin
chmod 755 systemctl

Note: You can choose either option; in my case, I went with solution 1, and my issue was resolved,Make sure to apply the chosen solution on both nodes to ensure consistent configuration and resolve the issue effectively.

I hope you found this blog helpful! We’d love to hear about your experiences or any questions you might have please share your thoughts in the comments. Your feedback is greatly appreciate

admin

Welcome to the DBA Discovery Hub! As an OCP, I’m here to share articles, tutorials, and tips on Oracle Database Administration. Let’s connect and explore together! Start exploring!

View All Post

Leave a Reply

Your email address will not be published. Required fields are marked *