现在的位置: 首页 > 综合 > 正文

虚拟机管理者连接失败Unable to open a connection to the Xen hypervisor/daimon

2013年08月21日 ⁄ 综合 ⁄ 共 615字 ⁄ 字号 评论关闭

虚拟机管理者连接失败

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

 

图片

抱歉!评论已关闭.