<?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>Ticklish Techs &#187; VMWare</title>
	<atom:link href="http://www.ticklishtechs.net/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ticklishtechs.net</link>
	<description>a mostly .NET but also some other cool techs blog</description>
	<lastBuildDate>Wed, 05 Jan 2011 21:44:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Cannot access VMware Server Web Access</title>
		<link>http://www.ticklishtechs.net/2011/01/02/cannot-access-vmware-server-web-access/</link>
		<comments>http://www.ticklishtechs.net/2011/01/02/cannot-access-vmware-server-web-access/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 12:51:00 +0000</pubDate>
		<dc:creator>Benjamin Schröter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.ticklishtechs.net/2011/01/02/cannot-access-vmware-server-web-access/</guid>
		<description><![CDATA[I’m running a VMware Server 2 on a Linux box and access this service via the VMware Server Web Interface at https://server-name:8333. This is a pretty usual way of interacting with VMware Server. But suddenly I cannot access the website any more. Internet Explorer just said “Loading…” forever but nothing happened. If the same happened [...]]]></description>
			<content:encoded><![CDATA[<p>I’m running a VMware Server 2 on a Linux box and access this service via the VMware Server Web Interface at <code>https://server-name:8333</code>. This is a pretty usual way of interacting with VMware Server.</p>
<p>But suddenly I cannot access the website any more. Internet Explorer just said “Loading…” forever but nothing happened.</p>
<p>If the same happened to you try to switch Internet Explorer into <em>Compatibility View </em>and it may work again (it did on my machine).</p>
<p><a href="http://www.ticklishtechs.net/wp-content/uploads/2011/01/a.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="a" border="0" alt="a" src="http://www.ticklishtechs.net/wp-content/uploads/2011/01/a_thumb.png" width="335" height="168" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ticklishtechs.net/2011/01/02/cannot-access-vmware-server-web-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Workstation demands Administrator rights &#8211; even if you have those</title>
		<link>http://www.ticklishtechs.net/2010/01/19/vmware-workstation-demands-administrator-rights-even-if-you-have-those/</link>
		<comments>http://www.ticklishtechs.net/2010/01/19/vmware-workstation-demands-administrator-rights-even-if-you-have-those/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 22:53:09 +0000</pubDate>
		<dc:creator>Wolfram Bernhardt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/19/vmware-workstation-demands-administrator-rights-even-if-you-have-those/</guid>
		<description><![CDATA[Whenever I move my system to a new laptop I create a virtual machine from my old system. Sometimes it is easier to access stuff I forget to copy from a running system than from mounted backup devices. To create virtual machines from a running system I use VMWare Workstation, which outperforms VirtualPC by far [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I move my system to a new laptop I create a virtual machine from my old system. Sometimes it is easier to access stuff I forget to copy from a running system than from mounted backup devices.</p>
<p>To create virtual machines from a running system I use <a href="http://www.vmware.com/products/workstation/">VMWare Workstation</a>, which outperforms VirtualPC by far (imho).</p>
<p>Some days ago I tried to create a VM from a Win7/64 system. I was quiet surprised when VMWare Workstation told me, I needed Administrator rights:</p>
<p><a href="http://www.ticklishtechs.net/wp-content/uploads/2010/01/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.ticklishtechs.net/wp-content/uploads/2010/01/image_thumb.png" width="474" height="405" /></a> </p>
<p>&#160;</p>
<p>So what – I have administrative rights. But the Workstation didn’t believe me. Since that held me from moving to my new laptop I was really p*ssed.</p>
<p><a href="http://communities.vmware.com/thread/232530;jsessionid=AA54EA753EB5F4F329275A1F7112657F">Luckily some smart guy found this solution.</a></p>
<p>I think this is clearly a bug, but so far VmWare Workstation demand Administrator-rights in the literal sense: It only accepts, when you are logged in as THE Administrator:</p>
<ul>
<li>start <font face="Courier New">c:\Windows\system32\cmd.exe</font> from explorer using &quot;execute as administrator&quot;. </li>
<li>type <font face="Courier New">net user Administrator /active:yes</font></li>
<li>logoff &amp; reboot </li>
<li>login as Administrator </li>
<li>create your image </li>
<li>Complain at <a href="http://www.vmware.com/support/contacts/file-sr.html">VMWare</a>. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ticklishtechs.net/2010/01/19/vmware-workstation-demands-administrator-rights-even-if-you-have-those/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

