虚拟机关机时出现:Shutting down ... Running guests on default URI,停止不动的情况

转自:http://www.cnblogs.com/saptechnique/archive/2013/01/04/2843845.html

在网上找了一下,大部分不太管用,只需要在安装虚拟机的目录下改一下  ***.vmx  文件就可以了,具体方法如:

把vcpu.hotadd = "TRUE"
  改成
vcpu.hotadd = "FALSE"

 

 

 

下面是引用的原文:

网址在:https://www.centos.org/modules/newbb/viewtopic.php?topic_id=35897

 

 

> Shutting Down...Running guests on default URI:

  I just went through this myself running CentOS 6.2 64-bit under a VMware Workstation 8.0.2 host (Windows-7). If your issue is the same as mine, then this is a bug in the VMware Workstation 8.0.2 BIOS.

  See the thread at http://communities.vmware.com/thread/391186?tstart=0 .

  In my case, I tried the workaround of changing 

vcpu.hotadd = "TRUE"

  to

vcpu.hotadd = "FALSE"

  in the VMs .vmx file and this solved my issue. 

  I was even able to start a nested Guest VM after this.

  Alternately (if you don't care about getting nested Virtualization working), I found another way to avoid the shutdown issue.  I discovered that I could just disable and stop the libvirt-guest service (from the System/Services panel) to avoid the shutdown issue (before I changed the VMware VMs .vmx file).

  Good Luck.

猜你喜欢

转载自tjmljw.iteye.com/blog/2148312