PRVG error

PRVG-1172

PRVG-1172: The IP address "string" is on multiple interfaces "string" on nodes "string"

Quick fix

Cause
The same IP address is configured on more than one interface, typically the virbr0 bridge that libvirt creates with 192.168.122.1 on every node.
Fix
If you do not use libvirt on the nodes, remove the default network so virbr0 disappears; otherwise the warning can be ignored as virbr0 is not a cluster interface.
virsh net-destroy default
virsh net-autostart default --disable

Where it comes up

Related error codes