在 centos 6.2 上安装 kvm 时出现错误:virsh sysinfo 错误:无法获取 sysinfo

在 centos 6.2 上安装 kvm 时出现错误:virsh sysinfo 错误:无法获取 sysinfo
# virsh sysinfo
error: failed to get sysinfo
error: unsupported configuration: Host SMBIOS information is not available

# virsh -c qemu:///system sysinfo
error: failed to get sysinfo
error: unsupported configuration: Host SMBIOS information is not available

严格按照本教程进行操作:http://eduardo-lago.blogspot.com/2012/01/how-to-install-kvm-and-libvirt-on.html

除此命令外,其他一切都正常:virsh sysinfo 输出错误。

帮助!

答案1

我也遇到了同样的问题。我的观点是你的用户名没有适当的权限。

您可以使用:

 sudo virsh sysinfo

相关内容