<?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>Virtualization Tips</title>
	<atom:link href="http://www.virtualizetips.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualizetips.com</link>
	<description>Covering all things in your Virtual Data Center. We write VMware, Citrix &#38; Microsoft from VDI to VMotion. So come in and drink some Virtual Kool-Aid</description>
	<lastBuildDate>Thu, 11 Mar 2010 17:32:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Citrix Receiver for Apple Mac has arrived</title>
		<link>http://www.virtualizetips.com/2010/03/citrix-receiver-for-apple-mac-has-arrived/</link>
		<comments>http://www.virtualizetips.com/2010/03/citrix-receiver-for-apple-mac-has-arrived/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 17:32:14 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Citrix Receiver]]></category>
		<category><![CDATA[Dazzle]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=114</guid>
		<description><![CDATA[You may not even know what Citrix Receiver for the Mac will do for you. But if you do then you are probably pretty happy today. So if you have a Bring your own computer program with Mac users or you would just like a more seamless process to run Windows apps on your Mac. [...]]]></description>
			<content:encoded><![CDATA[<p>You may not even know what Citrix Receiver for the Mac will do for you. But if you do then you are probably pretty happy today. So if you have a Bring your own computer program with Mac users or you would just like a more seamless process to run Windows apps on your Mac. Then this new receiver from Citrix will be worth testing.</p>
<p>So what does Citrix Receiver for Mac do? Well along with Citrix XenApp and Dazzle, you will be able to search for and run all of your favorite Windows apps as if they were locally installed on your Mac. You will be able to select your apps with Dazzle (kind of a iTunes looking enterprise app store), you can then launch your apps from the Applications folder. You can even drag those windows apps to the doc and run them from there.</p>
<p style="text-align: center;"><a href="http://www.virtualizetips.com/wp-content/uploads/2010/03/macreceiver.png"><a href="http://www.virtualizetips.com/wp-content/uploads/2010/03/macreceiver.png"><img class="aligncenter size-full wp-image-115" title="macreceiver" src="http://www.virtualizetips.com/wp-content/uploads/2010/03/macreceiver.png" alt="" width="604" height="146" /></a><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/03/citrix-receiver-for-apple-mac-has-arrived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide to choosing raid type on VMware ESX for beginners</title>
		<link>http://www.virtualizetips.com/2010/03/guide-to-choosing-raid-type-on-vmware-esx-for-beginners/</link>
		<comments>http://www.virtualizetips.com/2010/03/guide-to-choosing-raid-type-on-vmware-esx-for-beginners/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:57:55 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Perfomance]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=108</guid>
		<description><![CDATA[For newer admins or those without a storage background, this is a common question that I hear often. What type of RAID should I use for my data stores to host Virtual Machines. This is not meant to be a high level storage best practice document. I&#8217;m just covering some basic details that should help [...]]]></description>
			<content:encoded><![CDATA[<p>For newer admins or those without a storage background, this is a common question that I hear often. What type of RAID should I use for my data stores to host Virtual Machines. This is not meant to be a high level storage best practice document. I&#8217;m just covering some basic details that should help new admins and SMB customers.</p>
<p>First thing you need to do is do some research on what type of servers you will be Virtualizing and what their IO needs might be. The main reasons for choosing different RAID levels will be performance and redundancy. Most people tend to lean towards RAID 5 which provides good performance with a high level of redundancy. See the chart below for some more details. You can also review some details from VMware <a href="http://communities.vmware.com/docs/DOC-2660" target="_blank">here</a>.</p>
<h3>Summary of the different RAID types</h3>
<table>
<tbody>
<tr>
<th>Type</th>
<th>RAID 0</th>
<th>RAID 1</th>
<th>RAID 1+0</th>
<th>RAID 5</th>
</tr>
<tr>
<td>Method</td>
<td>Striping</td>
<td>Mirroring</td>
<td>Mirror and striping</td>
<td>Stripe with Parity</td>
</tr>
<tr>
<td>Description</td>
<td>The data is striped across all the disks in the set. Not true RAID  because it is not redundant.</td>
<td>Exact copies of the data are kept across paired disks or disk sets.</td>
<td>A striped array whose segments are a mirror set. Not to be confused  with 0+1</td>
<td>The data is striped across all the disks in the RAID set, along with  the parity information needed to reconstruct the data in case of disk  failure.</td>
</tr>
<tr>
<td>Performance</td>
<td>Good. All IO is spread and no parity overhead</td>
<td>Twice the read rate but writes occur twice</td>
<td>Combines speed efficiency of the RAID 0 (stripe set) with a fault  tolerance of RAID 1 (mirror).</td>
<td>High read and medium write performance. A good balance of  performance and availability.</td>
</tr>
<tr>
<td>Typical use</td>
<td>Data you can afford to loose, such a pre-production, image/video  editing.</td>
<td>Data requiring high availability, such as accounting or payroll.</td>
<td>Transactional type data such as database logs.</td>
<td>File and application servers. Typically everything that does not  have a specific requirement.</td>
</tr>
<tr>
<td>Parity Calculation</td>
<td>None</td>
<td>None</td>
<td>None</td>
<td>Yes</td>
</tr>
<tr>
<td>Redundancy</td>
<td>None</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Minimum Disks</td>
<td>2</td>
<td>2</td>
<td>4</td>
<td>3</td>
</tr>
<tr>
<td>Storage Overhead</td>
<td>0%</td>
<td>100%</td>
<td>100%</td>
<td>Capacity of one disk in the set. 33% for a 3 disk set.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/03/guide-to-choosing-raid-type-on-vmware-esx-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VCP Studyin&#8217; and on to the next book</title>
		<link>http://www.virtualizetips.com/2010/03/vcp-studyin-and-on-to-the-next-book/</link>
		<comments>http://www.virtualizetips.com/2010/03/vcp-studyin-and-on-to-the-next-book/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 23:38:30 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=105</guid>
		<description><![CDATA[Welp I finished up the two books I set out to read initially today.  I&#8217;m moving on to the last VI3 book I&#8217;ve got, then it&#8217;s on to the Vsphere books.  I&#8217;ve also got a copy of the Train Signal Vsphere dvds to peruse, which sounds like they are quite good.  I&#8217;m going to, for [...]]]></description>
			<content:encoded><![CDATA[<p>Welp I finished up the two books I set out to read initially today.  I&#8217;m moving on to the last VI3 book I&#8217;ve got, then it&#8217;s on to the Vsphere books.  I&#8217;ve also got a copy of the Train Signal Vsphere dvds to peruse, which sounds like they are quite good.  I&#8217;m going to, for good luck, eat a burger at Boston Blackie&#8217;s on the Monday evening I get in to Chicago.  It&#8217;s on the walk from the train station to the la quinta where I am staying.  I hear great things about such tasty bovine delicacies.</p>
<p><a href="http://tinypic.com" target="_blank"><img src="http://i46.tinypic.com/34gt091.jpg" border="0" alt="Image and video hosting by TinyPic"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/03/vcp-studyin-and-on-to-the-next-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use ESXplot to read your ESXTop reports</title>
		<link>http://www.virtualizetips.com/2010/03/how-to-use-esxplot-to-read-your-esxtop-reports/</link>
		<comments>http://www.virtualizetips.com/2010/03/how-to-use-esxplot-to-read-your-esxtop-reports/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:38:59 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESXplot]]></category>
		<category><![CDATA[esxtop]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=89</guid>
		<description><![CDATA[By now everyone should know that esxtop is a great tool that you can use to find out what might be causing performance issues on your ESX host. I don&#8217;t plan on writing a post on how to use esxtop. You can refer to Duncan&#8217;s ESXtop post for details on thresholds or to VMwares esxtop [...]]]></description>
			<content:encoded><![CDATA[<p>By now everyone should know that esxtop is a great tool that you can use to find out what might be causing performance issues on your ESX host. I don&#8217;t plan on writing a post on how to use esxtop. You can refer to Duncan&#8217;s <a href="http://www.yellow-bricks.com/esxtop/" target="_blank">ESXtop post</a> for details on thresholds or to VMwares<a href="http://communities.vmware.com/docs/DOC-9279" target="_blank"> esxtop bible</a> for good base information.</p>
<p>This post is more of a starting point on what ESXplot is and how to install and use. By now most of you should know that ESXplot was born out of the mind of Geoff White of VMware. Geoff is a coworker of Scott Drummonds the well known ESX performance expert.  Esxplot is a GUI application that lets you explore the data collected by esxtop in batch mode. The program takes a single command line argument which is the esxtop batch mode output file.</p>
<p>Why would you want to use esxplot? Well in the past your options to examine these files were to use Excel or Perfmon. Both options were very slow, sometimes taking hours to import the file before viewing. With esxplot your dump file will open within seconds usually. For more details you can read Scott&#8217;s <a href="http://vpivot.com/2010/01/13/esxplot-1-0-released/" target="_blank">post </a>on version 1.0.</p>
<p>If you are using Windows to view your files you have 2 options. You can use the Windows binary file or run the python script. If you wish to run the python script you will need the following applications installed.<br />
Python 2.6 or higher but not Python 3.x &#8211; <a href="http://www.python.org/download/" target="_blank">Download</a><br />
wxPython &#8211; <a href="http://go2.wordpress.com/?id=725X1342&amp;site=vpivot.wordpress.com&amp;url=http%3A%2F%2Fwww.wxpython.org%2Fdownload.php%23binaries" target="_blank">Download<br />
</a>NumPy is also needed &#8211; <a href="http://go2.wordpress.com/?id=725X1342&amp;site=vpivot.wordpress.com&amp;url=http%3A%2F%2Fwww.numpy.org%2F">Download</a></p>
<p>Once installed the application is very easy to use. First thing to do in capture some data from esxtop in batch mode using the command below. Then copy the file over to your workstation that you will run esxplot on. Open the app and the File -&gt;Import-&gt;Dataset option from the menu to view your file. Then from the lower left section that will list your Hosts name open the tree to view all the captured values.</p>
<pre>esxtop -b -d 2 -n 100&gt; esxtopcapturefile.csv</pre>
<p>You can download esxplot from <a href="http://go2.wordpress.com/?id=725X1342&amp;site=vpivot.wordpress.com&amp;url=http%3A%2F%2Fftpsite.vmware.com%2Fdownload%2Fdrummonds%2Fesxplot-1.0.zip" target="_blank">here</a>.</p>
<p><a href="http://www.virtualizetips.com/wp-content/uploads/2010/03/esxplot.jpg"><img class="aligncenter size-medium wp-image-101" title="esxplot" src="http://www.virtualizetips.com/wp-content/uploads/2010/03/esxplot-300x203.jpg" alt="" width="300" height="203" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/03/how-to-use-esxplot-to-read-your-esxtop-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Countdown to Vsphere VCP class: 20 days</title>
		<link>http://www.virtualizetips.com/2010/03/countdown-to-vsphere-vcp-class-20-days/</link>
		<comments>http://www.virtualizetips.com/2010/03/countdown-to-vsphere-vcp-class-20-days/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 13:28:09 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=96</guid>
		<description><![CDATA[I&#8217;m scheduled for my class at the Microtek facility in Chicago for a March 23rd &#8211; 26th class.  I&#8217;m taking the train down as parking is 36 bucks a day, ouch!  I&#8217;ve been working on preparing for the class by reading 4 books (mostly because I had them already).  The first two are these (oldies [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m scheduled for my class at the Microtek facility in Chicago for a March 23rd &#8211; 26th class.  I&#8217;m taking the train down as parking is 36 bucks a day, ouch!  I&#8217;ve been working on preparing for the class by reading 4 books (mostly because I had them already).  The first two are these (oldies but goodies):</p>
<p><a href="http://tinypic.com" target="_blank"><img src="http://i50.tinypic.com/974f8j.jpg" border="0" alt="Image and video hosting by TinyPic"></a></p>
<p>Now, I know, I am taking the Vsphere class, but I&#8217;ve got the quick start guide that I&#8217;ll be devouring shortly.  In these posts, I&#8217;ll also talk about the lab environment I have built in the spare room in my apartment (which warms up a cozy 8 degrees when the servers are on).  Plus I&#8217;ll be sure to document my experience with the class and my (fingers crossed) eventual success at the certification test.  Then I need to get a job with a larger VM implementation <img src='http://www.virtualizetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>- Mike</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/03/countdown-to-vsphere-vcp-class-20-days/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware vSphere Manage for Performance class coming soon</title>
		<link>http://www.virtualizetips.com/2010/03/vmware-vsphere-manage-for-performance-class-coming-soon/</link>
		<comments>http://www.virtualizetips.com/2010/03/vmware-vsphere-manage-for-performance-class-coming-soon/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 05:48:31 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[VMware training]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=93</guid>
		<description><![CDATA[It has been suggested by many and is going to be available to the public very soon. Thanks to the hard work and persistence of Scott Drummonds the class is going through the Train the Trainer process currently. Once the trainers are up to speed the class will become available to the general public.
You can [...]]]></description>
			<content:encoded><![CDATA[<p>It has been suggested by many and is going to be available to the public very soon. Thanks to the hard work and persistence of <a href="http://vpivot.com/2010/01/21/vmware-performance-class-vmware-vsphere-manage-for-performance/" target="_blank">Scott Drummonds</a> the class is going through the Train the Trainer process currently. Once the trainers are up to speed the class will become available to the general public.</p>
<p>You can see the Course description, schedule and datasheet <a href="http://mylearn.vmware.com/mgrreg/courses.cfm?ui=www&amp;a=one&amp;id_subject=18606" target="_blank">here</a>.</p>
<p><strong>Course Description</strong>: This hands-on training course explores the  management of performance in a VMware vSphere™ environment. It provides  the knowledge and skills necessary to make fundamental design decisions  that enhance performance and to meet performance goals in an  already-deployed vSphere installation. The course is based on VMware®  ESX™ 4.0, ESXi 4.0, and vCenter™ Server 4.0.</p>
<p><strong>Module Outline</strong>:<br />
Module 1: Course Introduction<br />
Module 2: Performance in a Virtualized  Environment<br />
•  Discuss the vSphere performance troubleshooting  methodology<br />
•  Discuss software and hardware virtualization  techniques and their impact on performance<br />
•  Monitor performance  using vCenter Server performance charts and the ESX/ESXi resxtop command<br />
Module  3: CPU Performance<br />
•  Discuss the CPU scheduler and other features  that have an impact on CPU performance•  Monitor key CPU performance  metrics<br />
•  Troubleshoot common CPU performance problems<br />
Module 4:  Memory Performance<br />
•  Discuss memory reclamation techniques and  memory overcommitment<br />
•  Monitor key memory performance metrics<br />
•  Troubleshoot  common memory performance problems<br />
Module 5: Guidelines for DRS and  Resource Controls•  Discuss performance guidelines for DRS clusters,  resource pools, and resource allocation settings<br />
Module 6: Network  Performance<br />
•  Discuss the performance features of modern network  adapters<br />
•  Monitor key network performance metrics•  Troubleshoot  common network performance problems<br />
Module 7: Storage Performance<br />
•  Discuss  how storage protocols, VMware vStorage VMFS configuration, load  balancing, and queuing affect performance<br />
•  Monitor key storage  performance metrics<br />
•  Troubleshoot common storage performance  problems<br />
Module 8: Virtual Machine Performance•  Discuss  guidelines for configuring a virtual machine for optimal performance<br />
Module  9: Application Performance<br />
•  Discuss tools and guidelines for  application performance</p>
<p><a href="http://www.virtualizetips.com/wp-content/uploads/2010/03/performance-class.jpg"><img class="aligncenter size-medium  wp-image-94" title="performance-class" src="http://www.virtualizetips.com/wp-content/uploads/2010/03/performance-class-300x225.jpg" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/03/vmware-vsphere-manage-for-performance-class-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup a HP MSA 2312sa SAN for use with ESX 4 cluster</title>
		<link>http://www.virtualizetips.com/2010/03/setup-a-hp-msa-2312sa-san-for-use-with-esx-4-cluster/</link>
		<comments>http://www.virtualizetips.com/2010/03/setup-a-hp-msa-2312sa-san-for-use-with-esx-4-cluster/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 05:25:15 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[HP MSA]]></category>
		<category><![CDATA[SAN]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=91</guid>
		<description><![CDATA[Well today I finally got to break the seal on our new HP MSA 2312sa Storage. Its a lower end SAN configuration that uses SAS drives and controllers. It is supported in vSphere and ESX 3.5 Update 3 and up. The MSA line of storage is the lower end offering from HP and cost was [...]]]></description>
			<content:encoded><![CDATA[<p>Well today I finally got to break the seal on our new HP MSA 2312sa Storage. Its a lower end SAN configuration that uses SAS drives and controllers. It is supported in vSphere and ESX 3.5 Update 3 and up. The MSA line of storage is the lower end offering from HP and cost was a big reason why the client choose this configuration.</p>
<p>The MSA 2312sa was configured with 4 chassis&#8217;s and has redundant controllers. We also have dual port SAS HBA&#8217;s in the ESX hosts. Each of the chassis can hold 20 disks, which are available in 450 gb up to 1 tb each at the moment. The 2 tb disks are expect by summer of 2010. The MSA offers a variety of RAID options and the ability to tie a hot spare disk to a specific vDisk or operate as a global spare for all vDisks.</p>
<p>The setup and management of the MSA series is done from a web based console. The console looks a lot like the server iLo screens but on steriods. You can create you vDisks and then cut them into LUN/Volumes that you can then present to your hosts. The console offers both list views and picture options. The picture option shows you what the front or back of the configuration would look like including which lights would be lit at the time.</p>
<p>So far I am pretty impressed on the ease of use for a lower end piece of storage gear. I will write a new blog post on how well it performs once I start loading on some VM&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/03/setup-a-hp-msa-2312sa-san-for-use-with-esx-4-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to optimize Windows XP for XenDesktop</title>
		<link>http://www.virtualizetips.com/2010/02/how-to-optimize-windows-xp-for-xendesktop/</link>
		<comments>http://www.virtualizetips.com/2010/02/how-to-optimize-windows-xp-for-xendesktop/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 20:04:50 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[VDI]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=87</guid>
		<description><![CDATA[I found a new white paper released from Citrix today that talks about steps you can take to really optimize your XP images. Sure everyone thinks about things like turning off a few unused services, screen savers and power saving features. But this paper takes a deep dive into a list of settings that you [...]]]></description>
			<content:encoded><![CDATA[<p>I found a new white paper released from Citrix today that talks about steps you can take to really optimize your XP images. Sure everyone thinks about things like turning off a few unused services, screen savers and power saving features. But this paper takes a deep dive into a list of settings that you can manually change and explains others that are available in the XenConvert optimizer tool from Citrix. Head on over to Citrix and grab the doc <a href="http://community.citrix.com/display/ocb/2010/02/24/How+to+Really+Optimize+Windows+XP+for+XenDesktop" target="_blank">here</a>.</p>
<ul>
<li><span style="color: #35383d;">Offers a better alternative than replacing  the default user profile (which isn&#8217;t supported and doesn&#8217;t help for  users that already have profiles)</span></li>
<li><span style="color: #35383d;">Makes a distinction between private mode  (1:1) and standard mode (1:many) desktops</span></li>
<li><span style="color: #35383d;">Provides the actual registry keys/values for  all optimizations (to ensure that all settings can be set by Group  Policy or login scripts)</span></li>
<li><span style="color: #35383d;">Gives best practices for optimizing the user  profiles (like installing UPHclean)</span></li>
<li><span style="color: #35383d;">Excludes configurations and steps that don&#8217;t  help (like defragmenting a disk before performing a volume copy)</span></li>
<li><span style="color: #35383d;">Details what registry changes are included in  the XenConvert Optimizer tool (so you know what all those checkboxes  are doing)</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/02/how-to-optimize-windows-xp-for-xendesktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESX 3.5 general support will end in 90 days</title>
		<link>http://www.virtualizetips.com/2010/02/vmware-esx-3-5-general-support-will-end-in-90-days/</link>
		<comments>http://www.virtualizetips.com/2010/02/vmware-esx-3-5-general-support-will-end-in-90-days/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 17:25:42 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[End of Life]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=81</guid>
		<description><![CDATA[I was surprised to see this today that general support for ESX 3.5 will end in late May. What this means is ESX 3.5 asnd ESXi 3.5 will be moved into extended support mode. I have explained the different support modes below. This should spur some people into getting those planned upgrades moving forward.  This [...]]]></description>
			<content:encoded><![CDATA[<p>I was surprised to see this today that general support for ESX 3.5 will end in late May. What this means is ESX 3.5 asnd ESXi 3.5 will be moved into extended support mode. I have explained the different support modes below. This should spur some people into getting those planned upgrades moving forward.  This will also affect Virtual Center 2.5 so you should take a serious look at this and see if you have any risk. Get the full story directly from VMware <a href="http://www.vmware.com/support/policies/lifecycle/vi/" target="_blank">here</a>.</p>
<p>Here are the differences in the support modes.<br />
<strong>General support mode</strong>:  This means that the product is actively being tested and certified with new hardware from vendors and that it will support new Operating systems.</p>
<p><strong>Extended support mode</strong>: This is kind of a keep the lights on mode. VMware will not be actively testing and certifying any new hardware for these releases. There will not be any new Operating Systems added to the compatibility unless there is great enough customer demand. And lastly they will only be issuing security patches and critical bug fixes. There will be no other development done.</p>
<p style="text-align: center;"><a href="http://www.virtualizetips.com/wp-content/uploads/2010/02/endoflife.jpg" target="_blank"><img class="aligncenter size-medium wp-image-82" title="endoflife" src="http://www.virtualizetips.com/wp-content/uploads/2010/02/endoflife-300x193.jpg" alt="" width="300" height="193" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/02/vmware-esx-3-5-general-support-will-end-in-90-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Lab Manager 4 is an awersome but complex product</title>
		<link>http://www.virtualizetips.com/2010/02/vmware-lab-manager-4-is-a-awersome-but-complex-product/</link>
		<comments>http://www.virtualizetips.com/2010/02/vmware-lab-manager-4-is-a-awersome-but-complex-product/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 05:04:26 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Lab Manager]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=77</guid>
		<description><![CDATA[I had never really had much time to delve into Lab Manager that deeply in the past. But since version 4 was released and a recent push to implement an environment for a client I have been getting a heavy dose lately. We are running a PoC with Lab Manager to house the Development servers [...]]]></description>
			<content:encoded><![CDATA[<p>I had never really had much time to delve into Lab Manager that deeply in the past. But since version 4 was released and a recent push to implement an environment for a client I have been getting a heavy dose lately. We are running a PoC with Lab Manager to house the Development servers for a large corporation.</p>
<p>The setup and design challenges with Lab Manager make ESX look easy. Sure it sits on top of ESX but the possibilities are endless for the number of configurations that you can establish within the environment. You can configure physical/virtual networks, templates, pools, workspaces and countless other items. All this and the ability to offer a self service option to users with different levels of permissions to restart VM&#8217;s and deploy or destroy VM&#8217;s.</p>
<p>I will be writing more blog posts on Lab Manager in the weeks to come that will go into more depth on specific features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/02/vmware-lab-manager-4-is-a-awersome-but-complex-product/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
