Verifying Daemon “Avahi-Daemon” Not Configured And Running …FAILED (PRVG-1360)

Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
  • User AvatarANKUSH THAVALI
  • 27 Aug, 2023
  • 0 Comments
  • 35 Secs Read

Verifying Daemon “Avahi-Daemon” Not Configured And Running …FAILED (PRVG-1360)

PROBLEM:

While running grid precheck using runcluvfy script, we got this error.

SOLUTION:

Stop and disable avahi-daemon service.

1. Check avahi-daemon status:
[root@dbatest01 ~]# systemctl status  avahi-daemon
2. Stop avahi-daemon service:
[root@dbatest01 ~]# systemctl stop avahi-daemon
Warning: Stopping avahi-daemon.service, but it can still be activated by:
  avahi-daemon.socket
3. Disable avahi-daemon service:
[root@dbatest01 ~]# systemctl disable avahi-daemon
Now run the cluvfy again to validate this.

Hope it helps!