Vmware:以编程方式启用 VIX?
我发现可以通过对变量 "vmci0.present"
执行 VixVM_ReadVariable()
来查询 VIX 是否已启用。
使用 VixVM_WriteVariable()
更改此变量以在未启用 VIX 的计算机中启用 VIX 似乎不受支持。
是否有另一种方法可以从另一个虚拟机以编程方式启用 VIX?除了 GUI 之外还有什么方法可以做到这一点?
I found that it is possible to query if VIX is enabled by doing a VixVM_ReadVariable()
for the variable "vmci0.present"
.
Using VixVM_WriteVariable()
to change this variable to enable VIX in a machine where it isn't enabled doesn't seem to be supported.
Is there another way to do this enable VIX programmatically from another VM? Any way to do this other than the GUI?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虚拟机上是否安装了VMWare Tools?
如果没有,我相信您可以调用InstallTools vix api函数在虚拟机上安装VMWare Tools,然后您应该能够使用其他vix api调用与虚拟机进行交互。
Is VMWare Tools installed on the virtual machine?
If not, I believe you can call the InstallTools vix api function to install the VMWare Tools on the virtual machine, and then you should be able to interact with the vm using the other vix api calls.