虚拟机管理者连接失败Unable to open a connection to the Xen hypervisor/daimon
虚拟机管理者连接失败Unable to open a connection to the Xen hypervisor/daemonVerify that: - A Xen host kernel was booted - The Xen service has been startedDetails:Unable to open connection to hypervisor URI 'xen
虚拟机管理者连接失败
Unable to open a connection to the Xen hypervisor/daemon
Verify that:
- A Xen host kernel was booted
- The Xen service has been started
Details:
Unable to open connection to hypervisor URI 'xen:///':
libvirt.libvirtError virConnectOpenReadOnly() failed
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 351, in _open_thread
self.vmm = libvirt.openReadOnly(self.uri)
File "/usr/lib/python2.4/site-packages/libvirt.py", line 132, in openReadOnly
if ret is None:raise libvirtError('virConnectOpenReadOnly() failed')
libvirtError: virConnectOpenReadOnly() failed
这可能是因为xend服务没有开启。
[root@localhost ~]# service xend start
更多推荐
所有评论(0)