error viewer connection to Hypervisor host got refused or disconnected
How to resolve the below error while accessing hypervisior host getting refused or disconnected.
Resolution:
Make an entry in /etc/hosts for loopback address like below:
127.0.0.1 localhost.localdomain localhost
:wq!
# service libvirtd restart (restart the service for make changes.)
save and exit. Now you will able to connect to newly created hots.
FYI
Thanks