<?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>David Markley &#187; client</title>
	<atom:link href="http://www.davidmarkley.com/tag/client/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidmarkley.com</link>
	<description>Official Website of Me</description>
	<lastBuildDate>Fri, 12 Feb 2010 16:57:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMware vSphere Client not working on Windows 7</title>
		<link>http://www.davidmarkley.com/vmware/vmware-vsphere-client-not-working-on-windows-7</link>
		<comments>http://www.davidmarkley.com/vmware/vmware-vsphere-client-not-working-on-windows-7#comments</comments>
		<pubDate>Thu, 08 Oct 2009 21:54:26 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[clients.xml]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[vsphere]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.davidmarkley.com/?p=68</guid>
		<description><![CDATA[Error parsing the server "SERVER IP" "clients.xml" file]]></description>
			<content:encoded><![CDATA[<h3><strong><span style="color: #ff0000;">UPDATE:</span> vSphere Client supports Windows 7 as of vSphere 4.0 Update 1. If you aren&#8217;t running vSphere 4 Update 1 or later, following the below will allow you to function until you are able to upgrade.</strong></h3>
<p>Well, I finally took the plunge on my workstation and installed Windows 7 Professional 64-bit. I really am impressed with the usability. And, like the improvements that have been made. I have been on the Beta on one of my home machines, so I&#8217;m not entirely new to the Windows 7 look and feel.</p>
<p>My company is heavily into VMware virtualization, management and disaster recovery, and as such I use VMware vSphere\Infrastructure Client all the time. However, I got some strange errors when I tried to log in to one of our vCenter Servers. I realized that the vSphere Client was not supported on Windows 7, and so I started to do some digging. Here is a result of things I&#8217;ve found, and this should help get you going&#8230;</p>
<h2><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;"><strong>PROBLEM:</strong></span></strong></span></span></h2>
<p><span style="color: #000000;"><strong>Error parsing the server &#8220;SERVER IP&#8221; &#8220;clients.xml&#8221; file</strong></span></p>
<p><span style="color: #000000;"><strong><br />
</strong></span></p>
<p><strong><span style="color: #993300;"> </span></strong></p>
<h2><span style="color: #008000;"><span style="text-decoration: underline;"><strong>SOLUTION:</strong></span></span></h2>
<p><strong><span style="color: #993300;">Note: I&#8217;m running the 64 bit version of Windows 7, so any reference to &#8220;Program Files (x86)&#8221; should be referenced as &#8220;Program Files&#8221; if you are running 32 bit Windows 7.</span></strong></p>
<p><span style="color: #ff0000;"><strong>Step 1.</strong></span> Download the following file: <a href="http://www.davidmarkley.com/uploads/2009/11/system_dll.zip">System.dll</a> (this file is a .zip file)</p>
<p><strong><span style="color: #ff0000;">Step 2.</span></strong> Once downloaded, unzip the file into the directory:</p>
<p style="padding-left: 30px;"><strong>C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib</strong></p>
<p><em>If the &#8220;<strong>Lib</strong>&#8221; directory does not exist, then create it and drop in the DLL file.</em></p>
<p><strong><span style="color: #ff0000;">Step 3.</span></strong> Next, we want to edit the <strong>&#8220;VpxClient.exe.conf&#8221;</strong> file which can be found in the <strong>C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher</strong> directory and add the following three lines just before the end <strong>&lt;/configuration&gt;</strong> tag:</p>
<p style="padding-left: 30px;"><strong>&lt;runtime&gt;</strong><br />
<strong>&lt;developmentMode developerInstallation=&#8221;true&#8221;/&gt;</strong><br />
<strong>&lt;/runtime&gt;</strong></p>
<p><a href="http://www.davidmarkley.com/uploads/2009/11/vpxclient.exe.config.png" rel="lightbox[68]"><img class="aligncenter size-full wp-image-78" title="VpxClient.exe.config" src="http://www.davidmarkley.com/uploads/2009/11/vpxclient.exe.config.png" alt="VpxClient.exe.config" width="462" height="309" /></a></p>
<p><strong><span style="color: #ff0000;">Step 4.</span></strong> Now we have to create a system environment variable for Windows.  Right-click on &#8220;Computer&#8221; and go to &#8220;Properties&#8221;. Now click on the &#8220;Advanced System Settings&#8221; option:</p>
<p style="text-align: center;"><a href="http://www.davidmarkley.com/uploads/2009/10/AdvancedSystemSettings.png" rel="lightbox[68]"><img class="aligncenter size-medium wp-image-79" title="Advanced System Settings" src="http://www.davidmarkley.com/uploads/2009/10/AdvancedSystemSettings-272x300.png" alt="Advanced System Settings" width="272" height="300" /></a></p>
<p>Now, go into the &#8220;System Properties&#8221; box and click the &#8220;Advanced&#8221; tab and then click &#8220;Environment Variables&#8221;</p>
<p style="text-align: center;"><a href="http://www.davidmarkley.com/uploads/2009/10/EnvironmentVariables.png" rel="lightbox[68]"><img class="size-full wp-image-80 aligncenter" title="Environment Variables" src="http://www.davidmarkley.com/uploads/2009/10/EnvironmentVariables.png" alt="Environment Variables" width="341" height="379" /></a></p>
<p>Now create a new <strong>&#8220;System&#8221;</strong> variable called<strong> &#8216;DEVPATH&#8217;</strong> and assign the following variable value:</p>
<p style="text-align: left; padding-left: 30px;"><strong>%ProgramFiles(x86)%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib</strong></p>
<p style="text-align: left;"><em>(again, making note that it would be %ProgramFiles%  instead of %ProgramFiles(x86)% if you are on 32 bit Windows 7)</em><br />
<strong> </strong></p>
<p style="text-align: center;"><a href="http://www.davidmarkley.com/uploads/2009/10/NewEnvVar.png" rel="lightbox[68]"><img class="size-full wp-image-81 aligncenter" title="NewEnvVar" src="http://www.davidmarkley.com/uploads/2009/10/NewEnvVar.png" alt="NewEnvVar" width="567" height="122" /></a></p>
<p><strong><span style="color: #ff0000;">Done!</span></strong> You will probably have to reboot your Windows machine to make sure the DEVPATH variable is loaded. Also, some people may have to &#8220;Run as Administrator&#8221; in order for this workaround to work properly.</p>
<p><span style="text-decoration: underline;">Note</span>: This workaround bypasses the normal .NET Framework loading mechanism so that assembly versions in the DEVPATH folder are no longer checked. Handle with care.</p>
<p>Sources: <a title="ftubio @ VMware Communities" href="http://communities.vmware.com/message/1261343#1261343" target="_blank">ftubio @ VMware Communities</a>, <a href="http://xtravirt.com/running-vmware-vsphere-client-windows-7" target="_blank">Xtravirt</a>, <a href="http://www.techhead.co.uk/running-vmware-vsphere-client-on-windows-7" target="_blank">TechHead</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidmarkley.com/vmware/vmware-vsphere-client-not-working-on-windows-7/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
