<?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>2vcps and a Truck &#187; vmware</title>
	<atom:link href="http://www.2vcps.com/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2vcps.com</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jul 2010 20:49:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="search"
           href="http://www.2vcps.com/opensearch"
           type="application/opensearchdescription+xml"
           title="Content Search" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>All out of HA Slots</title>
		<link>http://www.2vcps.com/2010/07/01/all-out-of-ha-slots/</link>
		<comments>http://www.2vcps.com/2010/07/01/all-out-of-ha-slots/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 20:43:38 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[performance]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=465</guid>
		<description><![CDATA[A few weeks a go I was moving a customer from an old set of ESX servers (not HA clustered) to a new infrastructure of Clustered ESX hosts. After building, testing and verifying the hosts we started moving the VM&#8217;s. &#8230; <a href="http://www.2vcps.com/2010/07/01/all-out-of-ha-slots/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2010/05/03/operational-readiness/' rel='bookmark' title='Permanent Link: Operational Readiness'>Operational Readiness</a></li>
<li><a href='http://www.2vcps.com/2009/01/07/fibre-or-ethernet-saturation-which-comes-first/' rel='bookmark' title='Permanent Link: Fibre or Ethernet Saturation &#8211; Which comes First?'>Fibre or Ethernet Saturation &#8211; Which comes First?</a></li>
<li><a href='http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/' rel='bookmark' title='Permanent Link: VMware View and Xsigo'>VMware View and Xsigo</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F07%2F01%2Fall-out-of-ha-slots%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F07%2F01%2Fall-out-of-ha-slots%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>A few weeks a go I was moving a customer from an old set of ESX servers (not HA clustered) to a new infrastructure of Clustered ESX hosts. After building, testing and verifying the hosts we started moving the VM&#8217;s. It became apparent after a little while there were some resource issues. After just a few VM&#8217;s were moved an alert appeared that we could not start any new machines. I start looking at the cluster and there is plenty of extra Memory and CPU. Still nothing will start.<br />
I say to myself, &#8220;Self, we have read about this before.&#8221; I thought back to this <a href="http://www.yellow-bricks.com/vmware-high-availability-deepdiv/" target="_blank">HA Deep Dive article by Duncan Epping.</a><br />
Lets check the HA slots! (on a side note, if you use HA and have never read the Deep Dive, go do it now!)</p>
</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/07/media_1276972861425.png" alt="media_1276972861425.png" width="296" height="318" /></div>
<div class="StepInstructions">
<p>As you can see here the slot size is rather giant. We have the largest CPU and Memory reservation plus some overhead (for simplicity) and that blows the size of the slot way up. I didn&#8217;t set the reservation, but surely they were there. 8GB of reserved memory. 4000MHz of CPU. Ouch. Where did that come from? It followed the VM from the old host to the new one. One of the reasons I was there was to setup a new cluster since the older ones were performing so slow on the local storage. It seems like someone tried to help some critical VM&#8217;s along the way by adding the reservations. I removed the reservations and had plenty of slots as you see below.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/07/media_1276973677553.png" alt="media_1276973677553.png" width="300" height="316" /></div>
<div class="StepInstructions">
<p>Yeah! I was able to power on another VM!</p>
<p>The new cluster blew away the old one. Went from older Xeon&#8217;s to 6 core Nehalem&#8217;s, from local disks to 48 disks of Equallogic Storage. The reservation was no longer needed.</p>
<p>Lessons:<br />
1. Be careful with reservations, it can impact your failover capacity.<br />
2. Reservations set on the machine will follow it to a new host.</p>
</div>
</div>
</div>
<p><!-- End ScreenSteps Content --></p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2010/05/03/operational-readiness/' rel='bookmark' title='Permanent Link: Operational Readiness'>Operational Readiness</a></li>
<li><a href='http://www.2vcps.com/2009/01/07/fibre-or-ethernet-saturation-which-comes-first/' rel='bookmark' title='Permanent Link: Fibre or Ethernet Saturation &#8211; Which comes First?'>Fibre or Ethernet Saturation &#8211; Which comes First?</a></li>
<li><a href='http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/' rel='bookmark' title='Permanent Link: VMware View and Xsigo'>VMware View and Xsigo</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/07/01/all-out-of-ha-slots/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Mini ESXi 4 Portable Server</title>
		<link>http://www.2vcps.com/2010/06/16/the-mini-esxi-4-portable-server/</link>
		<comments>http://www.2vcps.com/2010/06/16/the-mini-esxi-4-portable-server/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 19:21:07 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=441</guid>
		<description><![CDATA[Special thanks to Kevin Miller (@kevin_miller), for making sure I didn&#8217;t burn up anything and running out to Fry&#8217;s to get a new CPU when the orginal we ordered turned out to be not compatible. List of the material used &#8230; <a href="http://www.2vcps.com/2010/06/16/the-mini-esxi-4-portable-server/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2008/10/22/the-missing-vmdk/' rel='bookmark' title='Permanent Link: The Missing VMDK'>The Missing VMDK</a></li>
<li><a href='http://www.2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/' rel='bookmark' title='Permanent Link: GNS3- Graphical Network Simulator &#8211; New Release'>GNS3- Graphical Network Simulator &#8211; New Release</a></li>
<li><a href='http://www.2vcps.com/2009/01/08/education-and-virtualization-oh-the-possibilities/' rel='bookmark' title='Permanent Link: Education and Virtualization &#8211; Oh, the Possibilities'>Education and Virtualization &#8211; Oh, the Possibilities</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F06%2F16%2Fthe-mini-esxi-4-portable-server%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F06%2F16%2Fthe-mini-esxi-4-portable-server%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p><em>Special thanks to Kevin Miller (<a href="http://twitter.com/kevin_miller" target="_blank">@kevin_miller</a>), for making sure I didn&#8217;t burn up anything and running out to Fry&#8217;s to get a new CPU when the orginal we ordered turned out to be not compatible.</em></p>
<p>List of the material used in final Version:</p>
<p>Intel DH57JG &#8211; Motherboard<br />
Intel i5-661 Core Duo &#8211; Processor (<strong>special note: DO NOT</strong> get the i5-655k unlocked CPU in the picture, it was not compatible with any intel Motherboard)<br />
Lian Li MINI ITX Case (6x9x12 in dimensions) supports Full size PSU<br />
Rosewill silent PSU<br />
Intel dual port PCIe 16x Gbe NIC<br />
Stock intel heatsink and fan (Nexus fan in the picture was very cool, just too big to fit anything into the PCIe port.<br />
2x Intel 80GB SSD<br />
2x4GB OCZ Memory Kit</p>
<p>The server built amazingly fast using PXE boot and installing an ESXi image. Only thing that didn&#8217;t work that I wish it did was the on board NIC, 2 GigE ports will be more than enough for our purpose. This is not a lab machine but will run all the components I need to deploy a solution in an automated fashion. I really like VMware Fusion but if I try to run Windows 7, a Linux Server and a Windows 2003 server at the same time my awesome Mac Book Pro becomes useless. This is a lightweight and easy way to bring all of these components together for relatively low cost and if it can save half a day on an install it will pay for itself pretty fast.<br />
I am running:<br />
Windows 2003 ( a vCenter Template)<br />
UDA20 &#8211; Ultimate Deployment Appliance that I fought with for a while and finally have it running reliably.<br />
vSphere Mangement Assistant</p>
<p>As of this post working on building:<br />
Windows 7 VM (for Powershell and other tools)<br />
Maybe a free NFS/CIFS server for some easy file shares.<br />
Linux Server (just in case I need it)</p>
<p>Now for some pics:</p>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Before:</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/06/IMG_0401.png" alt="IMG_0401.png" width="532" height="399" /></div>
</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/06/IMG_0402.png" alt="IMG_0402.png" width="532" height="710" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">SSDs Mounted</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/06/IMG_0405.png" alt="IMG_0405.png" width="532" height="399" /></div>
<div class="StepInstructions">
<p>Two 80 GB SSD&#8217;s are mounted in this space.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Everything going into the Case</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/06/IMG_0411.png" alt="IMG_0411.png" width="532" height="710" /></div>
</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/06/IMG_0412.png" alt="IMG_0412.png" width="532" height="399" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Size relative to my hand</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/06/IMG_0414.png" alt="IMG_0414.png" width="532" height="399" /></div>
<div class="StepInstructions">
<p>I do not have NBA player sized hands, hopefully this shows just how small the case is. This solution is a little more pricey for just a lab machine but if it travels I do not need a SATA disk failing because the server had a bumpy ride.</p>
</div>
</div>
</div>
<p><!-- End ScreenSteps Content --></p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2008/10/22/the-missing-vmdk/' rel='bookmark' title='Permanent Link: The Missing VMDK'>The Missing VMDK</a></li>
<li><a href='http://www.2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/' rel='bookmark' title='Permanent Link: GNS3- Graphical Network Simulator &#8211; New Release'>GNS3- Graphical Network Simulator &#8211; New Release</a></li>
<li><a href='http://www.2vcps.com/2009/01/08/education-and-virtualization-oh-the-possibilities/' rel='bookmark' title='Permanent Link: Education and Virtualization &#8211; Oh, the Possibilities'>Education and Virtualization &#8211; Oh, the Possibilities</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/06/16/the-mini-esxi-4-portable-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Update Manager and Isolated ESX Service Console Networks</title>
		<link>http://www.2vcps.com/2010/06/01/update-manager-and-isolated-esx-service-console-networks/</link>
		<comments>http://www.2vcps.com/2010/06/01/update-manager-and-isolated-esx-service-console-networks/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 01:55:22 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[vsphere]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=412</guid>
		<description><![CDATA[Sometimes you may be required to run your vCenter server that has two network interfaces. One in the network it can be reached for remote desktop access and the other where it has access to the ESX servers in order &#8230; <a href="http://www.2vcps.com/2010/06/01/update-manager-and-isolated-esx-service-console-networks/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2009/02/19/the-watch-command-in-the-service-console/' rel='bookmark' title='Permanent Link: The watch command in the Service Console'>The watch command in the Service Console</a></li>
<li><a href='http://www.2vcps.com/2009/03/05/change-service-console-ip/' rel='bookmark' title='Permanent Link: Change Service Console IP'>Change Service Console IP</a></li>
<li><a href='http://www.2vcps.com/2009/01/15/tale-of-two-datacenters/' rel='bookmark' title='Permanent Link: Tale of Two Datacenters'>Tale of Two Datacenters</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F06%2F01%2Fupdate-manager-and-isolated-esx-service-console-networks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F06%2F01%2Fupdate-manager-and-isolated-esx-service-console-networks%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>Sometimes you may be required to run your vCenter server that has two network interfaces. One in the network it can be reached for remote desktop access and the other where it has access to the ESX servers in order to manage the VMware hosts. This is sort of a hybrid model of an isolated management network. Where only one host can reach the management ports. One thing to think about in this model is Update Manager by default will not like it. Everything may look ok, but trying to scan a host will fail. Luckily though it is an easy fix.</p>
</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/06/media_1274554600651.png" alt="media_1274554600651.png" width="532" height="331" /></div>
<div class="StepInstructions">
<p>In the update manager configuration tab change the ip in the picture to the IP accessible by the ESX servers. Then remember to restart the Update Manager services. Now go back and run the ESX scan/stage/remediation.</p>
</div>
</div>
</div>
<p><!-- End ScreenSteps Content --></p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2009/02/19/the-watch-command-in-the-service-console/' rel='bookmark' title='Permanent Link: The watch command in the Service Console'>The watch command in the Service Console</a></li>
<li><a href='http://www.2vcps.com/2009/03/05/change-service-console-ip/' rel='bookmark' title='Permanent Link: Change Service Console IP'>Change Service Console IP</a></li>
<li><a href='http://www.2vcps.com/2009/01/15/tale-of-two-datacenters/' rel='bookmark' title='Permanent Link: Tale of Two Datacenters'>Tale of Two Datacenters</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/06/01/update-manager-and-isolated-esx-service-console-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>B.Y.O.P &#8211; The Alternative Vblock</title>
		<link>http://www.2vcps.com/2010/05/28/b-y-o-p-the-alternative-vblock/</link>
		<comments>http://www.2vcps.com/2010/05/28/b-y-o-p-the-alternative-vblock/#comments</comments>
		<pubDate>Fri, 28 May 2010 18:37:34 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[datacenters]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=407</guid>
		<description><![CDATA[In college I often would be invited to a get together that could often include the letters BYOB, Bring Your Own Beer. Sometimes a cookout would be BYOM, Bring Your Own Meat (or meat alternative for the vegetarians). So today &#8230; <a href="http://www.2vcps.com/2010/05/28/b-y-o-p-the-alternative-vblock/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/' rel='bookmark' title='Permanent Link: VMware View and Xsigo'>VMware View and Xsigo</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F05%2F28%2Fb-y-o-p-the-alternative-vblock%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F05%2F28%2Fb-y-o-p-the-alternative-vblock%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>In college I often would be invited to a get together that could often include the letters BYOB, Bring Your Own Beer. Sometimes a cookout would be BYOM, Bring Your Own Meat (or meat alternative for the vegetarians). So today I want to leverage this to push my new acronym B.Y.O.P. Bring Your Own Pod. Lately I have been seeing people talk about Vblocks. If I can venture a succinct definition a Vblock is a pre-configured set of Cisco, EMC and VMware products tested by super smart people, approved by these people to work together, then supported by these organizations as a single entity. Your reseller/solutions provider really should already be doing this very thing for you. You may choose to buy just the network piece, or the hypervisor but your partner should be able to verify a solution to work from end to end and provide unified support.</p>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">So You can&#8217;t call it BYOPCVCEP</h3>
<div class="StepInstructions">
<p>Why not Vblock? This might get me blacklisted by the <a href="http://www.2vcps.com/2010/05/25/you-might-be-a-vdiva-if/" target="_blank">Elders of the vDiva</a> council, but VCE doesn&#8217;t exist to make your life in the datacenter easier, they exist to sell you more VMware, Cisco and EMC. Vblock for sure simplifies your buying experience. I believe they are all great products and may very well do just what you need. Without competition though the only winner is VCE. Do not by forced into a box by the giant vendors. Find someone that can help determine your end goal, provide you vendor neutral analysis of the building blocks needed to achieve your end goal. Then provide the correct vendors and unified support to Build Your Own Pod.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">So What is the Alternative Vblock</h3>
<div class="StepInstructions">
<p>Originally I was going to draw up a sweet solution of 3par, Xsigo and Dell R610&#8242;s and say, &#8220;Hey everyone! This is some cool stuff. Try to quiet the overwhelmingly loud voice calling from VCE and give this Alternative Vblock a try.&#8221; As I thought more and more about it I think doing that is contrary to my main point. I would like more to provide the discussion points or some possible products among others that can be used to Build Your Own Pod. I am a firm believer in getting what is right for your datacenter needs. So here is a few links to help begin the discussion.</p>
<p><a href="http://www.xsigo.com/blog/?p=904" target="_blank">Xsigo and Pod &#8211; Jon Toor</a><br />
<a href="http://www.storagerap.com/2010/05/how-would-you-build-an-iblock.html" target="_blank">3par and iBlocks &#8211; Marc Farley</a></p>
</div>
</div>
</div>
<p><!-- End ScreenSteps Content --></p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/' rel='bookmark' title='Permanent Link: VMware View and Xsigo'>VMware View and Xsigo</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/05/28/b-y-o-p-the-alternative-vblock/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>You might be a vDiva if&#8230;</title>
		<link>http://www.2vcps.com/2010/05/25/you-might-be-a-vdiva-if/</link>
		<comments>http://www.2vcps.com/2010/05/25/you-might-be-a-vdiva-if/#comments</comments>
		<pubDate>Wed, 26 May 2010 00:04:31 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=401</guid>
		<description><![CDATA[I am avoiding a post where I have to think really hard about a topic. That makes me procrastinate and come up with even crazier ideas. I am writing this one down now. Most of these apply to me so &#8230; <a href="http://www.2vcps.com/2010/05/25/you-might-be-a-vdiva-if/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F05%2F25%2Fyou-might-be-a-vdiva-if%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F05%2F25%2Fyou-might-be-a-vdiva-if%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I am avoiding a post where I have to think really hard about a topic. That makes me procrastinate and come up with even crazier ideas. I am writing this one down now. Most of these apply to me so if you are offended by any of them you are probably a vDiva.</p>
<p>You might be a vDiva if&#8230;</p>
<p>&#8230; you roll your eyes when someone talks about installing a PHYSICAL server.</p>
<p>&#8230; you are on twitter to see how many people you can get to look at your blog, but you never stoop so low to interact with the common folk.</p>
<p>&#8230; you are surprised when the guy at the table at the VMUG doesn&#8217;t know who you are.</p>
<p>&#8230; you constantly check your Google Analytics account to see how many views you have. (guilty)</p>
<p>&#8230; you refer to yourself as @&#8230; (your twitter account)</p>
<p>&#8230; you hunt down @jtroyer if you latest post takes too long to get on the v12n board.</p>
<p>&#8230; your require a signed rider agreement with your speaking topic for VMworld, saying you need 800 green M&amp;M&#8217;s, a copy of Lord of the Rings in your hotel room, and direct phone access to Steve Herrod&#8217;s iPhone.</p>
<p>I probably ticked a bunch of people off. I am just having fun. Have a great day! Go ahead and add your own in the comments.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/05/25/you-might-be-a-vdiva-if/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Operational Readiness</title>
		<link>http://www.2vcps.com/2010/05/03/operational-readiness/</link>
		<comments>http://www.2vcps.com/2010/05/03/operational-readiness/#comments</comments>
		<pubDate>Tue, 04 May 2010 01:16:57 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[datacenters]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[operations]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=383</guid>
		<description><![CDATA[One thing I am thinking about due to the VCDX application is operational readiness. What does it mean to pronounce this project or solution good-to-go? In my world it would be to test that each feature does exactly what it &#8230; <a href="http://www.2vcps.com/2010/05/03/operational-readiness/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/' rel='bookmark' title='Permanent Link: Using Network Load Balancing with View'>Using Network Load Balancing with View</a></li>
<li><a href='http://www.2vcps.com/2010/07/01/all-out-of-ha-slots/' rel='bookmark' title='Permanent Link: All out of HA Slots'>All out of HA Slots</a></li>
<li><a href='http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/' rel='bookmark' title='Permanent Link: VMware View and Xsigo'>VMware View and Xsigo</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F05%2F03%2Foperational-readiness%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F05%2F03%2Foperational-readiness%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div>
<p>One thing I am thinking about due to the VCDX application is operational readiness. What does it mean to pronounce this project or solution good-to-go? In my world it would be to test that each feature does exactly what it should be doing. Most commonly this will be failover testing, but could reach into any feature or be as big as DR plan that involves much more than the technical parts doing what they should. Some things I think need to be checked:</p>
<p><strong>Resources</strong></p>
<p>Are the CPU, Memory, Network and Storage doing what they should be? Some load generating programs like IOmeter can be fine to test network and storage performance. CPU busy programs can verify Resource Pools and DRS are behaving the way they should.</p>
<p><strong>Failover</strong></p>
<p>You have redundant links right? Start pulling cables. Do the links failover for Virtual Machines, Service Console, and iSCSI? How about the redundancy of the physical network, even more cable to pull! Also test that the storage controllers failover correctly. Also, I will make sure HA does what it is supposed to, instantly power off a host and make sure some test virtual machines start up somewhere else on the cluster.</p>
<p><strong>Virtual Center Operations</strong></p>
<p>Deploy new virtual machines, host and storage VMotion, deploy from a template, and clone a vm are all things we need to make sure are working. If this is a big enough deployment make sure the customer can use the deployment appliance if you are making use of one. Make sure the alarms send traps and emails too.</p>
<p><strong>Storage Operations</strong></p>
<p>Create new luns, test replication, test storage alarms and make sure the customer understands thin provisioning if it is in use. Make sure you are getting IO as designed from the Storage side. Making use of the SAN tools to be sure the storage is doing what it should.</p>
<p><strong>Applications</strong></p>
<p>You can verify that each application is working as intended within the virtual environment.</p>
<p>There must be something I am missing but the point is trying to test out everything so you can tell that this virtualization solution is ready to be used.</p>
</div>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/' rel='bookmark' title='Permanent Link: Using Network Load Balancing with View'>Using Network Load Balancing with View</a></li>
<li><a href='http://www.2vcps.com/2010/07/01/all-out-of-ha-slots/' rel='bookmark' title='Permanent Link: All out of HA Slots'>All out of HA Slots</a></li>
<li><a href='http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/' rel='bookmark' title='Permanent Link: VMware View and Xsigo'>VMware View and Xsigo</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/05/03/operational-readiness/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Network Load Balancing with View</title>
		<link>http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/</link>
		<comments>http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 16:30:18 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[view]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=367</guid>
		<description><![CDATA[If you have a smaller View deployment but still want to have redundant connection servers look no further than Microsoft NLB. Solve this problem without the need for an expensive hardware loadbalancer. Will it have all of the bells and &#8230; <a href="http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/' rel='bookmark' title='Permanent Link: VMware View and Xsigo'>VMware View and Xsigo</a></li>
<li><a href='http://www.2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/' rel='bookmark' title='Permanent Link: The Forging of the new Network/VMware/Storage Professional'>The Forging of the new Network/VMware/Storage Professional</a></li>
<li><a href='http://www.2vcps.com/2010/06/01/update-manager-and-isolated-esx-service-console-networks/' rel='bookmark' title='Permanent Link: Update Manager and Isolated ESX Service Console Networks'>Update Manager and Isolated ESX Service Console Networks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F04%2F26%2Fusing-network-load-balancing-with-view%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F04%2F26%2Fusing-network-load-balancing-with-view%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>If you have a smaller View deployment but still want to have redundant connection servers look no further than Microsoft NLB. Solve this problem without the need for an expensive hardware loadbalancer. Will it have all of the bells and whistles? No. If you have less than a 1000 users you probably would not see the benefit of the advanced features in a hardware load balancer. Make sure to read the whitepaper from VMware about <a href="http://www.vmware.com/files/pdf/implmenting_ms_network_load_balancing.pdf" target="_blank">NLB in Virtual Machines.</a></p>
<p><em>I am making the assumption you are like me and want everything to be as virtual as possible. So the View Connection Manager servers will be VM&#8217;s</em></p>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Setup the primary and replica View Servers</h3>
<div class="StepInstructions">
<p>I won&#8217;t go over installing View. Just be sure to setup the initial manager server. Then go ahead and setup the replica VM.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Configure NLB</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/04/media_1272294630960.png" alt="media_1272294630960.png" width="532" height="492" /></div>
<div class="StepInstructions">
<p>Go the the Administrative tools and open the Network Load Balancing Manager. Right click the top node in the tree menu on the left and select New Cluster.<br />
<strong>Set the IP</strong> and other information you will used for the Load Balanced cluster. This is <strong>a new IP</strong> not used by your View Manager servers.<br />
In the VMware document referenced above VMware recommends setting the Cluster operation mode to <strong>Multicast. </strong><br />
Click Next then next again. When asked to configure port rules I leave it on the default and click next. You can chose limit this to certain ports.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/04/media_1272295397190.png" alt="media_1272295397190.png" width="532" height="494" /></div>
<div class="StepInstructions">
<p>Click Next again and enter localhost in the wizard to configure the local interfaces for NLB. Click next and make sure to note the priority. When setting up the replica server this number needs to be different. Finally click finish and wait for the configuration to finish. You should now be able to ping your new cluster IP address.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Setup the Replica Server in the Load Balancer</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/04/media_1272295861268.png" alt="media_1272295861268.png" width="530" height="495" /></div>
<div class="StepInstructions">
<p>Righ Click the node in the tree menu for the NLB Cluster you just created and select Add new host to cluster. Enter the IP for the Replica Server and click connect. Select the interface that will be used for the Load Balancing and click next. Make sure the Priority is unique from the first server. If it gives you any grief after this point close and re-open the Network Load balancing Manager. The working cluster should look like this:</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/04/media_1272296379739.png" alt="media_1272296379739.png" width="532" height="366" /></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size: 20px;">Test the Failover</h3>
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/04/media_1272296907908.png" alt="media_1272296907908.png" width="358" height="147" /></div>
<div class="StepInstructions">
<p>Start a continual ping to the cluster IP. Now use the vSphere Client to disconnect the network from one of the servers. Watch the pings continue to come back.</p>
<p>Finally, create a DNS A record (something like desktop.yourdomain.com) and point it to the cluster IP. You now have some decent failover in case of a VM failure and even a host failure (suggestion would be to use seperate hosts for the VM&#8217;s).</p>
<p>Note &#8211; You may need to add static ARP entries into your switching depending on your network topology. Be sure to test this fully and consult your network manufacturer&#8217;s documention for help with static ARP.</p>
</div>
</div>
</div>
<p><!-- End ScreenSteps Content --></p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/' rel='bookmark' title='Permanent Link: VMware View and Xsigo'>VMware View and Xsigo</a></li>
<li><a href='http://www.2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/' rel='bookmark' title='Permanent Link: The Forging of the new Network/VMware/Storage Professional'>The Forging of the new Network/VMware/Storage Professional</a></li>
<li><a href='http://www.2vcps.com/2010/06/01/update-manager-and-isolated-esx-service-console-networks/' rel='bookmark' title='Permanent Link: Update Manager and Isolated ESX Service Console Networks'>Update Manager and Isolated ESX Service Console Networks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Adaptive Queuing in ESX</title>
		<link>http://www.2vcps.com/2010/04/25/adaptive-queuing-in-esx/</link>
		<comments>http://www.2vcps.com/2010/04/25/adaptive-queuing-in-esx/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 17:30:37 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[storage]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=350</guid>
		<description><![CDATA[While troubleshooting another issue a week or two ago I came across this VMware knowledge base article. Having spent most of the time with other brand arrays in the past, I thought this was a pretty cool solution verses just &#8230; <a href="http://www.2vcps.com/2010/04/25/adaptive-queuing-in-esx/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2010/02/16/iscsi-connections-eq/' rel='bookmark' title='Permanent Link: iSCSI Connections on EqualLogic PS Series'>iSCSI Connections on EqualLogic PS Series</a></li>
<li><a href='http://www.2vcps.com/2009/01/07/fibre-or-ethernet-saturation-which-comes-first/' rel='bookmark' title='Permanent Link: Fibre or Ethernet Saturation &#8211; Which comes First?'>Fibre or Ethernet Saturation &#8211; Which comes First?</a></li>
<li><a href='http://www.2vcps.com/2009/04/02/esx-commands-esxcfg-hwiscsi/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-hwiscsi'>ESX Commands &#8211; esxcfg-hwiscsi</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F04%2F25%2Fadaptive-queuing-in-esx%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F04%2F25%2Fadaptive-queuing-in-esx%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>While troubleshooting another issue a week or two ago I came across this <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1008113" target="_blank">VMware knowledge base article</a>. Having spent most of the time with other brand arrays in the past, I thought this was a pretty cool solution verses just increasing the queue length of the HBA. I would recommend setting this on your 3par BEFORE you get QFULL problems. Additionally, <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1010922" target="_blank">Netapp has an implementation </a>of this as well.</p>
<p>Be sure to read the <strong>note</strong> at the bottom especially:</p>
<blockquote><p>If hosts running operating systems other than ESX are connected to array ports that are being accessed by ESX hosts, while the latter are configured to use the adaptive algorithm, make sure those operating systems use an adaptive queue depth algorithm as well or isolate them on different ports on the storage array.</p></blockquote>
<p>I do need to dig deeper how this affects performance as the queue begins to fill, not sure if one method is better than another. Is this the new direction that many Storage Vendors will follow?</p>
<p>Until then, the best advice is to do what your storage vendor recommends, especially if they say it is critical.</p>
<p>Here is a quick run through for you.</p>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">In the vSphere Client</h3>
<div class="StepImage"><img src="http://www.2vcps.com/wp-content/uploads/2010/04/wpid348-media_1272214293023.png" alt="wpid348-media_1272214293023.png" width="540" height="407" /></div>
<div class="StepInstructions">
<p>Select the ESX host and go to the configuration tab and click on the Advanced Settings under Software.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">In the Advanced Settings</h3>
<div class="StepImage"><img src="http://www.2vcps.com/wp-content/uploads/2010/04/wpid349-media_1272214590686.png" alt="wpid349-media_1272214590686.png" width="540" height="362" /></div>
<div class="StepInstructions">
<p>Select the option for Disk and scroll down to the QFullSampleSize and QFullThreshold.<br />
Change the values to the 3par recommended values:<br />
QFullSampleSize = 32<br />
QFullThreshold = 4</p>
</div>
</div>
</div>
<p><!-- End ScreenSteps Content --></p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2010/02/16/iscsi-connections-eq/' rel='bookmark' title='Permanent Link: iSCSI Connections on EqualLogic PS Series'>iSCSI Connections on EqualLogic PS Series</a></li>
<li><a href='http://www.2vcps.com/2009/01/07/fibre-or-ethernet-saturation-which-comes-first/' rel='bookmark' title='Permanent Link: Fibre or Ethernet Saturation &#8211; Which comes First?'>Fibre or Ethernet Saturation &#8211; Which comes First?</a></li>
<li><a href='http://www.2vcps.com/2009/04/02/esx-commands-esxcfg-hwiscsi/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-hwiscsi'>ESX Commands &#8211; esxcfg-hwiscsi</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/04/25/adaptive-queuing-in-esx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ask Good Questions</title>
		<link>http://www.2vcps.com/2010/04/05/ask-good-questions/</link>
		<comments>http://www.2vcps.com/2010/04/05/ask-good-questions/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 03:29:25 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vdi]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=331</guid>
		<description><![CDATA[This happened a long time ago. I arrived at a customer site to install View Desktop Manager (may have been version 2). This was before any cool VDI sizing tools like Liquidware Labs. I am installing ESX and VDM I &#8230; <a href="http://www.2vcps.com/2010/04/05/ask-good-questions/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-firewall'>ESX Commands &#8211; esxcfg-firewall</a></li>
<li><a href='http://www.2vcps.com/2009/12/17/thinclients/' rel='bookmark' title='Permanent Link: VMware View &#8211; Repurpose your Existing PC&#8217;s as Thin Clients'>VMware View &#8211; Repurpose your Existing PC&#8217;s as Thin Clients</a></li>
<li><a href='http://www.2vcps.com/2010/06/14/view-open-client-4-5-beta-1-1-now-out/' rel='bookmark' title='Permanent Link: View Open Client 4.5 Beta 1.1 Now Out'>View Open Client 4.5 Beta 1.1 Now Out</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F04%2F05%2Fask-good-questions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F04%2F05%2Fask-good-questions%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>This happened a long time ago. I arrived at a customer site to install View Desktop Manager (may have been version 2). This was before any cool VDI sizing tools like <a href="http://www.liquidwarelabs.com/" target="_blank">Liquidware Labs</a>. I am installing ESX and VDM I casually ask, &#8220;What apps will you be running on this install?&#8221; The answer was, &#8220;Oh, web apps like youtube, flash and some shockwave stuff.&#8221; I thought &#8220;ah dang&#8221; in my best <a href="http://www.youtube.com/watch?v=suz446-BOHg" target="_blank">Mater voice</a>. This was a case of two different organizations thinking someone else had gathered the proper information. Important details sometimes fall through the cracks. Since that day, I try to at least uncover most of this stuff before I show up on site.</p>
<p>Even though we have great assessment tools now, remember to ask some questions and get to know what is your customers end goal.</p>
<p>Things I learned that day. As related to VDI.</p>
<p>1. Know what your client is doing, &#8220;What apps are you going to use?&#8221;</p>
<p>2. Know where your client wants to do that thing from, &#8220;So, what kind of connection do you have to that remote office with 100+ users?&#8221;</p>
<p>This is not the full list of questions I would ask, just some I learned along the way.</p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-firewall'>ESX Commands &#8211; esxcfg-firewall</a></li>
<li><a href='http://www.2vcps.com/2009/12/17/thinclients/' rel='bookmark' title='Permanent Link: VMware View &#8211; Repurpose your Existing PC&#8217;s as Thin Clients'>VMware View &#8211; Repurpose your Existing PC&#8217;s as Thin Clients</a></li>
<li><a href='http://www.2vcps.com/2010/06/14/view-open-client-4-5-beta-1-1-now-out/' rel='bookmark' title='Permanent Link: View Open Client 4.5 Beta 1.1 Now Out'>View Open Client 4.5 Beta 1.1 Now Out</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/04/05/ask-good-questions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware View and Xsigo</title>
		<link>http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/</link>
		<comments>http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 03:48:34 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[xsigo]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=288</guid>
		<description><![CDATA[*Disclaimer &#8211; I work for a Xsigo and VMware partner. I was in the VMware View Design and Best practices class a couple weeks ago. Much of the class is built on the VMware View Reference Architecture. The picture below &#8230; <a href="http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/' rel='bookmark' title='Permanent Link: Using Network Load Balancing with View'>Using Network Load Balancing with View</a></li>
<li><a href='http://www.2vcps.com/2010/05/03/operational-readiness/' rel='bookmark' title='Permanent Link: Operational Readiness'>Operational Readiness</a></li>
<li><a href='http://www.2vcps.com/2009/01/15/tale-of-two-datacenters/' rel='bookmark' title='Permanent Link: Tale of Two Datacenters'>Tale of Two Datacenters</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F02%2F18%2Fvmware-view-and-xsigo%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F02%2F18%2Fvmware-view-and-xsigo%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><em>*Disclaimer &#8211; I work for a Xsigo and VMware partner.</em></p>
<p>I was in the VMware View Design and Best practices class a couple weeks ago. Much of the class is built on the <a href="http://www.vmware.com/resources/techresources/1084" target="_blank">VMware View Reference Architecture</a>. The picture below is from that PDF.</p>
<p><img class="alignnone size-full wp-image-287" title="ViewPOD5k" src="http://www.2vcps.com/wp-content/uploads/2010/02/ViewPOD5k.png" alt="" width="764" height="440" /></p>
<p>It really struck me how many IO connections (Network or Storage) it would take to run this POD. Minimum (in my opinion) would be 6 cables per host with ten 8 host clusters that is 480 cables! Let&#8217;s say that 160 of those are 4 gb Fiberchannel and the other 320 are 1 gb ethernet. The is 640 gb for storage and 320 for network.</p>
<p>Xsigo currently uses 20 gb infiniband and best practice would be to use 2 cards per server. The same 80 servers in the above cluster would have 3200 gb of bandwidth available. Add in the flexibility and ease of management you get using virtual IO. The cost savings in the number director class fiber switches and datacenter switches you no longer need and the ROI I would think the pays for the Xsigo Directors. I don&#8217;t deal with pricing so this is pure contemplation. So I will stick with the technical benefits. Being in the datacenter I like any solution that makes provisioning servers easier, takes less cabling, and gives me unbelievable bandwidth.</p>
<p>So just in the way VMware changed the way we think about the datacenter. Virtual IO will once again change how we deal with our deployments.</p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/' rel='bookmark' title='Permanent Link: Using Network Load Balancing with View'>Using Network Load Balancing with View</a></li>
<li><a href='http://www.2vcps.com/2010/05/03/operational-readiness/' rel='bookmark' title='Permanent Link: Operational Readiness'>Operational Readiness</a></li>
<li><a href='http://www.2vcps.com/2009/01/15/tale-of-two-datacenters/' rel='bookmark' title='Permanent Link: Tale of Two Datacenters'>Tale of Two Datacenters</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
