Verifying Daemon “Avahi-Daemon” Not Configured And Running …FAILED (PRVG-1360)
Execute "/tmp/CVU_19.0.0.0.0_grid/runfixup.sh" as root user on nodes "shsebs7idb1" to perform the fix up operations manually
Press ENTER key to continue after execution of "/tmp/CVU_19.0.0.0.0_grid/runfixup.sh" has completed on nodes "shsebs7idb1"
Fix: Daemon "avahi-daemon" not configured and running
Node Name Status
------------------------------------ ------------------------
shsebs7idb1 failed
ERROR:
shsebs7idb1: PRVG-9023 : Manual fix up command "/tmp/CVU_19.0.0.0.0_grid/runfixup.sh" was not issued by root user on node "shsebs7idb1"
Result:
"Daemon "avahi-daemon" not configured and running" could not be fixed on nodes "shsebs7idb1"
SOLUTION:
To fix this error, stop and disable avahi-daemon service.
1. Check avahi-daemon status:
[root@shsebs7idb1 ~]# ls -l /bin/systemctl
-rwxr-xr-x. 1 root root 717696 Sep 7 2018 /bin/systemctl
[root@shsebs7idb1 ~]# cd /bin
[root@shsebs7idb1 bin]# chmod 755 systemctl
[root@shsebs7idb1 bin]# ls -l /bin/systemctl
-rwxr-xr-x. 1 root root 717696 Sep 7 2018 /bin/systemctl
[root@shsebs7idb1 bin]# systemctl status avahi-daemon
● avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/usr/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-07-03 10:58:48 IST; 6h ago
Main PID: 10063 (avahi-daemon)
Status: "avahi-daemon 0.6.31 starting up."
Tasks: 2
CGroup: /system.slice/avahi-daemon.service
├─10063 avahi-daemon: running [shsebs7idb1.local]
└─10070 avahi-daemon: chroot helper
Jul 03 11:02:29 shsebs7idb1.appsolworld.com avahi-daemon[10063]: Received response from host 192.168.1.3 with invalid source port 5819...32.0'
Jul 03 11:02:29 shsebs7idb1.appsolworld.com avahi-daemon[10063]: Invalid legacy unicast query packet.
Jul 03 11:02:29 shsebs7idb1.appsolworld.com avahi-daemon[10063]: Received response from host 192.168.1.3 with invalid source port 5819...32.0'
Jul 03 11:02:30 shsebs7idb1.appsolworld.com avahi-daemon[10063]: Invalid legacy unicast query packet.
Jul 03 11:02:30 shsebs7idb1.appsolworld.com avahi-daemon[10063]: Invalid legacy unicast query packet.
Jul 03 11:02:30 shsebs7idb1.appsolworld.com avahi-daemon[10063]: Received response from host 192.168.1.3 with invalid source port 5819...32.0'
Jul 03 11:02:31 shsebs7idb1.appsolworld.com avahi-daemon[10063]: Received response from host 192.168.1.3 with invalid source port 5819...32.0'
Jul 03 11:02:31 shsebs7idb1.appsolworld.com avahi-daemon[10063]: Received response from host 192.168.1.3 with invalid source port 5819...32.0'
Jul 03 11:02:31 shsebs7idb1.appsolworld.com avahi-daemon[10063]: Received response from host 192.168.1.3 with invalid source port 5819...32.0'
Jul 03 11:02:33 shsebs7idb1.appsolworld.com avahi-daemon[10063]: Received response from host 192.168.1.3 with invalid source port 5819...32.0'
Hint: Some lines were ellipsized, use -l to show in full.
Comments
Post a Comment