当前位置:   article > 正文

如何在VMWare虚拟机中运行虚拟机_vmp3.4 vmware

vmp3.4 vmware
If you want to know how to install and run VMware Player inside of a virtual machine running on VMware ESX host, this post is for you.


Note that this workaround requires that VMware Tools are disabled, so some VMware management tools may fail to work with this VM correctly. 

Thus, this workaround is good as a temporary solution only, and you may want to roll it back as soon as you are done with operations that require 

VMware Player running. You can have 2 VMX files, and register VM with one or another as necessary.



Add the following lines to the .VMX file of your VM:


isolation.tools.getPtrLocation.disable = “TRUE”
isolation.tools.setPtrLocation.disable = “TRUE”
isolation.tools.setVersion.disable = “TRUE”
isolation.tools.getVersion.disable = “TRUE”
monitor_control.disable_directexec = “TRUE”
monitor_control.disable_chksimd = “TRUE”
monitor_control.disable_ntreloc = “TRUE”
monitor_control.disable_selfmod = “TRUE”
monitor_control.disable_reloc = “TRUE”
monitor_control.disable_btinout = “TRUE”
monitor_control.disable_btmemspace = “TRUE”
monitor_control.disable_btpriv = “TRUE”
monitor_control.disable_btseg = “TRUE”


Also, change the existing tools.upgrade.policy line to:


tools.upgrade.policy = “manual”


Then, start your VM and install VMware Player normally, as you would do on a physical computer.


Wonder why would you need to do this? This is primarily intended for Veeam Backup users. 

One of the most popular Veeam Backup features is instant guest OS file restore from backups.

 In order to perform file restores from guest OS other than Microsoft Windows, you need to use File Level Restore wizard. 

This wizard uses tiny virtual appliance to do its magic, and requires VMware Player in order to run the appliance. 

Some of our customers prefer to install Veeam Backup in a VM, but still want to be able to perform Linux file level restores –

 this is when this workaround may come handy.



When running vm instance with workstation 8.0, we may get the error.  This problem happened to me when using

 windows 7 64 bit edition with workstation 8.0



“You have an incorrect version of driver vmci.sys”


To resolve this


1. Open the vmx file related to the vm image


2.  Change the following line


vmci0.present = “false”
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/寸_铁/article/detail/965450
推荐阅读
相关标签
  

闽ICP备14008679号