<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hskupin.info &#187; vmware</title>
	<atom:link href="http://www.hskupin.info/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hskupin.info</link>
	<description>Mozilla, Photography and the Daily Life</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Restarting VmWare guest if shutdown is not successful</title>
		<link>http://www.hskupin.info/2009/04/16/restarting-vmware-guest-if-shutdown-is-not-successful/</link>
		<comments>http://www.hskupin.info/2009/04/16/restarting-vmware-guest-if-shutdown-is-not-successful/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 10:39:17 +0000</pubDate>
		<dc:creator>Henrik Skupin</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.hskupin.info/?p=292</guid>
		<description><![CDATA[Today I run into the problem where one of my Vmware guests with an installed Windows XP wasn&#8217;t able to shutdown. The only option users have via the UI is to put the machine into sleep. But that doesn&#8217;t help at all. I wanna have a running XP box again. Waking up from sleep still [...]]]></description>
			<content:encoded><![CDATA[<p>Today I run into the problem where one of my Vmware guests with an installed Windows XP wasn&#8217;t able to shutdown. The only option users have via the UI is to put the machine into sleep. But that doesn&#8217;t help at all. I wanna have a running XP box again. Waking up from sleep still shows the same problem: &#8220;Windows is shutting down&#8230;&#8221;. So how someone can kill this instance to restart it like a manual hard boot?</p>
<p>The first thing I tried was to kill the Vmware application via the Activity Monitor of OS X. But I wasn&#8217;t successful. After I&#8217;ve started VmWare again the same screen as above was displayed for the XP machine. What a bummer! So how to process? After searching a while on Google I found the solution. You simply have to kill the process which handles this machine. Grep the output of ps to get a list of all Vmware related processes:</p>
<p><code>henrik$ ps -ef | grep vmware<br />
   0 31737     1   0   0:00.00 ??         0:00.01 /Library/Application Support/VMware Fusion/vmnet-dhcpd -cf /Library/Application Support/VMware Fusion/vmnet8/dhcpd.conf -lf /var/db/vmware/vmnet-dhcpd-vmnet8.leases -pf /var/run/vmnet-dhcpd-vmnet8.pid vmnet8<br />
    0 31745     1   0   0:00.00 ??         0:00.00 /Library/Application Support/VMware Fusion/vmnet-dhcpd -cf /Library/Application Support/VMware Fusion/vmnet1/dhcpd.conf -lf /var/db/vmware/vmnet-dhcpd-vmnet1.leases -pf /var/run/vmnet-dhcpd-vmnet1.pid vmnet1<br />
    0 31776     1   0   0:08.81 ??         0:11.93 /Library/Application Support/VMware Fusion/vmware-vmx -E de -D h5VWrEgtEdEDLwAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= -# product=1;name=VMware Fusion;version=2.0.4;buildnumber=159196;licensename=VMware Fusion for Mac OS;licenseversion=6.0 build-159196; -@ pipe=/var/folders/w2/w2myuXRLE1q1Ex7puQAPYk+++TI/-Tmp-//vmware-henrik/vmxebfd750b90971fa0;readyEvent=6 /Volumes/data/vmware/Windows XP Professional.vmwarevm/Windows XP Professional.vmx<br />
  501 31781   153   0   0:00.72 ??         0:04.42 /Applications/VMware Fusion.app/Contents/MacOS/vmware -psn_0_14101874<br />
  501 31795 13404   0   0:00.00 ttys000    0:00.00 grep vmware</code></p>
<p>As you can see the process with the id 31776 is the one for the Windows XP guest. Run the following command to do a hard switch-off:</p>
<p><code>henrik$ sudo kill -9 31776</code></p>
<p>Now you can start the machine from scratch and it should be started as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hskupin.info/2009/04/16/restarting-vmware-guest-if-shutdown-is-not-successful/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

