<?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>Christopher J. Umina &#187; VMWare</title>
	<atom:link href="http://uminac.com/category/computers/virtualization/vmware-virtualization-computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://uminac.com</link>
	<description>I'm not creative enough for this, and you can't help me.</description>
	<lastBuildDate>Tue, 01 Jun 2010 16:54:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>vSphere 4 Client &amp; Windows 7</title>
		<link>http://uminac.com/2009/11/06/vsphere-4-client-windows-7/</link>
		<comments>http://uminac.com/2009/11/06/vsphere-4-client-windows-7/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 12:07:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Anger]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fuck]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[unsupported]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://uminac.com/?p=236</guid>
		<description><![CDATA[This has been fixed as of update 1. If you&#8217;ve tried to install the vSphere client on Windows 7, you&#8217;ve undoubtedly come across errors like the following: Error parsing the server "192.168.2.2" "clients.xml" file. Login will continue, contact your system administrator. and The type initializer for 'VirtualInfrastructure.Utils.HttpWebRequestProxy' threw an exception. Although Windows 7 is fully [...]]]></description>
			<content:encoded><![CDATA[<p><b><font color="red">This has been fixed as of update 1.</font></b></p>
<p>If you&#8217;ve tried to install the vSphere client on Windows 7, you&#8217;ve undoubtedly come across errors like the following:</p>
<pre>
Error parsing the server "192.168.2.2" "clients.xml" file.
Login will continue, contact your system administrator.
</pre>
<p>and </p>
<pre>
The type initializer for 'VirtualInfrastructure.Utils.HttpWebRequestProxy' threw an exception.
</pre>
<p>Although Windows 7 is fully released now, nobody seems to feel like supporting it.  Though, I guess Microsoft did kindof rush it out the door&#8230;  Anyway, there&#8217;s a nice PowerShell script out there that allows you to fix this stupidity.  After browsing the VMWare community, I came across this URL:</p>
<p><a href="http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/">http://www.tinyint.com/index.php/2009/09/04/vsphere-client-on-windows-7/</a></p>
<p>I followed the instructions and now everything is working the way it should be.  Maybe VMWare could just&#8230;  do this for you ?</p>
]]></content:encoded>
			<wfw:commentRss>http://uminac.com/2009/11/06/vsphere-4-client-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMotion and &#8220;Isolation Addresses&#8221;</title>
		<link>http://uminac.com/2008/09/30/vmotion-and-isolation-addresses/</link>
		<comments>http://uminac.com/2008/09/30/vmotion-and-isolation-addresses/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 04:35:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Anger]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[isolation address]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[stupidity]]></category>
		<category><![CDATA[vmotion]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://uminac.com/?p=86</guid>
		<description><![CDATA[Recently I setup a VMWare infrastructure at work, and when I finally thought I had everything right, I began getting errors about systems not being able to contact the &#8220;Isolation Address&#8221;. Naturally, I said &#8220;LOLWTFLOL&#8221; as I Googled for my error message. It turns out that in order to enable VMotion, every system on the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I setup a VMWare infrastructure at work, and when I finally thought I had everything right, I began getting errors about systems not being able to contact the &#8220;Isolation Address&#8221;.  Naturally, I said &#8220;LOLWTFLOL&#8221; as I Googled for my error message.</p>
<p>It turns out that in order to enable VMotion, every system on the network has to be able to ping the aforementioned isolation address, which defaults to .1 of their subnet.  Well, I&#8217;ll be.  If somebody had mentioned this to me, I wouldn&#8217;t be in such a pickle!  Since I was setting this up in a management vlan like a good admin, I didn&#8217;t have a .1!</p>
<p>After nearly 2 hours of being on hold (no, I&#8217;m not joking&#8230;), I got a tech to let me in on a little tip!  He told me to go to my options, and in advanced settings, I could set das.isolationaddress to whatever I wanted!  Wooo!</p>
<p>Oh, wait.  VMotion also requires that every host can resolve every other host using an FQDN, and therefore DNS.  Kindof quirky to me, as that seems to almost necessitate a secondary DNS server, and you&#8217;re not even out of your management vlan yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://uminac.com/2008/09/30/vmotion-and-isolation-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
