You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In RHEL 9, the libvirt library uses modular daemons that handle individual virtualization driver, so redhat changed from libvirt to virtqemud daemon handles QEMU drivers.
I configured file /etc/libvirt/virtqemud.conf following:
and then restart virtqemud.service but i still couldn't connect to libvirt server with port 16509.
[root@dbp-mgmt-01 common]# virsh -c qemu+tcp://localhost:16509/system list
error: failed to connect to the hypervisor
error: unable to connect to server at 'localhost:16509': Connection refused
How can I open port 16509 so webvirtcloud can connect to it?
The text was updated successfully, but these errors were encountered:
In RHEL 9, the libvirt library uses modular daemons that handle individual virtualization driver, so redhat changed from libvirt to virtqemud daemon handles QEMU drivers.
I configured file
/etc/libvirt/virtqemud.conf
following:and then restart virtqemud.service but i still couldn't connect to libvirt server with port 16509.
How can I open port 16509 so webvirtcloud can connect to it?
The text was updated successfully, but these errors were encountered: