<?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>Geek Projects - Linux, Apache, MySQL, PHP &#187; Virtualization</title>
	<atom:link href="http://www.geekprojects.org/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekprojects.org</link>
	<description>A Linux Sysadmin</description>
	<lastBuildDate>Sat, 10 Apr 2010 01:42:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Update From ESXi 3.5 to ESXi 4.0 without VirtualCenter</title>
		<link>http://www.geekprojects.org/2009/11/updat-from-esxi-3-5-to-esxi-4-0/</link>
		<comments>http://www.geekprojects.org/2009/11/updat-from-esxi-3-5-to-esxi-4-0/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 00:00:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=99</guid>
		<description><![CDATA[The centerpiece of my lab is white box ESXi host. It&#8217;s been running ESXi 3.5 without issue for about a year now. A lot of my clients also run ESXi, with a few potential 3.5 to 4.0 updates coming down the pipe, so I decided it was time to update the lab to ESXi 4.0. [...]]]></description>
			<content:encoded><![CDATA[<p>The centerpiece of my lab is white box ESXi host. It&#8217;s been running ESXi 3.5 without issue for about a year now. A lot of my clients also run ESXi, with a few potential 3.5 to 4.0 updates coming down the pipe, so I decided it was time to update the lab to ESXi 4.0. Since I&#8217;m using the free version of ESXi in my lab, here&#8217;s what I did to perform the upgrade without VirtualCenter:</p>
<ol>
<li>Go to <a href="http://www.vmware.com/go/get-free-esxi">VMware&#8217;s ESXi Download Page</a>. You&#8217;ll need to log in with your existing account, or create a new one to continue</li>
<li>Download and install <span><strong>VMware vSphere Client and Host Update Utility</strong> on a Windows based system</span></li>
<li><span>Save the </span><strong><span>VMware ESXi 4.0 (upgrade ZIP)</span></strong><span> file</span></li>
<li><span>Log into your ESXi host using <strong>vSphere Client</strong>, and shutdown all VMs, then right click on the host, and select <strong>Enter Maintenance Mode</strong><br />
</span></li>
<li><span>Start up the <strong>VMware vSphere Host Update Utility</strong>, and follow the wizard. You&#8217;ll be asked to select which host to update, browse to the </span><strong><span>VMware ESXi 4.0 (upgrade ZIP)</span></strong><span> file</span><span> that you downloaded earlier, and confirm that you want to proceed. The ESXi host will reboot during the upgrade process.</span></li>
<li><span>Once the update is complete, log back into your ESXi host using </span><span><strong>vSphere Client</strong>, then right click on the newly updated ESXi host, and select <strong>Exit Maintenance Mode</strong></span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/11/updat-from-esxi-3-5-to-esxi-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging into a VMware Server stuck on the &#8220;Loading&#8230;&#8221; Page</title>
		<link>http://www.geekprojects.org/2009/08/logging-into-a-vmware-server-stuck-on-the-loading-page/</link>
		<comments>http://www.geekprojects.org/2009/08/logging-into-a-vmware-server-stuck-on-the-loading-page/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:45:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=53</guid>
		<description><![CDATA[VMware Server is a handy app to run in places where server virtualization is needed, but you can&#8217;t justify the expense or effort required to setup a VMware ESXi or Xen host. One of the reoccurring problems that I run into, even on lightly loaded servers is when trying to log into the VMware Infrastructure [...]]]></description>
			<content:encoded><![CDATA[<p>VMware Server is a handy app to run in places where server virtualization is needed, but you can&#8217;t justify the expense or effort required to setup a VMware ESXi or Xen host. One of the reoccurring problems that I run into, even on lightly loaded servers is when trying to log into the VMware Infrastructure Web Access interface, the browser gets stuck at &#8220;Loading&#8230;&#8221;, and never brings up the login form. I&#8217;ve observed this on Firefox in Linux, Mac OS X and Windows; as well as within Internet Explorer.</p>
<p>It turns out that the fix for this doesn&#8217;t involve the browser at all, but rather a VMware Server settings. Some Googling turned up <a href="http://communities.vmware.com/message/1296995;jsessionid=D7350900042F2C0EEB1EA70CB10F2C8A">this thread in VMware Communities</a>, which spells out the following fix:</p>
<ol>
<li>Edit <strong>/etc/vmware/webAccess/proxy.properties</strong></li>
<li>Change the following line:<strong>proxy.noCache = false</strong>&#8230;to:
<p><strong>proxy.noCache = true</strong></li>
<li>Restart the vmware-mgmt service:<br />
<strong>/etc/init.d/vmware-mgmt restart</strong></li>
</ol>
<p>That&#8217;s it! You may need to refresh your browser one more time after this, but after completing these steps, you should now be prompted to login to VMware Infrastructure Web Access.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/08/logging-into-a-vmware-server-stuck-on-the-loading-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
