saptechnique

Better late than never. - 郭富

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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

分类: Linux2012-09-21 17:01 426人阅读 评论(0) 收藏 举报

在网上找了一下,大部分不太管用,只需要在安装虚拟机的目录下改一下  ***.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.

from:http://blog.csdn.net/wang1144/article/details/8005048
posted on 2013-01-04 11:10  guofu  阅读(2316)  评论(0编辑  收藏  举报