<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>harleystagner.com</title>
	
	<link>http://www.harleystagner.com</link>
	<description />
	<lastBuildDate>Wed, 21 Oct 2009 15:31:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Harleystagnercom" type="application/rss+xml" /><feedburner:emailServiceId>Harleystagnercom</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>ESX 4.0 and ESXi 4.0 Comparison</title>
		<link>http://feedproxy.google.com/~r/Harleystagnercom/~3/ytV1vp395Ok/esx-4-0-and-esxi-4-0-comparison.php</link>
		<comments>http://www.harleystagner.com/uncategorized/esx-4-0-and-esxi-4-0-comparison.php#comments</comments>
		<pubDate>Wed, 21 Oct 2009 15:30:41 +0000</pubDate>
		<dc:creator>Harley Stagner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.harleystagner.com/?p=169</guid>
		<description><![CDATA[The folks over at the VMware knowledge base have a new ESX and ESXi 4.0 comparison that is similar to the ESX and ESXi 3.5 comparison.
ESX and ESXi 4.0 Comparison
ESX and ESXi 3.5 Comparison
]]></description>
			<content:encoded><![CDATA[<p></p><p>The folks over at the VMware knowledge base have a new ESX and ESXi 4.0 comparison that is similar to the ESX and ESXi 3.5 comparison.</p>
<p><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1015000">ESX and ESXi 4.0 Comparison</a></p>
<p><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1006543">ESX and ESXi 3.5 Comparison</a></p>
<img src="http://feeds.feedburner.com/~r/Harleystagnercom/~4/ytV1vp395Ok" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harleystagner.com/uncategorized/esx-4-0-and-esxi-4-0-comparison.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harleystagner.com/uncategorized/esx-4-0-and-esxi-4-0-comparison.php</feedburner:origLink></item>
		<item>
		<title>Better ESX Maintenance Mode with PowerShell</title>
		<link>http://feedproxy.google.com/~r/Harleystagnercom/~3/UcSP-v7CkdM/better-esx-maintenance-mode-with-powershell.php</link>
		<comments>http://www.harleystagner.com/powershell/better-esx-maintenance-mode-with-powershell.php#comments</comments>
		<pubDate>Fri, 09 Oct 2009 19:32:09 +0000</pubDate>
		<dc:creator>Harley Stagner</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.harleystagner.com/?p=163</guid>
		<description><![CDATA[Maintenance mode on ESX hosts is great. As long as DRS is set to automatic and VMotion is working, all of the VM&#8217;s will be evacuated from the host. However, I always seem to run into one VM that still has a CDROM drive connected to it. This causes the VMotion to stop until the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Maintenance mode on ESX hosts is great. As long as DRS is set to automatic and VMotion is working, all of the VM&#8217;s will be evacuated from the host. However, I always seem to run into one VM that still has a CDROM drive connected to it. This causes the VMotion to stop until the CDROM drive is disconnected.</p>
<p>Since, this happened quite frequently, I decided to do maintenance mode through PowerShell to automate the process <img src='http://www.harleystagner.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . The below script will:</p>
<ul>
<li>Search for any VM&#8217;s that have CDROM&#8217;s connected</li>
<li>Disconnect the CDROM&#8217;s from said VM&#8217;s</li>
<li>VMotion the VM&#8217;s to the remaining ESX hosts (there is no way that I know of to automatically VMotion the VM&#8217;s by just putting the host into maintenance mode using PowerShell)</li>
<li>Put the target host into maintenance mode</li>
</ul>
<p>A special thanks goes to Steve Beaver. His post &#8220;<a href="http://www.thevirtualblackhole.com/virtual-tech/working-with-maintenance-mode-in-powershell">Working with Maintenance Mode in PowerShell</a>&#8221; helped me figure out the automatic VMotion to the remaining hosts.</p>
<p>So, here it is:</p>
<pre class="brush: powershell;"># Name: esx-maintenance-prep.ps1
# Purpose: Disconnects all CDROM Drives on VM's from a chosen host. It will VMotion the
#          VM's on that host. Then, it will put the host into maintenance mode.
#
# Created: 09/11/2009
# Author: Harley Stagner
# Version: 1
#
# TODO:
#  -Wrap work into functions
#  -Use if statement to account for VM's that are powered off
###########################################################################

#Connect to your vCenter Server
Connect-VIServer

Write-Host &quot;Choose your server from the list below:&quot;

# Set up variables for the Host Selection
$colESX = Get-VMHost
$selectionNumber = 0

#HashTable
$colHostSelection = @{} 

#Array
$colSelection = @() 

# Create the menu choices for the hosts
$colESX | sort Name | ForEach-Object {

	$selectionNumber = $selectionNumber + 1

	$colHostSelection.Add(&quot;$selectionNumber&quot;, &quot;$_&quot;)

	Write-Host &quot;$selectionNumber - $_&quot;
}

# Needed to match the option for the switch statement
$colHostSelection.Keys | ForEach-Object{
$colSelection += $_
}

# Have the VM Admin make the host selection
$VMHostSelection = Read-Host &quot;Please choose an option between&quot; $colSelection[0] &quot;and&quot; $colSelection[-1]
$VMHost = $colHostSelection[$VMHostSelection]

# Switch statement to get the appropriate host to put into maintenance mode.
switch ($colSelection[0]..$colSelection[-1]){

	{$_ -eq $VMHostSelection} {

# Disconnect the CDRom Drives from the VM's.
		Get-VMHost $VMHost | Get-VM | Get-CDDrive | Set-CDDrive -Connected $false -Confirm:$false

			ForEach ($ESX in $colESX){

				If ($ESX -cnotmatch $VMHost){

# vMotion the VM's to the other hosts in the cluster.
          			Get-VMHost -Name $VMHost | Get-VM | Move-VM -Destination (Get-VMHost $ESX)
    			}
			}

# Put the chosen host into Maintenance Mode.
	Get-VMHost -Name $VMHost | Set-VMHost -State Maintenance | ForEach-Object { &quot;Entering maintenance mode on '&quot; + $VMHost + &quot;'&quot;} ; continue
	}
}

Disconnect-VIServer -Confirm:$False

#END SCRIPT#</pre>
<p>As you can see, I still have a couple items in my to do list for this script. However, it is very useable as it stands.</p>
<img src="http://feeds.feedburner.com/~r/Harleystagnercom/~4/UcSP-v7CkdM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harleystagner.com/powershell/better-esx-maintenance-mode-with-powershell.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.harleystagner.com/powershell/better-esx-maintenance-mode-with-powershell.php</feedburner:origLink></item>
		<item>
		<title>VMware Knowledge Base has videos!</title>
		<link>http://feedproxy.google.com/~r/Harleystagnercom/~3/HWVGSZ5fQf4/vmware-knowledge-base-has-videos.php</link>
		<comments>http://www.harleystagner.com/uncategorized/vmware-knowledge-base-has-videos.php#comments</comments>
		<pubDate>Thu, 08 Oct 2009 20:46:34 +0000</pubDate>
		<dc:creator>Harley Stagner</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.harleystagner.com/?p=158</guid>
		<description><![CDATA[I know I may be late on this. However, I think it is cool enough to mention. I noticed that some VMware KB articles now have videos! This is an excellent resource and I hope that this trend continues in the future.
Just head over to the VMware Support Page to check out some of the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I know I may be late on this. However, I think it is cool enough to mention. I noticed that some VMware KB articles now have videos! This is an excellent resource and I hope that this trend continues in the future.</p>
<p>Just head over to the <a href="http://www.vmware.com/support/">VMware Support Page</a> to check out some of the videos on the right under &#8220;Top Support Videos.&#8221;</p>
<p>An example of one of these videos is in this article:</p>
<p><a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&#038;docType=kc&#038;externalId=1006847&#038;sliceId=1&#038;docTypeID=DT_KB_1_1&#038;dialogID=41572349&#038;stateId=0%200%2039524749">Committing Snapshots From Within the Service Console</a></p>
<p>Bravo VMware, Bravo! I&#8217;d love to see the videos continue.</p>
<img src="http://feeds.feedburner.com/~r/Harleystagnercom/~4/HWVGSZ5fQf4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harleystagner.com/uncategorized/vmware-knowledge-base-has-videos.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harleystagner.com/uncategorized/vmware-knowledge-base-has-videos.php</feedburner:origLink></item>
		<item>
		<title>It failed because The Operation Completed Successfully!?!</title>
		<link>http://feedproxy.google.com/~r/Harleystagnercom/~3/Qs2vw102HS8/it-failed-because-the-operation-completed-successfully.php</link>
		<comments>http://www.harleystagner.com/uncategorized/it-failed-because-the-operation-completed-successfully.php#comments</comments>
		<pubDate>Tue, 06 Oct 2009 17:30:33 +0000</pubDate>
		<dc:creator>Harley Stagner</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.harleystagner.com/?p=152</guid>
		<description><![CDATA[
Has anyone else seen the above vRanger Pro Error?
]]></description>
			<content:encoded><![CDATA[<p></p><p><img alt="" src="http://i192.photobucket.com/albums/z293/hstagner/vRanger_strange_error.png" title="vRanger Strange Error" class="alignnone" width="318" height="61" /></p>
<p>Has anyone else seen the above vRanger Pro Error?</p>
<img src="http://feeds.feedburner.com/~r/Harleystagnercom/~4/Qs2vw102HS8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harleystagner.com/uncategorized/it-failed-because-the-operation-completed-successfully.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harleystagner.com/uncategorized/it-failed-because-the-operation-completed-successfully.php</feedburner:origLink></item>
		<item>
		<title>VCP 4 Materials</title>
		<link>http://feedproxy.google.com/~r/Harleystagnercom/~3/K0Czdxz0eks/vcp-4-materials.php</link>
		<comments>http://www.harleystagner.com/uncategorized/vcp-4-materials.php#comments</comments>
		<pubDate>Thu, 01 Oct 2009 14:11:32 +0000</pubDate>
		<dc:creator>Harley Stagner</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.harleystagner.com/?p=148</guid>
		<description><![CDATA[Here are a couple of links for VCP 4 study materials.
First, you can get all of the VMware PDFs in one convenient zip file here:
http://www.vmware.com/support/vsphere4/doc/vsp_esx40_vc40_book_bundle.zip
Second, I created some flash cards for some of the rote memory type stuff (maximums, etc.). They can be found here:
http://pool.cobocards.com/cardset/6535731/
If you want to use study mode on the flash cards, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Here are a couple of links for VCP 4 study materials.</p>
<p>First, you can get all of the VMware PDFs in one convenient zip file here:</p>
<p><a href="http://www.vmware.com/support/vsphere4/doc/vsp_esx40_vc40_book_bundle.zip">http://www.vmware.com/support/vsphere4/doc/vsp_esx40_vc40_book_bundle.zip</a></p>
<p>Second, I created some flash cards for some of the rote memory type stuff (maximums, etc.). They can be found here:</p>
<p><a href="http://pool.cobocards.com/cardset/6535731/">http://pool.cobocards.com/cardset/6535731/</a></p>
<p>If you want to use study mode on the flash cards, you will need to sign up for an account at cobocards. Happy Studying!</p>
<img src="http://feeds.feedburner.com/~r/Harleystagnercom/~4/K0Czdxz0eks" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harleystagner.com/uncategorized/vcp-4-materials.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harleystagner.com/uncategorized/vcp-4-materials.php</feedburner:origLink></item>
		<item>
		<title>VCP 4 Done!!</title>
		<link>http://feedproxy.google.com/~r/Harleystagnercom/~3/Y5l92lijGdw/vcp-4-done.php</link>
		<comments>http://www.harleystagner.com/uncategorized/vcp-4-done.php#comments</comments>
		<pubDate>Wed, 30 Sep 2009 19:07:40 +0000</pubDate>
		<dc:creator>Harley Stagner</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.harleystagner.com/?p=146</guid>
		<description><![CDATA[Just a quick note to let everyone know that I took my VCP 410 exam today and passed   . I am now a VCP on VI:3 and vSphere 4&#8230;
]]></description>
			<content:encoded><![CDATA[<p></p><p>Just a quick note to let everyone know that I took my VCP 410 exam today and passed <img src='http://www.harleystagner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . I am now a VCP on VI:3 and vSphere 4&#8230;</p>
<img src="http://feeds.feedburner.com/~r/Harleystagnercom/~4/Y5l92lijGdw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harleystagner.com/uncategorized/vcp-4-done.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harleystagner.com/uncategorized/vcp-4-done.php</feedburner:origLink></item>
		<item>
		<title>SCVMM 2008 R2 Release Candidate on Connect!</title>
		<link>http://feedproxy.google.com/~r/Harleystagnercom/~3/CoAnlVw0UFE/scvmm-2008-r2-release-candidate-on-connect.php</link>
		<comments>http://www.harleystagner.com/uncategorized/scvmm-2008-r2-release-candidate-on-connect.php#comments</comments>
		<pubDate>Sat, 06 Jun 2009 12:10:33 +0000</pubDate>
		<dc:creator>Harley Stagner</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.harleystagner.com/?p=138</guid>
		<description><![CDATA[The Release Candidate for SCVMM 2008 R2 is now available on Microsoft Connect. Now, both the next version of Hyper-V and the management infrastructure to go along with it are available. Use the link below to log in to Connect and download SCVMM 2008 R2.
SCVMM 2008 R2 RC: https://connect.microsoft.com/site/sitehome.aspx?SiteID=799
If you have any questions during your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The Release Candidate for SCVMM 2008 R2 is now available on Microsoft Connect. Now, both <a href="http://www.harleystagner.com/uncategorized/server-2008-r2-and-hyper-v-server-2008-r2-release-candidates.php">the next version of Hyper-V</a> and the management infrastructure to go along with it are available. Use the link below to log in to Connect and download SCVMM 2008 R2.</p>
<p>SCVMM 2008 R2 RC: <a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=799">https://connect.microsoft.com/site/sitehome.aspx?SiteID=799</a></p>
<p>If you have any questions during your testing you can also head to the forums here:</p>
<p>SCVMM Forum on Technet: <a href="http://social.technet.microsoft.com/Forums/en-US/category/virtualmachinemanager">http://social.technet.microsoft.com/Forums/en-US/category/virtualmachinemanager</a></p>
<img src="http://feeds.feedburner.com/~r/Harleystagnercom/~4/CoAnlVw0UFE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harleystagner.com/uncategorized/scvmm-2008-r2-release-candidate-on-connect.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harleystagner.com/uncategorized/scvmm-2008-r2-release-candidate-on-connect.php</feedburner:origLink></item>
		<item>
		<title>PowerShell RSS-Powered Message of the Day</title>
		<link>http://feedproxy.google.com/~r/Harleystagnercom/~3/ld2aTYlG_xQ/powershell-rss-powered-message-of-the-day.php</link>
		<comments>http://www.harleystagner.com/uncategorized/powershell-rss-powered-message-of-the-day.php#comments</comments>
		<pubDate>Fri, 05 Jun 2009 03:28:21 +0000</pubDate>
		<dc:creator>Harley Stagner</dc:creator>
				<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.harleystagner.com/?p=129</guid>
		<description><![CDATA[I am just having a little fun with PowerShell tonight and my profile. Don&#8217;t use PowerShell profiles? You should. Here is the skinny to get you started.
Profiles are very very useful for efficiently getting some serious work done while in the Shell. But this post is about nothing of the sort. Once you know how [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I am just having a little fun with PowerShell tonight and my profile. Don&#8217;t use PowerShell profiles? You should. Here is <a href="http://msdn.microsoft.com/en-us/library/bb613488(VS.85).aspx">the skinny to get you started</a>.</p>
<p>Profiles are very very useful for efficiently getting some serious work done while in the Shell. But this post is about nothing of the sort. Once you know how to edit your profile by using the above link, you can do all sorts of cool stuff. </p>
<p>Now for your entertainment and amusement, see an <strong>RSS-powered quote of the day</strong> when you start up PowerShell! Just add this function to your PowerShell profile and save it:</p>
<pre class="brush: powershell;">function motd {

$rssUrl = &quot;http://feeds.feedburner.com/brainyquote/QUOTEBR&quot;
$blog = [xml][/xml](new-object System.Net.WebClient).DownloadString($rssUrl)
$quote = $blog.rss.channel.item[0]
$quote.description
$quote.title

}

motd{}
</pre>
<p>Here it is in all of it&#8217;s glory!<br />
<img alt="psh motd" src="http://i192.photobucket.com/albums/z293/hstagner/psh_motd.png" title="psh_motd" width="317" height="53" /></p>
<p>Thanks goes out to Chrissy over at <a href="http://blog.netnerds.net/2007/10/powershell-parse-an-rss-feed-and-e-mailtext-yourself-the-results/">NetNerds for the inspiration</a>.</p>
<img src="http://feeds.feedburner.com/~r/Harleystagnercom/~4/ld2aTYlG_xQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harleystagner.com/uncategorized/powershell-rss-powered-message-of-the-day.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harleystagner.com/uncategorized/powershell-rss-powered-message-of-the-day.php</feedburner:origLink></item>
		<item>
		<title>VMware vSphere DPM Now Supported</title>
		<link>http://feedproxy.google.com/~r/Harleystagnercom/~3/ps7s3emMeOI/vmware-vsphere-dpm-now-supported.php</link>
		<comments>http://www.harleystagner.com/uncategorized/vmware-vsphere-dpm-now-supported.php#comments</comments>
		<pubDate>Fri, 22 May 2009 14:27:10 +0000</pubDate>
		<dc:creator>Harley Stagner</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.harleystagner.com/?p=125</guid>
		<description><![CDATA[Now that VMware officially supports Dynamic Power Management (DPM), I thought that I would share this older, but still awesome, video on what DPM can do for your carbon footprint and your wallet. This video was shown at VMworld in 2008, but the message is still valid today. Enjoy!

]]></description>
			<content:encoded><![CDATA[<p></p><p>Now that VMware officially supports Dynamic Power Management (DPM), I thought that I would share this older, but still awesome, video on what DPM can do for your carbon footprint and your wallet. This video was shown at VMworld in 2008, but the message is still valid today. Enjoy!</p>
<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/7CbRS0GGuNc&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/7CbRS0GGuNc&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></p>
<img src="http://feeds.feedburner.com/~r/Harleystagnercom/~4/ps7s3emMeOI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harleystagner.com/uncategorized/vmware-vsphere-dpm-now-supported.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harleystagner.com/uncategorized/vmware-vsphere-dpm-now-supported.php</feedburner:origLink></item>
		<item>
		<title>vSphere 4 General Availability Day!</title>
		<link>http://feedproxy.google.com/~r/Harleystagnercom/~3/5CZ7KboWQX0/vsphere-4-general-availability-day.php</link>
		<comments>http://www.harleystagner.com/uncategorized/vsphere-4-general-availability-day.php#comments</comments>
		<pubDate>Thu, 21 May 2009 12:41:34 +0000</pubDate>
		<dc:creator>Harley Stagner</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.harleystagner.com/?p=123</guid>
		<description><![CDATA[Looks like I&#8217;ll be pretty busy (although busy implies work and this, I consider awesome) putting the GA version of vSphere 4 through its paces over the next few weeks. In case anyone missed it, here are some links:
Download:
https://www.vmware.com/download/
60 Day Trial:
https://www.vmware.com/tryvmware/index.php?p=vsphere&#38;lp=1
And of course, a little light reading to help upgrade or pass the VCP exam [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Looks like I&#8217;ll be pretty busy (although busy implies work and this, I consider awesome) putting the GA version of vSphere 4 through its paces over the next few weeks. In case anyone missed it, here are some links:</p>
<p>Download:</p>
<p><a href="https://www.vmware.com/download/">https://www.vmware.com/download/</a></p>
<p>60 Day Trial:</p>
<p><a href="https://www.vmware.com/tryvmware/index.php?p=vsphere&amp;lp=1">https://www.vmware.com/tryvmware/index.php?p=vsphere&amp;lp=1</a></p>
<p>And of course, a little light reading to help upgrade or pass the VCP exam on vSphere 4 when it is released:</p>
<p><a href="http://www.vmware.com/support/pubs/vs_pages/vsp_pubs_esxi40_i_vc40.html">http://www.vmware.com/support/pubs/vs_pages/vsp_pubs_esxi40_i_vc40.html</a></p>
<p>While hundreds of thousands of people will be flocking to the theaters to see Terminator Salvation tonight, I will be scouring the new <strong>vSphere 4 Configuration Maximums Guide</strong> for flash card fodder.</p>
<p>Thursday nights don&#8217;t get any sweeter than this <img src='http://www.harleystagner.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</p>
<img src="http://feeds.feedburner.com/~r/Harleystagnercom/~4/5CZ7KboWQX0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.harleystagner.com/uncategorized/vsphere-4-general-availability-day.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.harleystagner.com/uncategorized/vsphere-4-general-availability-day.php</feedburner:origLink></item>
	</channel>
</rss>
