我有一个运行着 RHEL 虚拟机的 VMWare vSphere 5.5 Hypervisor。
根据我对http://libvirt.org/drvesx.html文档的理解,我相信我应该能够通过 virsh 使用 libvirt 与 VM 完全交互。
但是,在连接到管理程序后,当我尝试通过以下方式启动控制台时:
virsh -c esx://$USER@$HOST?no_verify=1 控制台 VMNAME
我收到以下信息:
Connected to domain VMNAME
Escape character is ^]
error: this function is not supported by the connection driver: virDomainOpenConsole
我做错了什么还是 libvirt 不允许通过 ESX Hypervisor 访问 VM 控制台?