简体   繁体   中英

Vmware: enable VIX programmatically?

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM