<?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>boche.net - VMware Virtualization Evangelist &#187; Virtualization</title>
	<atom:link href="http://www.boche.net/blog/index.php/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.boche.net/blog</link>
	<description></description>
	<lastBuildDate>Sun, 25 Jul 2010 19:12:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>vSphere 4.1: Multicore Virtual CPUs</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 18:45:02 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610</guid>
		<description><![CDATA[With the release of vSphere 4.1, VMware has introduced Multicore Virtual CPU technology to its bare metal flagship hypervisor.  This is an interesting feature which had already existed in current versions of VMware Workstation.  VMware has consistently baked in new features in its Type 2 hypervisor products, such as Workstation, Player, Fusion, etc., more or less as a functionality/stability [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/">vSphere 4.1: Multicore Virtual CPUs</a></p>
]]></description>
			<content:encoded><![CDATA[<p>With the release of vSphere 4.1, VMware has introduced Multicore Virtual CPU technology to its bare metal flagship hypervisor.  This is an interesting feature which had already existed in current versions of VMware Workstation.  VMware has consistently baked in new features in its Type 2 hypervisor products, such as Workstation, Player, Fusion, etc., more or less as a functionality/stability test before releasing the same features in ESX(i).  VMware highlights this new feature as follows:</p>
<blockquote><p><strong>User-configurable Number of Virtual CPUs per Virtual Socket:</strong> You can configure virtual machines to have multiple virtual CPUs reside in a single virtual socket, with each virtual CPU appearing to the guest operating system as a single core. Previously, virtual machines were restricted to having only one virtual CPU per virtual socket. See the <a href="http://www.vmware.com/pdf/vsphere4/r41/vsp_41_vm_admin_guide.pdf">vSphere Virtual Machine Administration Guide</a>.</p>
<p>VMware multicore virtual CPU support lets you control the number of cores per virtual CPU in a virtual machine. This capability lets operating systems with socket restrictions use more of the host CPU&#8217;s cores, which increases overall performance.</p>
<p>Using multicore virtual CPUs can be useful when you run operating systems or applications that can take advantage of only a limited number of CPU sockets. Previously, each virtual CPU was, by default, assigned to a single-core socket, so that the virtual machine would have as many sockets as virtual CPUs.</p></blockquote>
<blockquote><p>You can configure how the virtual CPUs are assigned in terms of sockets and cores. For example, you can configure a virtual machine with four virtual CPUs in the following ways:</p>
<ul>
<li>Four sockets with one core per socket (legacy, this is how we&#8217;ve always done it prior to vSphere 4.1)</li>
<li>Two sockets with two cores per socket (new in vSphere 4.1)</li>
<li>One socket with four cores per socket (new in vSphere 4.1)</li>
</ul>
</blockquote>
<p>VMware defines a <strong>CPU</strong> as:</p>
<blockquote><p>The portion of a computer system that carries out the instructions of a computer program and is the primary element carrying out the computer&#8217;s functions.</p></blockquote>
<p>VMware defines a <strong>Core</strong> as:</p>
<blockquote><p>A logical execution unit containing an L1 cache and functional units needed to execute programs. Cores can independently execute programs or threads.</p></blockquote>
<p>VMware defines a <strong>Socket</strong> as:</p>
<blockquote><p>A physical connector on a computer motherboard that accepts a single physical chip. Many motherboards can have multiple sockets that can in turn accept multicore chips.</p></blockquote>
<p>One of the benefits of multicore which physical computing had was increased density of the hardware.  VMs do not share this advantage as they are virtual to begin with and have no rack footprint to speak of.</p>
<p>VMware&#8217;s benefit statement for this feature is a legitimate one and is the primary use case.  It&#8217;s the same benefit which applied when multicore (as well as hyperthreading to some extent) technology was introduced to physical servers.  What VMware doesn&#8217;t advertise is that the limitation being discussed usually revolves around software licensing - a per-socket license model to be precise which is what many software vendors still use.  For example, if I own a piece of software and I have a single socket license, traditionally I was only able to use this software inside of a single vCPU VM.  With Multicore Virtual CPUs, Virtual Machines have now caught up with their physcial hardware counterparts in that a single socket VM can be created which has 4 cores per socket.  Using the working example, the advantage I have now is that I can run my application inside a VM which still has 1 socket, but 4 cores for a net result of 4 vCPUs instead of just 1 vCPU.  I didn&#8217;t have to pay my software vendor additional money for the added CPU power.  To show how this translates into dollars and cents, let&#8217;s assume a per socket license cost of my application to be $1,000 and then extrapolate those numbers using VMware&#8217;s example above of how CPUs can be assigned in terms of sockets and cores:</p>
<li>Four sockets with one core per socket = $1,000 x 4 sockets = $4,000 net license cost, 4 CPUs</li>
<li>Two sockets with two cores per socket = $1,000 x 2 sockets = $2,000 net license cost, 4 CPUs</li>
<li>One socket with four cores per socket = $1,000 x 1 socket = $1,000 net license cost, 4 CPUs</li>
<p> </p>
<p>Now, all of this said, the responsibility is on the end user to be in license compliance with his or her software vendors.  Just becasue you <em>can</em> do this doens&#8217;t mean you&#8217;re legally obliged to do so.  Be sure to read your EULA and check with your software vendor or reseller before implementing VMware Multicore Virtual CPUs.</p>
<p>Implementation of Multicore Virtual CPUs was quite straightfoward in VMware Workstation.  Upon creating a new VM or editing an existing VM&#8217;s settings, the following interface was presented for configuring vCPUs and cores per vCPU in VMware Workstation.  In this example, a 2xDC (Dual Core) configuration is being applied which results in a total of 4 CPU cores which will serve the VM&#8217;s operating system, applications, and users. Note that here, the term &#8220;processors&#8221; on the first line translates to &#8220;sockets&#8221;:</p>
<p><a class="flickr-image alignnone" title="7-25-2010 11-39-53 AM" href="http://www.flickr.com/photos/31838982@N08/4827569952/"><img src="http://farm5.static.flickr.com/4101/4827569952_388ab7d184.jpg" alt="7-25-2010 11-39-53 AM" /></a></p>
<p>Making the same 2xDC CPU configuration in vSphere 4.1 isn&#8217;t difficult but nonetheless it is done differently.  Configuring total vCPUs and cores per vCPU is achieved by applying configurations in two different areas of the VM configuration. The combination of the two configurations produces a mathematical calculation which ultimately determines cores per vCPU.</p>
<p>First of all, the total number of cores (processors) is selected in the VM&#8217;s CPU configuration.  This hasn&#8217;t changed and should be familiar to you.  The number of cores (processors) available for selection here is going to be 1 thru 4 or 1 thru 8 if you have Enterprise Plus licensing.  I&#8217;ve purposely included the notation of the VM hardware version 7 which is required. An inconsistency here compared to VMware Workstation is that the term &#8220;virtual processors&#8221; translates to &#8220;cores&#8221;, not &#8220;sockets&#8221;:</p>
<p> <a class="flickr-image alignnone" title="7-25-2010 11-41-09 AM" href="http://www.flickr.com/photos/31838982@N08/4827569966/"><img src="http://farm5.static.flickr.com/4116/4827569966_81699a9fe5.jpg" alt="7-25-2010 11-41-09 AM" /></a></p>
<p>Configuring the number of cores per processor is where VMware has deviated from the VMware Workstation implementation.  In ESX and ESXi, this configuration is made as an advanced setting in the .vmx file.  Edit the VM settings, navigate to the Options tab, choose General in the Advanced options list. Click the Configuration Parameters button which allows you to edit the .vmx file on a row by row basis.  Click the Add Row button and add the line item <strong>cpuid.coresPerSocket</strong>. For the value, your going to supply the number of cores per processor which is generally going to be a value of 2, 4, or 8 (Enterprise Plus licensing required).  Note, using a value of 1 here would serve no practical purpose because it would configure a single core vCPU which is what we&#8217;ve had all along up until this point:</p>
<p><a class="flickr-image alignnone" title="7-25-2010 11-45-38 AM" href="http://www.flickr.com/photos/31838982@N08/4826960573/"><img src="http://farm5.static.flickr.com/4135/4826960573_0bc24b52b8.jpg" alt="7-25-2010 11-45-38 AM" /></a></p>
<p>As a supplement, here are the requirements for implementing Multicore Virtual CPUs:</p>
<ul>
<li>VMware vSphere 4.1 (vCenter 4.1, ESX 4.1 or ESXi 4.1).</li>
<li>Virtual Machine hardware version 7 is required.</li>
<li>The VM must be powered off to configure Multicore Virtual CPUs.</li>
<li>The total number of vCPUs for the VM divided by the number of cores per socket must be a positive <a href="http://en.wikipedia.org/wiki/Integer">integer</a>.</li>
<li>The <strong>cpuid.coresPerSocket </strong>value must be a power of 2. The documentation explicitely states a value of 2, 4, or 8 is required, but 1 works as well although as stated before it would serve no practical purpose.
<ul>
<li>2^0=<strong>1</strong> (anything to the power of 0 always equals 1)</li>
<li>2^1=<strong>2</strong> (anything to the power of 1 always equals itself)</li>
<li>2^2=<strong>4</strong></li>
<li>2^4=<strong>8</strong></li>
</ul>
</li>
<li>When you configure multicore virtual CPUs for a virtual machine, <a href="http://www.boche.net/blog/index.php/2009/05/10/vsphere-memory-hot-add-cpu-hot-plug/">CPU hot Add/Remove</a> is disabled (previously called CPU hot plug).</li>
<li>You must be in compliance with the requirements of the operating system EULA.</li>
</ul>
<p>This feature rocks and I think customers have been waiting a long time for it.  <a href="http://www.yellow-bricks.com/2009/06/04/per-processor-licenses-for-your-application/">Duncan mentioned it quite some time ago</a> but obvioulsy it was unsupported at that time.  I am a little puzzled by the implementation mechanisms, mainly the configuration of the .vmx to specify cores per CPU.  I suppose it lends itself to scriptability and thus automation, but in that sense, we lack the flexibility to configure cores per CPU with guest customization when deploying VMs from a template.  Essentially this means cores per CPU needs to be hard coded in each of my templates or cores per CPU needs to be manually tuned after deploying each VM from a template.  When I take a step back, I guess that&#8217;s no different than any other virtual hardware configuration stored in templates, but with the cores per CPU setting being buried in the .vmx as an advanced setting, it&#8217;s that much more of a manal/administrative burden to configure cores per CPU for each VM deployed than it is to simply change the number of CPUs or amount of RAM.  It would be nice if the guest customization process offered a quick way to configure cores per processor.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/">vSphere 4.1: Multicore Virtual CPUs</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>June 24, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/24/vsphere-cluster-showing-noncompliant-on-the-host-profiles-tab/" title="vSphere Cluster Showing Noncompliant on the Profile Compliance Tab">vSphere Cluster Showing Noncompliant on the Profile Compliance Tab</a></li><li>May 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/27/vsphere-upgrade-prerequisites-checklist/" title="vSphere Upgrade Prerequisites Checklist">vSphere Upgrade Prerequisites Checklist</a></li><li>May 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/21/happy-birthday-vsphere/" title="Happy Birthday vSphere!">Happy Birthday vSphere!</a></li><li>April 7, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/04/07/no-failback-bug-in-esxi/" title="No Failback Bug in ESX(i)">No Failback Bug in ESX(i)</a></li><li>March 28, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/28/windows-2008-r2-and-windows-7-on-vsphere/" title="Windows 2008 R2 and Windows 7 on vSphere">Windows 2008 R2 and Windows 7 on vSphere</a></li><li>November 11, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/11/tame-electrical-and-heating-costs-with-cpu-power-management/" title="Tame Electrical and Heating Costs with CPU Power Management">Tame Electrical and Heating Costs with CPU Power Management</a></li><li>October 23, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/23/trainsignal-vsphere-training-dvd-1-completed/" title="TrainSignal vSphere Training DVD 1 Completed">TrainSignal vSphere Training DVD 1 Completed</a></li><li>August 7, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/08/07/2nd-batch-of-vsphere-patches-arrive-critical/" title="2nd Batch of vSphere Patches Arrive (Critical)">2nd Batch of vSphere Patches Arrive (Critical)</a></li><li>April 21, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/04/21/vsphere-licensing-notables/" title="vSphere licensing notables">vSphere licensing notables</a></li><li>April 20, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/04/20/a-random-collection-of-whats-new-vsphere-eye-candy/" title="A random collection of what&#8217;s new vSphere eye candy">A random collection of what&#8217;s new vSphere eye candy</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>GoGo Inflight Internet</title>
		<link>http://www.boche.net/blog/index.php/2010/07/24/gogo-inflight-internet/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/24/gogo-inflight-internet/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 02:48:01 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2606</guid>
		<description><![CDATA[During a recent trip, I decided to use GoGo Inflight Internet aboard a Delta Airlines flight.  I&#8217;ve only used the service once before and that is merely because the service typically isn&#8217;t offered on the flights I am on.  Both the reliability and latency of service far exceeded my expectations.  I used the service for a [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/24/gogo-inflight-internet/">GoGo Inflight Internet</a></p>
]]></description>
			<content:encoded><![CDATA[<p>During a recent trip, I decided to use <a href="http://gogoinflight.com/">GoGo Inflight Internet</a> aboard a <a href="http://www.delta.com/">Delta Airlines</a> flight.  I&#8217;ve only used the service once before and that is merely because the service typically isn&#8217;t offered on the flights I am on.  Both the reliability and latency of service far exceeded my expectations.  I used the service for a little over three hours and lost only 77 frames: </p>
<blockquote><p>Ping statistics for w.x.y.z:<br />
Packets: Sent = 8650, Received = 8573, Lost = 77 (0% loss),<br />
Approximate round trip times in milli-seconds:<br />
Minimum = 107ms, Maximum = 3220ms, Average = 205ms</p></blockquote>
<p>I was easily able to upgrade a vCenter Server and build an ESXi host to vSphere 4.1, as well as process a bunch of email I had fallen behind on.  The cost was $9.95 and given my satisfaction of the service and what I was able to accomplish, it was well worth the price.  I wish more flights offered this service.</p>
<p>Two Thumbs Up! <img src='http://www.boche.net/blog/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/24/gogo-inflight-internet/">GoGo Inflight Internet</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 25, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/" title="vSphere 4.1: Multicore Virtual CPUs">vSphere 4.1: Multicore Virtual CPUs</a></li><li>June 24, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/24/vsphere-cluster-showing-noncompliant-on-the-host-profiles-tab/" title="vSphere Cluster Showing Noncompliant on the Profile Compliance Tab">vSphere Cluster Showing Noncompliant on the Profile Compliance Tab</a></li><li>May 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/27/vsphere-upgrade-prerequisites-checklist/" title="vSphere Upgrade Prerequisites Checklist">vSphere Upgrade Prerequisites Checklist</a></li><li>May 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/21/happy-birthday-vsphere/" title="Happy Birthday vSphere!">Happy Birthday vSphere!</a></li><li>April 7, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/04/07/no-failback-bug-in-esxi/" title="No Failback Bug in ESX(i)">No Failback Bug in ESX(i)</a></li><li>March 28, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/28/windows-2008-r2-and-windows-7-on-vsphere/" title="Windows 2008 R2 and Windows 7 on vSphere">Windows 2008 R2 and Windows 7 on vSphere</a></li><li>March 13, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/" title="vpxd.cfg Advanced Configuration">vpxd.cfg Advanced Configuration</a></li><li>March 12, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/12/perf-charts-service-experienced-an-internal-error/" title="Perf Charts Service Experienced An Internal Error">Perf Charts Service Experienced An Internal Error</a></li><li>February 12, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/12/vmkernel-networks-jumbo-frames-and-esxi/" title="VMkernel Networks, Jumbo Frames, and ESXi 4">VMkernel Networks, Jumbo Frames, and ESXi 4</a></li><li>February 10, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/10/train-signal-releases-vsphere-pro-vol-1/" title="Train Signal Releases vSphere Pro Vol 1">Train Signal Releases vSphere Pro Vol 1</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/24/gogo-inflight-internet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMworld 2010: An ROI Message for Your Manager</title>
		<link>http://www.boche.net/blog/index.php/2010/07/22/vmworld-2010-an-roi-message-for-your-manager/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/22/vmworld-2010-an-roi-message-for-your-manager/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 03:40:41 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2603</guid>
		<description><![CDATA[Are you stuck trying to figure out how to convince management into sending you to VMworld?  A justification template has been made available on the VMworld website.  Download.  Fill in the blanks.  Submit to management. Direct link to the letter (MS Word format) Post from: boche.net - VMware Virtualization Evangelist Learn how to utilize VMware [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/22/vmworld-2010-an-roi-message-for-your-manager/">VMworld 2010: An ROI Message for Your Manager</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Are you stuck trying to figure out how to convince management into sending you to VMworld?  A <a href="http://www.vmworld.com/community/conferences/2010/justification">justification template</a> has been made available on the VMworld website.  Download.  Fill in the blanks.  Submit to management.</p>
<p><a href="http://www.vmworld.com/static/vmworld-2010-justification-email.doc">Direct link</a> to the letter (MS Word format)</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/22/vmworld-2010-an-roi-message-for-your-manager/">VMworld 2010: An ROI Message for Your Manager</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 8, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/08/new-vmware-vcenter-lab-manager-video-tutorial-series/" title="New VMware vCenter Lab Manager Video Tutorial Series">New VMware vCenter Lab Manager Video Tutorial Series</a></li><li>June 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/21/vmware-vcap-dca-beta-exam-experience/" title="VMware VCAP-DCA BETA Exam Experience">VMware VCAP-DCA BETA Exam Experience</a></li><li>June 6, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/06/win-a-free-vmworld-pass-from-boche-net/" title="Win A Free VMworld Pass From boche.net">Win A Free VMworld Pass From boche.net</a></li><li>June 1, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/01/srm-survey-free-srm-book/" title="SRM Survey &#8211; Free SRM Book">SRM Survey &#8211; Free SRM Book</a></li><li>May 24, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/24/vmware-vcap-certification-details-announced/" title="VMware VCAP Certification Details Announced">VMware VCAP Certification Details Announced</a></li><li>April 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/04/19/two-quick-announcements/" title="Two Quick Announcements">Two Quick Announcements</a></li><li>March 22, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/22/meet-the-vmware-certified-design-experts/" title="Meet the VMware Certified Design Experts">Meet the VMware Certified Design Experts</a></li><li>February 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/27/thank-you/" title="Thank You">Thank You</a></li><li>February 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/19/vcdx-34-the-conclusion-of-a-journey/" title="VCDX #34 &#8211; The Conclusion of a Journey">VCDX #34 &#8211; The Conclusion of a Journey</a></li><li>February 14, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/" title="My VCDX Defense Experience">My VCDX Defense Experience</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/22/vmworld-2010-an-roi-message-for-your-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gestalt IT Tech Field Day – Compellent</title>
		<link>http://www.boche.net/blog/index.php/2010/07/16/gestalt-it-tech-field-day-compellent/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/16/gestalt-it-tech-field-day-compellent/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 18:15:20 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2553</guid>
		<description><![CDATA[Gestalt IT Tech Field Day 2 begins with Compellent, a storage vendor out of Eden Prairie, MN.  Compellent has been around for about eight years and, like other well known multiprotocol SAN vendors, offers spindles of FC, SATA, SAS, and SSD via FC block, iSCSI, NFS, and CIFS. Compellent&#8217;s hardware approach is a modular one.  Many [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/16/gestalt-it-tech-field-day-compellent/">Gestalt IT Tech Field Day – Compellent</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.compellent.com/"><img class="alignnone" style="margin: 5px;" src="http://www.compellent.com/Resources/Corporate-Information/~/media/www/Images/Compellent_Logos/COMP_V_3C_150_JPG.ashx?w=150&amp;h=61&amp;as=1" alt="" width="150" height="61" /></a></p>
<p><img class="alignleft" style="margin: 5px;" src="http://www.compellent.com/~/media/www/Images/Compellent_Photos/NAS_unit_dual_rack_zoomed.ashx" alt="" width="240" height="254" />Gestalt IT Tech Field Day 2 begins with <a href="http://www.compellent.com/">Compellent</a>, a storage vendor out of Eden Prairie, MN.  Compellent has been around for about eight years and, like other well known multiprotocol SAN vendors, offers spindles of FC, SATA, SAS, and SSD via FC block, iSCSI, NFS, and CIFS.</p>
<p>Compellent&#8217;s hardware approach is a modular one.  Many of the components, such as drives and interfaces (Ethernet, FC, etc.), are easily replacable and hot swappable, eliminating the need to &#8220;rip and replace&#8221; the entire frame of hardware and providing the ability to upgrade components without taking down the array.</p>
<p>In April of 2010, Compellent introduced the new zNAS solution:</p>
<blockquote><p>Compellent introduces the new zNAS solution, which consolidates file and block storage on a single, intelligent platform. The latest unified storage offering from Compellent integrates next-generation ZFS software, high-performance hardware and Fluid Data architecture to actively manage and move data in a virtual pool of storage, regardless of the size and type of block, file or drive. Enterprises can simplify management, intelligently scale capacity, improve performance for critical applications and reduce complexity and costs.</p></blockquote>
<p><a href="http://www.compellent.com/Products/Fluid-Data.aspx"><strong>Fluid Data Storage</strong></a> is Compellent&#8217;s granular approach to data management</p>
<ul>
<li>Virtualization</li>
<li>Intelligence</li>
<li>Automation</li>
<li>Utilization</li>
</ul>
<p><strong>Volume Creation</strong><img class="alignright" style="margin: 5px;" src="http://www.compellent.com/~/media/www/Images/Products/AutomatedTieredStorage.ashx" alt="" width="259" height="146" /></p>
<ul>
<li><a href="http://www.compellent.com/Products/Software/Thin-Provisioning.aspx">Thin provisioning</a> (by default), thin write &amp; space reclamation</li>
<li><a href="http://www.compellent.com/Products/Software/Automated-Tiered-Storage.aspx">Automated tiered storage</a> &amp; fast track</li>
</ul>
<p><strong>Volume Recovery</strong></p>
<ul>
<li><a href="http://www.compellent.com/Products/Software/Continuous-Snapshots.aspx">Snapshots</a> (Replay)</li>
<li><a href="http://www.compellent.com/Products/Software/Server-Instant-Replay.aspx">Boot from SAN</a></li>
<li>Thin replication</li>
<li>Live volume</li>
</ul>
<p><strong>Volume Management</strong></p>
<ul>
<li><a href="http://www.compellent.com/Products/Software/Interface.aspx">Enterprise Management</a></li>
</ul>
<p><strong>Integration </strong></p>
<ul>
<li><a href="http://www.compellent.com/Solutions/Alliance-Partners/Strategic-Partners/VMware.aspx">VMware</a>
<ul>
<li>Leveraging many of the features mentioned above</li>
<li><a href="http://www.compellent.com/~/media/www/Files/Datasheets/DS_VMware_FactSheet.ashx?la=en">HCL compatibility</a> <span style="text-decoration: line-through;">although I don&#8217;t see ESXi in the list which would be a major concern for VMware customers given that ESX is being phased out.  Compellent responded they believe their arrays are compatible with ESXi and will look into updating their VMware support page if that is the case.  VMware&#8217;s HCL also shows Compellent storage is not currently certified for ESXi.</span> <strong><span style="color: #ff0000;">Significant correction to the earlier statement:</span></strong> VMware&#8217;s HCL for storage is inconsistently different than it&#8217;s HCL for host hardware in that the host hardware HCL lists explicit compatiblity for both ESX and ESXi, whereas the storage HCL explicitly lists ESX compatibility which implies equivilent ESXi compatibility. Compellent arrays, as of this writing, are both ESX4 and ESXi4 compatible.</li>
</ul>
</li>
<li>Microsoft
<ul>
<li>PowerShell (for automation and consistency of storage management)</li>
<li>Hyper-V</li>
</ul>
</li>
</ul>
<p>Compellent performed a live demo of their Replay (Snapshot) feature with a LUN presented to a Windows host.  It worked slick and as expected. Compellent&#8217;s Windows based storage management UI has a fresh, no-nonsense, 21st century feel to it which I can appreciate.</p>
<p>We closed discussion answering the question &#8220;Why Compellent?&#8221;  Top Reasons:</p>
<ol>
<li>Efficiency</li>
<li>Long term ROI, cost savings through the upgrade model</li>
<li>Ease of use</li>
</ol>
<p>Follow them on Twitter at <a href="http://twitter.com/Compellent">@Compellent</a>.</p>
<p>Thank you Compellent for the presentation and I&#8217;m sure I&#8217;ll see you back in Minnesota!</p>
<p>Note : Tech Field Day is a sponsored event. Although I receive no direct compensation and take personal leave to attend, all event expenses are paid by the sponsors through Gestalt IT Media LLC. No editorial control is exerted over me and I write what I want, if I want, when I want, and how I want.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/16/gestalt-it-tech-field-day-compellent/">Gestalt IT Tech Field Day – Compellent</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-seattle/" title="Gestalt IT Tech Field Day Seattle">Gestalt IT Tech Field Day Seattle</a></li><li>May 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/15/p2v-milestone/" title="P2V Milestone">P2V Milestone</a></li><li>March 25, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/25/configuring-disks-to-use-vmware-paravirtual-scsi-pvscsi-adapters/" title="Configuring disks to use VMware Paravirtual SCSI (PVSCSI) adapters">Configuring disks to use VMware Paravirtual SCSI (PVSCSI) adapters</a></li><li>January 19, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/19/kb1008130-vmware-esx-and-esxi-35-u3-io-failure-on-san-luns-and-lun-queue-is-blocked-indefinitely/" title="KB1008130:  VMware ESX and ESXi 3.5 U3 I/O failure on SAN LUN(s) and LUN queue is blocked indefinitely">KB1008130:  VMware ESX and ESXi 3.5 U3 I/O failure on SAN LUN(s) and LUN queue is blocked indefinitely</a></li><li>January 8, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/08/how-vmware-virtualized-exchange-2007/" title="How VMware virtualized Exchange 2007">How VMware virtualized Exchange 2007</a></li><li>December 3, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/12/03/lan-party/" title="LAN party!">LAN party!</a></li><li>November 11, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/11/11/live-migration-between-cpu-vendors-demonstrated-by-amd-and-red-hat/" title="Live migration between CPU vendors demonstrated by AMD and Red Hat">Live migration between CPU vendors demonstrated by AMD and Red Hat</a></li><li>November 6, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/11/06/vmware-adds-additional-thin-client-support-for-vdm-21/" title="VMware adds additional thin client support for VDM 2.1">VMware adds additional thin client support for VDM 2.1</a></li><li>October 27, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/10/27/connect-a-fibre-attached-tape-device-to-a-vm-on-esx/" title="Connect a fibre attached tape device to a VM on ESX">Connect a fibre attached tape device to a VM on ESX</a></li><li>October 19, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/10/19/the-lab-then-and-now/" title="The Lab &#8211; Then and Now">The Lab &#8211; Then and Now</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/16/gestalt-it-tech-field-day-compellent/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gestalt IT Tech Field Day &#8211; F5</title>
		<link>http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-f5/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-f5/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 00:36:37 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[3rd Party Apps]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2523</guid>
		<description><![CDATA[    We&#8217;re on to our 3rd and final presentation here at Gestalt IT Tech Field Day.  After a short road trip into beautiful downtown Seattle, we&#8217;ve arrived at F5.  At 1,800 employees strong, F5 was named one of the best places to work in the Seattle area.  From a high level, F5&#8242;s business goal [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-f5/">Gestalt IT Tech Field Day &#8211; F5</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;"><img class="alignleft" src="http://www.f5.com/images/assets/f5-logo.gif" alt="" width="324" height="65" /></p>
<p> </p>
<p><a class="flickr-image alignnone" title="IMG00745-20100715-1434" href="http://www.flickr.com/photos/31838982@N08/4797675282/"><img class="alignright" style="margin: 5px;" title="Seattle" src="http://farm5.static.flickr.com/4096/4797675282_c1363c9b2c_m.jpg" alt="IMG00745-20100715-1434" /></a></p>
<p style="text-align: left;"> </p>
<p style="text-align: left;">We&#8217;re on to our 3rd and final presentation here at Gestalt IT Tech Field Day.  After a short road trip into beautiful downtown Seattle, we&#8217;ve arrived at <a href="http://f5.com">F5</a>.  At 1,800 employees strong, F5 was named one of the best places to work in the Seattle area.  From a high level, F5&#8242;s business goal is to optimize the end user experience.</p>
<p>Today, F5 showed us simulated <a href="http://www.f5.com/pdf/deployment-guides/vmware-vmotion-dg.pdf">long distance vMotion</a>.  F5 enables this with mid-range <a href="http://www.f5.com/products/big-ip/">BIG-IP</a> appliances stretching a Layer 2 network between two geographically disbursed datacenters along with providing WAN Optimization to access IP based storage between datacenters.  In addition, the hardware appliances expose APIs which VMware Orchestrator uses to assist the F5 into directing traffic between sites.  F5 has tested at up to 300ms round trip latency and a 10Mbps link.  This is what it looks like:</p>
<p> <a href="http://www.f5.com/pdf/deployment-guides/vmware-vmotion-dg.pdf"><img src="http://farm5.static.flickr.com/4082/4797780686_bdf80c4d7e.jpg" alt="7-15-2010 4-02-32 PM" /></a></p>
<p>Another thing I learned today is that just a few months ago, in March 2010, F5 released the <a href="http://www.f5.com/pdf/products/big-ip-local-traffic-manager-ve-overview.pdf">BIG-IP LTM VE</a>.  This is a virtual appliance that falls in the BIG-F5 family of products.<img class="alignright" style="margin: 5px;" src="http://www.f5.com/content/dam/f5/corp/global/images/page-headers/header-big-ip.jpg" alt="" width="404" height="112" />  Today that appliance is supported on only one virtualization platform and it should come as no surprise that the hypervisor of choice is VMware.</p>
<blockquote><p>BIG-IP® Local Traffic Manager™ (LTM) Virtual Edition (VE) takes your Application Delivery Network virtual. You get the agility you need to create a mobile, scalable, and adaptable infrastructure for virtualized applications. And like physical BIG‑IP devices, BIG-IP LTM VE is a full proxy between users and application servers, providing a layer of abstraction that secures, optimizes, and load balances application traffic.</p></blockquote>
<p>Speaking of F5 and VMware, <a href="http://www.f5.com/solutions/applications/vmware/vsphere/">Why would you want F5 for VMware vSphere?</a></p>
<p style="padding-left: 30px;"><strong>•F5 Management Plug-In for VMware vSphere</strong><br />
The F5 Management Plug-in simplifies common BIG-IP LTM administrative tasks in a vSphere environment, reduces the risk of error and enables basic automation.</p>
<p style="padding-left: 30px;"><strong>•Integration with vCenter Server</strong><br />
Respond automatically to changes in the infrastructure with seamless integration between VMware and F5.</p>
<p style="padding-left: 30px;"><strong>•Increased VM density by up to 60 percent</strong><br />
Free up server resources by offloading CPU-intensive operations to achieve maximum utilization and consolidation.</p>
<p style="padding-left: 30px;"><strong>•<a href="http://www.f5.com/pdf/deployment-guides/vmware-vmotion-dg.pdf">Long-distance vMotion</a><br />
</strong>Enable fully automated long-distance VMotion and Storage VMotion events between data centers without downtime or user disruption. </p>
<p style="padding-left: 30px;"><strong>•Acceleration of VMotion and Storage VMotion</strong><br />
Accelerate VMotion events over the WAN up to 10x by compressing, deduplicating, and optimizing traffic.</p>
<p style="padding-left: 30px;"><strong>•<a href="http://www.f5.com/solutions/virtualization/">Other virtualization considerations with F5</a></strong><br />
<a href="http://www.f5.com/solutions/virtualization/file/">File Virtualization</a><br />
<a href="http://www.f5.com/solutions/virtualization/infrastructure/">Infrastructure Virtualization</a><br />
<a href="http://www.f5.com/solutions/virtualization/server/">Server Virtualization</a></p>
<p style="padding-left: 30px;"> <strong>•<a href="http://www.f5.com/pdf/solution-center/f5-for-virtualized-it-environments.pdf">F5 and VMware Solution Guide</a></strong></p>
<p>What about <a href="http://www.f5.com/solutions/cloud-computing/">F5 and Cloud Benefits</a>?</p>
<p style="padding-left: 30px;"><strong>•Reduce Complexity</strong><br />
With a reusable framework of services that can be leveraged across static, dedicated servers as well as across multi-site cloud deployments, you immediately gain value that grows as your applications grow.</p>
<p style="padding-left: 30px;"><strong>•Increased Control<a href="http://www.f5.com/solutions/cloud-computing/"><img class="alignright" style="margin: 5px;" src="http://www.f5.com/images/solutions/cloud-maturity-model-lg.png" alt="" width="288" height="163" /></a></strong><br />
By integrating traffic management, dynamic provisioning, access control, and management, you can more readily outsource the processing of applications and data without giving up ownership and control.</p>
<p style="padding-left: 30px;"><strong>•Context Awareness</strong><br />
Having a complete picture of the user, network, application, and services gives you a unique ability to use context to determine how applications and data are delivered.</p>
<p style="padding-left: 30px;"><strong>•Reduced Switching Costs</strong><br />
With a centrally controlled method of delivering applications and data, you can move resources anywhere at a moment’s notice without worrying about the capabilities of host locations.</p>
<p>This was a great session where I think I picked up the most information so far.  F5 is one of those technologies I see a lot in the datacenter but I&#8217;ve not worked intimately with.  I like their value-added integration with virtualization and adoption of a cloud vision.</p>
<p>Note : Tech Field Day is a sponsored event. Although I receive no direct compensation and take personal leave to attend, all event expenses are paid by the sponsors through Gestalt IT Media LLC. No editorial control is exerted over me and I write what I want, if I want, when I want, and how I want.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-f5/">Gestalt IT Tech Field Day &#8211; F5</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 16, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/16/gestalt-it-tech-field-day-compellent/" title="Gestalt IT Tech Field Day – Compellent ">Gestalt IT Tech Field Day – Compellent </a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-nimble-storage/" title="Gestalt IT Tech Field Day &#8211; Nimble Storage">Gestalt IT Tech Field Day &#8211; Nimble Storage</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-veeam/" title="Gestalt IT Tech Field Day &#8211; Veeam">Gestalt IT Tech Field Day &#8211; Veeam</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-seattle/" title="Gestalt IT Tech Field Day Seattle">Gestalt IT Tech Field Day Seattle</a></li><li>June 11, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/11/nfs-and-name-resolution/" title="NFS and Name Resolution">NFS and Name Resolution</a></li><li>May 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/27/vsphere-upgrade-prerequisites-checklist/" title="vSphere Upgrade Prerequisites Checklist">vSphere Upgrade Prerequisites Checklist</a></li><li>May 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/19/top-10-free-vsphere-esx-tools-and-utilities-by-kendrickcoleman-com/" title="Top 10 Free vSphere ESX Tools and Utilities by KendrickColeman.com">Top 10 Free vSphere ESX Tools and Utilities by KendrickColeman.com</a></li><li>May 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/15/p2v-milestone/" title="P2V Milestone">P2V Milestone</a></li><li>May 13, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/13/netapp-disk-replacement-so-easy-a-caveman-and-his-tech-savvy-neighbor-can-do-it/" title="NetApp disk replacement &#8211; so easy a caveman and his tech savvy neighbor can do it">NetApp disk replacement &#8211; so easy a caveman and his tech savvy neighbor can do it</a></li><li>May 10, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/10/netapp-deduplication/" title="NetApp Deduplication">NetApp Deduplication</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-f5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gestalt IT Tech Field Day &#8211; Nimble Storage</title>
		<link>http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-nimble-storage/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-nimble-storage/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 20:27:44 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[3rd Party Apps]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2503</guid>
		<description><![CDATA[Next up at Gestalt IT Tech Field Day is Nimble Storage who comes out of stealth mode and officially launches today.  Nimble Storage provides a unique iSCSI storage platform by eliminating traditional backup windows using efficient snapshot technology coupled with high performance flash drives.  A handful of use cases have already been identified for both virtualized [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-nimble-storage/">Gestalt IT Tech Field Day &#8211; Nimble Storage</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://nimblestorage.com/"><img class="alignleft" style="margin: 5px;" src="http://farm5.static.flickr.com/4142/4796492405_a2f4d6f5e5_m.jpg" alt="7-15-2010 11-31-48 AM" /></a>Next up at Gestalt IT Tech Field Day is <a href="http://nimblestorage.com/">Nimble Storage</a> who comes out of <a href="http://en.wikipedia.org/wiki/Stealth_mode">stealth mode</a> and officially launches today.  Nimble Storage provides a unique <a href="http://en.wikipedia.org/wiki/ISCSI">iSCSI</a> storage platform by eliminating traditional backup windows using efficient snapshot technology coupled with high performance flash drives.  A handful of use cases have already been identified for both virtualized and bare metal OS and application platforms.  I&#8217;m baffled as to how much competitive room there is in the storage realm, particularly with giants like NetApp, EMC, Hitachi, and others.  I believe this is a compliment to each of the players as it takes incredibly bright minds and innovation to stake and maintain a claim.</p>
<p>The secret sauce is in Nimble&#8217;s CASL (pronounced &#8220;castle&#8221; Cache-Accelerated Sequential Layout) Architecture which can be thought of as a reincarnation of VMware co-founder Mendel Rosenblum&#8217;s <a href="http://en.wikipedia.org/wiki/Log-structured_file_system">Log-Structured File System</a>.<img class="alignright" style="margin: 5px;" src="http://nimblestorage.com/wordpress/wp-content/uploads/2010/07/CASL-online2.jpg" alt="" width="309" height="281" /></p>
<ul>
<li>Inline Compression</li>
<li>Large Adaptive Flash Cache</li>
<li>High-Capacity Disk Storage</li>
<li>Integrated Backup</li>
</ul>
<p>Resulting advantages provided are:</p>
<ul>
<li>Inline compression (2:1 &#8211; 4:1 ratio)</li>
<li>High performance</li>
<li>Low cost SATA disk stores both primary data as well as 90 day snapshot retention</li>
<li>WAN-efficient offsite replication for cost-effective DR</li>
<li>Storage and Backup Optimized for VMware/Microsoft environments</li>
<li>Benefits for Sharepoint, SQL, and Exchange as well</li>
</ul>
<p>From the <a href="http://nimblestorage.com/">Nimble Storage</a> website:<img class="alignright" src="http://nimblestorage.com/wordpress/wp-content/uploads/2010/07/converged13.png" alt="" width="255" height="206" /></p>
<blockquote><p>Storing, accessing, and protecting your data shouldn’t be so complicated and expensive. Nimble’s breakthrough CASL™ architecture combines flash memory with high-capacity disk to converge storage, backup, and disaster recovery for the first time. The bottom line: High-performance iSCSI storage, instant backups and restores, and full-featured disaster recovery — all in one cost-effective, easy-to-manage solution.</p></blockquote>
<blockquote><p><strong><span style="text-decoration: underline;">Benefits for VMware Deployments</span></strong></p>
<p><strong>•Dramatic VM Consolidation and Cost Reduction</strong><br />
Groundbreaking CASL architecture includes innovations that enable dramatic consolidation of Virtual Servers and desktops. The hybrid flash and low-cost HDD-based architecture deliver very high random performance for demanding workloads at very low cost. Built-in capacity optimization and block sharing capabilities provide large capacity savings for both flash and disk. The net result is a single array that can easily serve the performance and capacity requirements for hundreds of high performance virtual servers, dramatically reducing cost, rackspace, power, and management expense. Further consolidation and cost savings come from the built-in capacity optimized backup capability, which eliminates dedicated disk backup devices, while enabling 90 days of efficient backup.</p>
<p><strong>•Backup and Restore VMs Instantly</strong><br />
Nimble arrays enable instant Hypervisor consistent backup and restore of datastores and VMs, while eliminating backup windows. Nimble Protection Manager integrates with vCenter APIs to simplify management of Hypervisor-consistent backups, replicas and restores for VMware environments by leveraging Nimble’s instant, capacity optimized array-based snapshots. This converged solution enables dramatically better RPOs and RTOs compared with traditional solutions.</p>
<p><strong>•Automated, Fast Offsite Disaster Recovery</strong><br />
WAN-efficient replication and fast failover enable quick, cost effective disaster recovery. Combined with instant backup capabilities, this enables rapid restore and very granular recovery points in the event of a site disaster. The entire failover process can be automated via management tools such as VMware Site Recovery Manager (SRM) which leverages a Nimble SRA to control the storage level failover capabilities.</p>
<p><strong>•Simplified Virtual Infrastructure Management</strong><br />
Using predefined ESX performance and data protection policies, storage for new datastores can be provisioned and protected in just three steps. The Nimble Protection Manager integrates with vCenter APIs to simplify management of Hypervisor-consistent backups, replicas and restores for VMware environments, by leveraging Nimble’s instant, capacity optimized array based snapshots. A vCenter plugin simplifies and accelerates the task of cloning datastore or VM templates, by leveraging Nimble’s instant, high space efficient zero copy clones.</p></blockquote>
<p><a href="http://nimblestorage.com/products/nimble-cs-series-family/">Two 3U capacity offerings available</a>, both of which are served by an identical configuration of Active/Passive controllers, large flash layer, multicore Intel Xeon processors, and 2x quad GbE NICs (10GbE ready and available soon):<img class="alignright" src="http://nimblestorage.com/wp-content/themes/NimbleStorage/images/img01.jpg" alt="" width="264" height="139" /></p>
<ol>
<li>CS220: 9TB primary + 108TB backup</li>
<li>CS240: 18TB primrary + 216TB backup</li>
</ol>
<p><a class="flickr-image alignnone" title="7-15-2010 1-24-01 PM" href="http://www.flickr.com/photos/31838982@N08/4796772057/"><img src="http://farm5.static.flickr.com/4120/4796772057_cef698e8ba.jpg" alt="7-15-2010 1-24-01 PM" /></a></p>
<p>Follow them on Twitter at <a href="http://www.twitter.com/NimbleStorage">@NimbleStorage</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13367371&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=13367371&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><a href="http://vimeo.com/13367371">Introduction to Nimble Storage at Tech Field Day Seattle</a> from <a href="http://vimeo.com/sfoskett">Stephen Foskett</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Note : Tech Field Day is a sponsored event. Although I receive no direct compensation and take personal leave to attend, all event expenses are paid by the sponsors through Gestalt IT Media LLC. No editorial control is exerted over me and I write what I want, if I want, when I want, and how I want.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-nimble-storage/">Gestalt IT Tech Field Day &#8211; Nimble Storage</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 4, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/12/04/virtualization-rematch-corrections-and-clarifications/" title="Virtualization rematch corrections and clarifications">Virtualization rematch corrections and clarifications</a></li><li>November 4, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/11/04/ssl-integration-with-virtualcenter/" title="SSL integration with VirtualCenter">SSL integration with VirtualCenter</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-f5/" title="Gestalt IT Tech Field Day &#8211; F5">Gestalt IT Tech Field Day &#8211; F5</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-veeam/" title="Gestalt IT Tech Field Day &#8211; Veeam">Gestalt IT Tech Field Day &#8211; Veeam</a></li><li>June 13, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/13/active-directory-problems/" title="Active Directory Problems">Active Directory Problems</a></li><li>June 10, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/10/new-microsoft-net-framework-update-breaks-vsphere-client/" title="New Microsoft .NET Framework Update Breaks vSphere Client">New Microsoft .NET Framework Update Breaks vSphere Client</a></li><li>May 26, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/26/vmware-workstation-upgrade-to-7-1/" title="VMware Workstation Upgrade to 7.1">VMware Workstation Upgrade to 7.1</a></li><li>May 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/19/top-10-free-vsphere-esx-tools-and-utilities-by-kendrickcoleman-com/" title="Top 10 Free vSphere ESX Tools and Utilities by KendrickColeman.com">Top 10 Free vSphere ESX Tools and Utilities by KendrickColeman.com</a></li><li>May 14, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/14/microsoft-exchange-2003-to-exchange-2010-upgrade-notes/" title="Microsoft Exchange 2003 to Exchange 2010 Upgrade Notes">Microsoft Exchange 2003 to Exchange 2010 Upgrade Notes</a></li><li>May 6, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/06/vkernel-capacity-analyzer/" title="VKernel Capacity Analyzer">VKernel Capacity Analyzer</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-nimble-storage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gestalt IT Tech Field Day &#8211; Veeam</title>
		<link>http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-veeam/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-veeam/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 18:00:42 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[3rd Party Apps]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2487</guid>
		<description><![CDATA[Gestalt IT Tech field Day &#8211; Day 1:  First on the agenda this morning is Veeam.  Their focus for today will be on Backup and Replication which is great because I was wanting more details on their SureBackup offering.  A quick introduction on some products and Veeam&#8217;s charter: Free Products Veeam FastSCP Veeam Business View [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-veeam/">Gestalt IT Tech Field Day &#8211; Veeam</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://veeam.com"><img class="alignleft" style="margin: 5px;" src="http://www.veeam.com/images/veeam.png" alt="" width="150" height="35" /></a>Gestalt IT Tech field Day &#8211; Day 1:  First on the agenda this morning is <a href="ttp://veeam.com">Veeam</a>.  Their focus for today will be on Backup and Replication which is great because I was wanting more details on their SureBackup offering.  A quick introduction on some products and Veeam&#8217;s charter:</p>
<p><span style="text-decoration: underline;">Free Products</span></p>
<ul>
<li>Veeam FastSCP</li>
<li>Veeam Business View</li>
<li>Veeam Monitor Free Edition</li>
<li>Veeam Reporter Free Edition (announced today, available within 30 days)</li>
</ul>
<p><span style="text-decoration: underline;">Pay Products</span></p>
<ul>
<li>Veeam Backup &amp; Replication</li>
<li>Veeam Reporter</li>
<li>Veeam Monitor</li>
<li>nworks</li>
</ul>
<p><span style="text-decoration: underline;">The Veeam Product Strategy Alignment:</span></p>
<ol>
<li>Past and Present: VMware vSphere</li>
<li>What&#8217;s next: Hyper-V</li>
</ol>
<p><strong>Today&#8217;s focus: Veeam Backup and Replication</strong></p>
<p>Virtualization introduces a paradigm shift in our datacenter processes surrounding data protection and business continuation planning.  Traditional tools don&#8217;t fit any more.  Veeam provides the right tools for the virtualized datacenter.</p>
<p>Veeam has also introduced <strong>vPower</strong>: Virtualization-Powered Data Protection.  vPower is not a single product or technology in and of itself, it&#8217;s a suite of existing and new technologies.  What are the key components of vPower?  SureBackup, InstantRestore, and SmartCDP.  Let&#8217;s take a look in more detail:</p>
<ul>
<li>Run a VM directly from a backup file</li>
<li>Automatically manager isolated virtual lab</li>
<li>Instant VM recovery</li>
<li>Universal application item recovery (U-AIR)
<ul>
<li>Wizard driven recovery for technologies such as MS AD, MS Exchange, and MS SQL</li>
<li>User directed item recovery from any application or database</li>
</ul>
</li>
<li>Recovery verification</li>
<li>Rapid execution keeping RTO to a bare minimum</li>
</ul>
<p>Veeam proceeded with a live lab demo using alpha code.  There was plenty of enthusiasm in the room from the delegates about the technology as it relates to virtualization.  The delegates revealed a strong foundation in virtualization concepts.  Generally speaking, this is cool and revolutionary technology, however, there were concerns expressed in a few areas:</p>
<ol>
<li><strong>Networking</strong>:  How do we ensure an isolated lab environment to avoid the pitfalls of duplicate machine identities or unintentional routing on the network?</li>
<li><strong>Performance</strong>:  How well does the VM run which is tied to archive files?  Is there measurable, and more importantly, predictable overhead for common workload types?</li>
<li><strong>Understanding</strong>:  This data protection and recovery approach, while innovative, is nonetheless new. Is there a with an inherent learning curve for datacenter operators or administrators?  Enabled with a wizard driven interface, I&#8217;d argue no, not really.  So long as the product works as designed, should we care how it ticks?  Like Lab Manager or Willy Wonka, you don&#8217;t ask how it works, &#8220;it just does&#8221;.</li>
</ol>
<p>Veeam already has solid products but it is clear they aren&#8217;t content with resting on their laurels.  They continue to push the envelope in backup, replication, and disaster recovery, making the lives of data administrators and lowering RTO.</p>
<p>Availability: Q3 2010 (VMworld launch?)</p>
<p>Note : Tech Field Day is a sponsored event. Although I receive no direct compensation and take personal leave to attend, all event expenses are paid by the sponsors through Gestalt IT Media LLC. No editorial control is exerted over me and I write what I want, if I want, when I want, and how I want.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-veeam/">Gestalt IT Tech Field Day &#8211; Veeam</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-f5/" title="Gestalt IT Tech Field Day &#8211; F5">Gestalt IT Tech Field Day &#8211; F5</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-nimble-storage/" title="Gestalt IT Tech Field Day &#8211; Nimble Storage">Gestalt IT Tech Field Day &#8211; Nimble Storage</a></li><li>May 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/19/top-10-free-vsphere-esx-tools-and-utilities-by-kendrickcoleman-com/" title="Top 10 Free vSphere ESX Tools and Utilities by KendrickColeman.com">Top 10 Free vSphere ESX Tools and Utilities by KendrickColeman.com</a></li><li>May 6, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/06/vkernel-capacity-analyzer/" title="VKernel Capacity Analyzer">VKernel Capacity Analyzer</a></li><li>February 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/21/rvtools-2-8-1-released/" title="RVTools 2.8.1 Released">RVTools 2.8.1 Released</a></li><li>January 25, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/01/25/service-console-directory-listing-text-color-in-putty/" title="Service Console Directory Listing Text Color in PuTTY">Service Console Directory Listing Text Color in PuTTY</a></li><li>July 27, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/27/new-cisco-nexus-1000v-video/" title="New Cisco Nexus 1000v Video">New Cisco Nexus 1000v Video</a></li><li>July 22, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/22/hyper9-version-14-to-be-released-july-22nd/" title="Hyper9 version 1.4 to be released July 22nd">Hyper9 version 1.4 to be released July 22nd</a></li><li>June 22, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/06/22/in-search-of-an-application-migration-solution/" title="In search of an application migration solution">In search of an application migration solution</a></li><li>June 8, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/06/08/tripwire-launches-vwire-a-virtualization-management-solution/" title="Tripwire Launches vWire, A Virtualization Management Solution">Tripwire Launches vWire, A Virtualization Management Solution</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-veeam/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gestalt IT Tech Field Day Seattle</title>
		<link>http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-seattle/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-seattle/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 07:41:42 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2482</guid>
		<description><![CDATA[Gestalt IT was gracious enough to invite me back as a delegate for Tech Field Day Seattle which is happening&#8230; well&#8230; now, not to put too fine a point on it.  I&#8217;m really excited about this opportunity!  For the next two days, I&#8217;ll be at the Microsoft campus in Redmond, WA taking in vendor presentations and participating [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-seattle/">Gestalt IT Tech Field Day Seattle</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://gestaltit.com/">Gestalt IT</a> was gracious enough to invite me back as a delegate for <a href="http://gestaltit.com/field-day/2010-seattle">Tech Field Day Seattle</a> which is happening&#8230; well&#8230; <strong>now</strong>, not to put too fine a point on it.  I&#8217;m really excited about this opportunity!  For the next two days, I&#8217;ll be at the Microsoft campus in Redmond, WA taking in vendor presentations and participating in peer discussions spanning a few different technology verticals. </p>
<p>We kicked things off tonight with dinner, discussion, and door prizes at <a href="http://cedarbrooklodge.com">Cedarbrook Lodge</a> in Seatac, WA.  There are a lot of new faces in this group of delegates.  I don&#8217;t know most of the guys but that makes for a great opportunity to meet new people and network.  In a word, Cedarbrook is gorgeous.  It has more of a resort feel to it than a hotel.  It&#8217;s too bad I won&#8217;t be spending more time here but the show must go on.</p>
<p>Tomorrow (Thursday), the other delegates and I will be meeting with <a href="http://veeam.com">Veeam</a>, <a href="http://f5.com">F5</a>, and a stealth company which officially launches in our very presence tomorrow.  I&#8217;m familiar with most of Veeam&#8217;s offerings but as a virtualization guy, I&#8217;m hoping to see more about their SureBackup technology.  I&#8217;ve known of F5 for many years but just recently I&#8217;m seeing them push their way into the virtualization arena.  Just last week they have expressed interest in participating in the Minneapolis VMUG.  I&#8217;m anxious in seeing what value they bring to the virtualized datacenter.  We cap off the day with a party at the Museum of Flight which should be really cool.</p>
<p>Moving into Friday, we&#8217;ll hear from <a href="http://www.compellent.com/">Compellent</a> on what they have been up to in the storage arena and how they are doing things differently than other storage vendors such as EMC, NetApp, Hitachi, HP, IBM, 3PAR, Dell, FalconStor, Pillar, etc.  We&#8217;ll also be spending some time with <a href="http://www.nec.com/">NEC</a>.  I&#8217;m real curious as to what they are going to present.  Talk about a diverse portfolio of products (as well as professional services).  Whatever it is, I&#8217;ll be looking for virtualization relevance.  Not only that, but will we see a landscape that continues to cater to cloud agility?  Cloud has picked up a lot of momentum.  It&#8217;s real.  Adopt, adapt, integrate, or get run over by it.  There may be one more vendor on Friday&#8230; that remains to be seen at this point.  We end Friday with dinner in the evening and then some of us will start our journey back home.</p>
<p>I&#8217;m looking forward to a couple of great days.</p>
<p>Note : Tech Field Day is a sponsored event. Although I receive no direct compensation and take personal leave to attend, all event expenses are paid by the sponsors through Gestalt IT Media LLC. No editorial control is exerted over me and I write what I want, if I want, when I want, and how I want.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-seattle/">Gestalt IT Tech Field Day Seattle</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 16, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/16/gestalt-it-tech-field-day-compellent/" title="Gestalt IT Tech Field Day – Compellent ">Gestalt IT Tech Field Day – Compellent </a></li><li>May 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/15/p2v-milestone/" title="P2V Milestone">P2V Milestone</a></li><li>March 25, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/25/configuring-disks-to-use-vmware-paravirtual-scsi-pvscsi-adapters/" title="Configuring disks to use VMware Paravirtual SCSI (PVSCSI) adapters">Configuring disks to use VMware Paravirtual SCSI (PVSCSI) adapters</a></li><li>January 19, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/19/kb1008130-vmware-esx-and-esxi-35-u3-io-failure-on-san-luns-and-lun-queue-is-blocked-indefinitely/" title="KB1008130:  VMware ESX and ESXi 3.5 U3 I/O failure on SAN LUN(s) and LUN queue is blocked indefinitely">KB1008130:  VMware ESX and ESXi 3.5 U3 I/O failure on SAN LUN(s) and LUN queue is blocked indefinitely</a></li><li>January 8, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/08/how-vmware-virtualized-exchange-2007/" title="How VMware virtualized Exchange 2007">How VMware virtualized Exchange 2007</a></li><li>December 3, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/12/03/lan-party/" title="LAN party!">LAN party!</a></li><li>November 11, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/11/11/live-migration-between-cpu-vendors-demonstrated-by-amd-and-red-hat/" title="Live migration between CPU vendors demonstrated by AMD and Red Hat">Live migration between CPU vendors demonstrated by AMD and Red Hat</a></li><li>November 6, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/11/06/vmware-adds-additional-thin-client-support-for-vdm-21/" title="VMware adds additional thin client support for VDM 2.1">VMware adds additional thin client support for VDM 2.1</a></li><li>October 27, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/10/27/connect-a-fibre-attached-tape-device-to-a-vm-on-esx/" title="Connect a fibre attached tape device to a VM on ESX">Connect a fibre attached tape device to a VM on ESX</a></li><li>October 19, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/10/19/the-lab-then-and-now/" title="The Lab &#8211; Then and Now">The Lab &#8211; Then and Now</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-seattle/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New VMware vCenter Lab Manager Video Tutorial Series</title>
		<link>http://www.boche.net/blog/index.php/2010/07/08/new-vmware-vcenter-lab-manager-video-tutorial-series/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/08/new-vmware-vcenter-lab-manager-video-tutorial-series/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 02:03:48 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Lab Manager]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2474</guid>
		<description><![CDATA[VMware has started a new Lab Manager video series and has kicked things off by posting three inaugural videos: Lab Manager Introduction and Product Overview Organizations within vCenter Lab Manager Workspaces within vCenter Lab Manager VMware states that the next videos in the series will be: Managing Users and Groups within vCenter Lab Manager Networking [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/08/new-vmware-vcenter-lab-manager-video-tutorial-series/">New VMware vCenter Lab Manager Video Tutorial Series</a></p>
]]></description>
			<content:encoded><![CDATA[<p>VMware has started a <a href="http://blogs.vmware.com/kb/2010/07/new-vmware-vcenter-lab-manager-video-tutorial-series.html">new Lab Manager video series</a> and has kicked things off by posting three inaugural videos:</p>
<ol>
<li>Lab Manager Introduction and Product Overview</li>
<li>Organizations within vCenter Lab Manager</li>
<li>Workspaces within vCenter Lab Manager</li>
</ol>
<p>VMware states that the next videos in the series will be:</p>
<ul>
<li>Managing Users and Groups within vCenter Lab Manager</li>
<li>Networking within vCenter Lab Manager</li>
</ul>
<p>The videos are authored by Graham Daly who works for VMware out of the Cork, Ireland office.  The videos are short at well under 10 minutes each and provide introductory level information on Lab Manager components and administrative containers.  If you haven&#8217;t used Lab Manager before, it&#8217;s enough to get you curious.</p>
<blockquote><p>KB article (<a href="http://kb.vmware.com/kb/1020915">1020915</a>) is going to act as a central location or a “one-stop-shop” for tutorial style videos which will discuss and demonstrate the various different topics/aspects of the Lab Manager product. As new videos become available, they will be added to the article.</p></blockquote>
<p>I haven&#8217;t seen any books to date on use of Lab Manager.  From a training and education standpoint, the Lab Manager <a href="http://www.vmware.com/pdf/lm40_installation_guide.pdf">installation guide</a> and the Lab Manager <a href="http://www.vmware.com/pdf/lm40_users_guide.pdf">user&#8217;s guide</a> actually isn&#8217;t too bad.  Someone last night was looking for advice on Lab Manager training and I recommended printing these two .PDF documents out and sticking them in a 3-ring binder like I did.  You&#8217;ll be able to whip through them in a few hours as much of the content is repeated time and again in the user&#8217;s guide.  Beyond that, the best Lab Manager training is continuous use of the product.  As I stated last night, Lab Manager is a bit of a different animal, even for a VMware junkie (like me).</p>
<p>Boil down the complexity and black magic of the Lab Manager product by looking at it as a tiered application consisting of</p>
<ul>
<li>virtual infrastructure (ESX(i) and vCenter, you know this already),</li>
<li>a web front end (that&#8217;s the Lab Manager server, which by the way runs great as a VM),</li>
<li>and a database (which also runs on the Lab Manager server and only on the Lab Manager server &#8211; yep, it&#8217;s local MS SQL Express, and yep, it has scaling and migration issues).</li>
</ul>
<p>The Tomcat on Windows web interface is the front end where Lab Manager environments are built and managed.  The web interface sends tasks to the vCenter Server which in turn commands the ESX(i) hosts (ie. build this VM, register it, power it on, make a snapshot, now clone it, etc.)  State information and other configuration items are stored in the database.  For obvious reasons, the database and vCenter always need to be on the same page.  When they get of sync is where hell begins but I&#8217;ll save that discussion for a distant blog post entitled &#8220;Lab Manager: fun to build and play with, no fun to troubleshoot&#8221;. It&#8217;s a lot like Citrix Presentation Server in that respect.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/08/new-vmware-vcenter-lab-manager-video-tutorial-series/">New VMware vCenter Lab Manager Video Tutorial Series</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 22, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/22/vmworld-2010-an-roi-message-for-your-manager/" title="VMworld 2010: An ROI Message for Your Manager">VMworld 2010: An ROI Message for Your Manager</a></li><li>June 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/21/vmware-vcap-dca-beta-exam-experience/" title="VMware VCAP-DCA BETA Exam Experience">VMware VCAP-DCA BETA Exam Experience</a></li><li>June 6, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/06/win-a-free-vmworld-pass-from-boche-net/" title="Win A Free VMworld Pass From boche.net">Win A Free VMworld Pass From boche.net</a></li><li>June 1, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/01/srm-survey-free-srm-book/" title="SRM Survey &#8211; Free SRM Book">SRM Survey &#8211; Free SRM Book</a></li><li>May 24, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/24/vmware-vcap-certification-details-announced/" title="VMware VCAP Certification Details Announced">VMware VCAP Certification Details Announced</a></li><li>April 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/04/19/two-quick-announcements/" title="Two Quick Announcements">Two Quick Announcements</a></li><li>March 22, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/22/meet-the-vmware-certified-design-experts/" title="Meet the VMware Certified Design Experts">Meet the VMware Certified Design Experts</a></li><li>February 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/27/thank-you/" title="Thank You">Thank You</a></li><li>February 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/19/vcdx-34-the-conclusion-of-a-journey/" title="VCDX #34 &#8211; The Conclusion of a Journey">VCDX #34 &#8211; The Conclusion of a Journey</a></li><li>February 14, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/" title="My VCDX Defense Experience">My VCDX Defense Experience</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/08/new-vmware-vcenter-lab-manager-video-tutorial-series/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OVF? OVA? WTF?</title>
		<link>http://www.boche.net/blog/index.php/2010/07/02/ovf-ova-wtf/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/02/ovf-ova-wtf/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 01:46:36 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[vCenter Server]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2462</guid>
		<description><![CDATA[If you&#8217;ve worked with recent versions of VMware virtual infrastructure, Converter, or Workstation, you may be familiar with the fact that these products have the native ability to work with virtual machines in the Open Virtualization Format, or OVF for short.  OVF is a Specification governed by the DMTF (Distributed Management Task Force) which to me [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/02/ovf-ova-wtf/">OVF? OVA? WTF?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve worked with recent versions of VMware virtual infrastructure, Converter, or Workstation, you may be familiar with the fact that these products have the native ability to work with virtual machines in the Open Virtualization Format, or OVF for short.  <a href="http://www.dmtf.org/standards/published_documents/DSP0243_1.0.0.pdf">OVF is a Specification</a> governed by the <a href="http://www.dmtf.org/">DMTF (Distributed Management Task Force)</a> which to me sounds a lot like RFCs which provide standards for protocols and communication across compute platforms &#8211; basically SOPs for how content is delivered on the internet as we know it today.</p>
<p>So if there&#8217;s one standard, why is it that when I choose to create an OVF (Export OVF Template in the vSphere Client), I&#8217;m prompted to create either an OVF or an OVA?  If the OVF is an OVF, then what&#8217;s an OVA?</p>
<p> <a class="flickr-image alignnone" title="7-2-2010 8-00-01 PM" href="http://www.flickr.com/photos/31838982@N08/4756473298/"><img src="http://farm5.static.flickr.com/4121/4756473298_79f7835292.jpg" alt="7-2-2010 8-00-01 PM" /></a></p>
<p>Personally, I&#8217;ve seen both formats, typically when deploying packaged appliances.  The answer is simple: Both the OVF and the OVA formats roll up into the Specification defined by the DMTF.  The difference between the two is in the presentation and encapsulation.  The OVF is a construct of a few files, all of which are essential to its definition and deployment.  The OVA on the other hand is a single file with all of the necessary information encapsulated inside of it.  Think of the OVA as an archive file.  The single file format provides ease in portability.  From a size or bandwidth perspective, there is no advantage between one format or the other as they each tend to be the same size when all is said and done.</p>
<p><a class="flickr-image alignnone" title="7-2-2010 8-13-26 PM" href="http://www.flickr.com/photos/31838982@N08/4756503046/"><img src="http://farm5.static.flickr.com/4080/4756503046_5f9ce42a3b.jpg" alt="7-2-2010 8-13-26 PM" /></a></p>
<p>The DMTF explains the two formats on pages 12 through 13 in the PDF linked above:</p>
<blockquote><p>An OVF package may be stored as a single file using the TAR format. The extension of that file shall be .ova (open virtual appliance or application).</p></blockquote>
<blockquote><p>An OVF package can be made available as a set of files, for example on a standard Web server.</p></blockquote>
<p>Do keep in mind that which ever file type you choose to work with, if you plan on hosting them on a web server, MIME types will need to be set up for .OVF, OVA, or both, in order for a client to download them for deployment onto your hypervisor.</p>
<p>At 41 pages, the OVF Specification contains a surprising amount of detail.  There&#8217;s more to it than you might think, and for good reason:</p>
<blockquote><p>The Open Virtualization Format (OVF) Specification describes an open, secure, portable, efficient and extensible format for the packaging and distribution of software to be run in virtual machines.</p></blockquote>
<p>Open, meaning cross platform (bring your own hypervisor).  Combined with Secure and Portable attributes, OVF may be one of the key technologies for intracloud and intercloud mobility.  The format is a collaborative effort spawned from a variety of contributors:</p>
<blockquote><p>Simon Crosby, XenSource<br />
Ron Doyle, IBM<br />
Mike Gering, IBM<br />
Michael Gionfriddo, Sun Microsystems<br />
Steffen Grarup, VMware (Co-Editor)<br />
Steve Hand, Symantec<br />
Mark Hapner, Sun Microsystems<br />
Daniel Hiltgen, VMware<br />
Michael Johanssen, IBM<br />
Lawrence J. Lamers, VMware (Chair)<br />
John Leung, Intel Corporation<br />
Fumio Machida, NEC Corporation<br />
Andreas Maier, IBM<br />
Ewan Mellor, XenSource<br />
John Parchem, Microsoft<br />
Shishir Pardikar, XenSource<br />
Stephen J. Schmidt, IBM<br />
René W. Schmidt, VMware (Co-Editor)<br />
Andrew Warfield, XenSource<br />
Mark D. Weitzel, IBM<br />
John Wilson, Dell</p></blockquote>
<p>Take a look at the OVF Specifications document as well as some of the other work going on at DTMF. </p>
<p>Have a great and safe July 4th weeekend, and congratulations to the Dutch on their win today in World Cup Soccer.  I for one will be glad when it&#8217;s all over with and our Twitter APIs can return to normal again.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/02/ovf-ova-wtf/">OVF? OVA? WTF?</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 24, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/02/24/vmworld-europe-2009-tuesday-keynote/" title="VMworld Europe 2009 Tuesday keynote">VMworld Europe 2009 Tuesday keynote</a></li><li>May 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/27/vsphere-upgrade-prerequisites-checklist/" title="vSphere Upgrade Prerequisites Checklist">vSphere Upgrade Prerequisites Checklist</a></li><li>May 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/21/happy-birthday-vsphere/" title="Happy Birthday vSphere!">Happy Birthday vSphere!</a></li><li>May 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/15/p2v-milestone/" title="P2V Milestone">P2V Milestone</a></li><li>March 25, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/25/configuring-disks-to-use-vmware-paravirtual-scsi-pvscsi-adapters/" title="Configuring disks to use VMware Paravirtual SCSI (PVSCSI) adapters">Configuring disks to use VMware Paravirtual SCSI (PVSCSI) adapters</a></li><li>January 11, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/01/11/vmware-vi3-implementation-and-administration/" title="VMware VI3 Implementation and Administration">VMware VI3 Implementation and Administration</a></li><li>October 9, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/09/virtualizing-vcenter-with-vds-catch-22/" title="Virtualizing vCenter With vDS Catch-22">Virtualizing vCenter With vDS Catch-22</a></li><li>July 1, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/01/update-manager-does-not-download-host-updates/" title="Update Manager does not download host updates">Update Manager does not download host updates</a></li><li>April 21, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/04/21/vsphere-licensing-notables/" title="vSphere licensing notables">vSphere licensing notables</a></li><li>April 20, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/04/20/a-random-collection-of-whats-new-vsphere-eye-candy/" title="A random collection of what&#8217;s new vSphere eye candy">A random collection of what&#8217;s new vSphere eye candy</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/02/ovf-ova-wtf/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A piece of my VMware history</title>
		<link>http://www.boche.net/blog/index.php/2010/07/01/a-piece-of-my-vmware-history/</link>
		<comments>http://www.boche.net/blog/index.php/2010/07/01/a-piece-of-my-vmware-history/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 04:53:21 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2451</guid>
		<description><![CDATA[Much of what I do revolves around Email, or at least is at some point recorded in Email.  Just about every day I process email that has entered my inbox both at home and at work. And just about every day I&#8217;m reminded what an Email pack rat I am.  I keep all Email, or [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/01/a-piece-of-my-vmware-history/">A piece of my VMware history</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Much of what I do revolves around Email, or at least is at some point recorded in Email.  Just about every day I process email that has entered my inbox both at home and at work. And just about every day I&#8217;m reminded what an Email pack rat I am.  I keep all Email, or at least I attempt to.  Yeah, I&#8217;m kinda that guy who sometimes uses email as a file server.  At one point I was so bad, I used to keep SPAM messages as well but fortunately I came to the realization that:</p>
<ol>
<li>I had gone too far and was one step away from being clinically insane.</li>
<li>As my volume of mail to process grew, including SPAM, I honestly never had any intention to go back and read SPAM, not even from a humor or posterity point of view.</li>
</ol>
<p>So tonight I&#8217;m processing some items in my inbox at home.  In the back of my mind, I&#8217;m again reminded of the fact that I&#8217;ve got loads of old mail saved in my .PST file.  As a result, my curiosity suggests taking a break and locating the oldest piece of Email.  Since I have several folder catagories for Email I receive and in the interest of time, I decide not to bother searching each folder containing Email I which I have received.  The best bang for the buck here is to choose the folder which contains sent items, and then choose the oldest piece of Email based on sent date.  Who did I write to?  What was the subject?  When did I send it?</p>
<p>Would you believe this?</p>
<p><a class="flickr-image alignnone" title="7-1-2010 10-51-33 PM" href="http://www.flickr.com/photos/31838982@N08/4753496021/"></a> <a class="flickr-image alignnone" title="7-1-2010 10-51-33 PM" href="http://www.flickr.com/photos/31838982@N08/4753511261/"><img src="http://farm5.static.flickr.com/4117/4753511261_fa18201e64.jpg" alt="7-1-2010 10-51-33 PM" /></a></p>
<p>The oldest recorded Email in my possession was sent in August 2003 to my friend <a href="http://twitter.com/KokopeIIi">Dawn</a> in California, with the subject of VMWARE.  Well, I&#8217;ve provided the screenshot above; you can read it for yourself. </p>
<p>I couldn&#8217;t have staged the results any better.  I guess this constitutes my first recorded act of VMware evangelism.  Mind you, it&#8217;s about a year before my account creation and first post on the <a href="http://communities.vmware.com/home.jspa">VMTN forums</a>, and two years before I started using ESX, sat the ICM class, and became VCP 2712 on VI2.  There had never been a VMworld yet, and <a href="http://twitter.com/jtroyer">John Troyer</a> was still a self employed consultant in the computer software industry (I would later meet John for the first time in 2006 at a bar in Los Angeles, but I digress).  In this particular point in time I&#8217;m still using VMware Workstation and probably experimenting with VMware GSX in the lab and formulating a plan for using GSX at the DR/BCP recovery site.</p>
<p>In case you&#8217;re curious, I received a reply from Dawn less than an hour afterwards:</p>
<blockquote><p>You have told me about it and we have it here at work. If I ever add another machine at hole I&#8217;ll get it from you, but I don&#8217;t see that happening too soon, I just don&#8217;t have room for more computers&#8230;</p>
<p>Dawn</p></blockquote>
<p>To which I replied five minutes later:</p>
<blockquote><p>With VMWARE, you add more virtual computers on your existing machine. It doesn&#8217;t mean you have to go buy more computers. That&#8217;s what VMWARE is all about, doing more with what you have. Only thing is that the computer you run you VMs on should have lots of memory and hopefully a decent CPU (P3 or better)</p>
<p>Jas</p></blockquote>
<p>If I get real ambitious, I could add a second post to this later where I mount my .PST files from my previous job which go back to 1998.  Sometime in the 2000/2001 timeframe is when I was introduced to VMware by a former co-worker <a href="http://twitter.com/MwC_Trexx">Paul</a>.  Some of my earliest conversations could be great fun to look at.  I remember having extreme curiosity about how this VMware could possibly work.  In addition, I was totally nervous about installing Windows as a VM as I thought it would wipe out the boot record on my workstation.</p>
<p>And there you have it.  A little history about VMware and my early beginnings with it.  I&#8217;m sure everyone has a story to tell.  I&#8217;d like to hear yours in the comments below.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/07/01/a-piece-of-my-vmware-history/">A piece of my VMware history</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 25, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/" title="vSphere 4.1: Multicore Virtual CPUs">vSphere 4.1: Multicore Virtual CPUs</a></li><li>July 24, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/24/gogo-inflight-internet/" title="GoGo Inflight Internet">GoGo Inflight Internet</a></li><li>July 22, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/22/vmworld-2010-an-roi-message-for-your-manager/" title="VMworld 2010: An ROI Message for Your Manager">VMworld 2010: An ROI Message for Your Manager</a></li><li>July 16, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/16/gestalt-it-tech-field-day-compellent/" title="Gestalt IT Tech Field Day – Compellent ">Gestalt IT Tech Field Day – Compellent </a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-f5/" title="Gestalt IT Tech Field Day &#8211; F5">Gestalt IT Tech Field Day &#8211; F5</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-nimble-storage/" title="Gestalt IT Tech Field Day &#8211; Nimble Storage">Gestalt IT Tech Field Day &#8211; Nimble Storage</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-veeam/" title="Gestalt IT Tech Field Day &#8211; Veeam">Gestalt IT Tech Field Day &#8211; Veeam</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-seattle/" title="Gestalt IT Tech Field Day Seattle">Gestalt IT Tech Field Day Seattle</a></li><li>July 8, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/08/new-vmware-vcenter-lab-manager-video-tutorial-series/" title="New VMware vCenter Lab Manager Video Tutorial Series">New VMware vCenter Lab Manager Video Tutorial Series</a></li><li>July 2, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/02/ovf-ova-wtf/" title="OVF? OVA? WTF?">OVF? OVA? WTF?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/07/01/a-piece-of-my-vmware-history/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Make an ESX Firewall Rule Manageable in the vSphere Client</title>
		<link>http://www.boche.net/blog/index.php/2010/06/25/make-an-esx-firewall-rule-manageable-in-the-vsphere-client/</link>
		<comments>http://www.boche.net/blog/index.php/2010/06/25/make-an-esx-firewall-rule-manageable-in-the-vsphere-client/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 08:00:02 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2438</guid>
		<description><![CDATA[Make an ESX Firewall Rule Manageable in the vSphere Client.  To do so, you essentially need to create a new service in the firewall configuration XML file. Open the file /etc/vmware/firewall/services.xml Scroll to the bottom &#38; note the last Service ID # Copy an existing service section as a template (ie. faultTolerance) Paste as new [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/06/25/make-an-esx-firewall-rule-manageable-in-the-vsphere-client/">Make an ESX Firewall Rule Manageable in the vSphere Client</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Make an ESX Firewall Rule Manageable in the vSphere Client.  To do so, you essentially need to create a new service in the firewall configuration XML file.</p>
<p>Open the file /etc/vmware/firewall/services.xml<br />
Scroll to the bottom &amp; note the last Service ID #<br />
Copy an existing service section as a template (ie. faultTolerance)<br />
Paste as new following proper XML formatting<br />
Increment the Service ID # by 1 ensuring it&#8217;s unique<br />
Customize to fit your new inbound/outbound port rule<br />
Save and exit<br />
Services do not need to be restarted</p>
<p>As an example, I took :</p>
<blockquote><p>&lt;service id=&#8217;0031&#8242;&gt;<br />
    &lt;id&gt;faultTolerance&lt;/id&gt;<br />
    &lt;rule id=&#8217;0000&#8242;&gt;<br />
      &lt;direction&gt;outbound&lt;/direction&gt;<br />
      &lt;protocol&gt;tcp&lt;/protocol&gt;<br />
      &lt;port type=&#8217;dst&#8217;&gt;80&lt;/port&gt;<br />
    &lt;/rule&gt;<br />
  &lt;/service&gt;</p></blockquote>
<p>and created a new service like so:</p>
<blockquote><p>&lt;service id=&#8217;0033&#8242;&gt;<br />
    &lt;id&gt;CoolFirewallRule&lt;/id&gt;<br />
    &lt;rule id=&#8217;0000&#8242;&gt;<br />
      &lt;direction&gt;outbound&lt;/direction&gt;<br />
      &lt;protocol&gt;tcp&lt;/protocol&gt;<br />
      &lt;port type=&#8217;dst&#8217;&gt;12345&lt;/port&gt;<br />
    &lt;/rule&gt;<br />
  &lt;/service&gt;</p></blockquote>
<p>The result is a firewall rule named <strong>CoolFirewallRule</strong> which can be toggled via the vSphere Client:</p>
<p> <a class="flickr-image alignnone" title="6-22-2010 11-13-39 PM" href="http://www.flickr.com/photos/31838982@N08/4726662364/"><img src="http://farm2.static.flickr.com/1085/4726662364_2c9cbf4264.jpg" alt="6-22-2010 11-13-39 PM" /></a></p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/06/25/make-an-esx-firewall-rule-manageable-in-the-vsphere-client/">Make an ESX Firewall Rule Manageable in the vSphere Client</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>April 11, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/04/11/new-esxi-35-security-patch-released-scenarios-and-installation-notes/" title="New ESX(i) 3.5 security patch released; scenarios and installation notes">New ESX(i) 3.5 security patch released; scenarios and installation notes</a></li><li>November 6, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/11/06/vmware-vi-network-communications-and-port-usage-diagram/" title="VMware VI network communications and port usage diagram">VMware VI network communications and port usage diagram</a></li><li>July 25, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/" title="vSphere 4.1: Multicore Virtual CPUs">vSphere 4.1: Multicore Virtual CPUs</a></li><li>July 2, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/02/ovf-ova-wtf/" title="OVF? OVA? WTF?">OVF? OVA? WTF?</a></li><li>June 24, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/24/vsphere-cluster-showing-noncompliant-on-the-host-profiles-tab/" title="vSphere Cluster Showing Noncompliant on the Profile Compliance Tab">vSphere Cluster Showing Noncompliant on the Profile Compliance Tab</a></li><li>June 23, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/23/disable-copy-and-paste-for-a-vm/" title="Disable Copy and Paste for a VM">Disable Copy and Paste for a VM</a></li><li>June 17, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/17/esx-and-the-service-console-are-going-away/" title="ESX and the Service Console Are Going Away">ESX and the Service Console Are Going Away</a></li><li>June 16, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/16/vmware-tools-install-a-general-system-error-occurred-internal-error/" title="VMware Tools install &#8211; A general system error occurred: Internal error">VMware Tools install &#8211; A general system error occurred: Internal error</a></li><li>June 11, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/11/nfs-and-name-resolution/" title="NFS and Name Resolution">NFS and Name Resolution</a></li><li>May 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/27/vsphere-upgrade-prerequisites-checklist/" title="vSphere Upgrade Prerequisites Checklist">vSphere Upgrade Prerequisites Checklist</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/06/25/make-an-esx-firewall-rule-manageable-in-the-vsphere-client/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>vSphere Cluster Showing Noncompliant on the Profile Compliance Tab</title>
		<link>http://www.boche.net/blog/index.php/2010/06/24/vsphere-cluster-showing-noncompliant-on-the-host-profiles-tab/</link>
		<comments>http://www.boche.net/blog/index.php/2010/06/24/vsphere-cluster-showing-noncompliant-on-the-host-profiles-tab/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 08:00:53 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2434</guid>
		<description><![CDATA[To troubleshoot a vSphere cluster showing Noncompliant on the Profile Compliance tab, check the following: FT logging NIC speed is at least 1000 Mbps At least one shared datastore exists FT logging is enabled VMotion NIC speed is at least 1000 Mbps All the hosts in the cluster have the same build for Fault Tolerance The [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/06/24/vsphere-cluster-showing-noncompliant-on-the-host-profiles-tab/">vSphere Cluster Showing Noncompliant on the Profile Compliance Tab</a></p>
]]></description>
			<content:encoded><![CDATA[<p>To troubleshoot a vSphere cluster showing Noncompliant on the Profile Compliance tab, check the following:</p>
<p>FT logging NIC speed is at least 1000 Mbps<br />
At least one shared datastore exists<br />
FT logging is enabled<br />
VMotion NIC speed is at least 1000 Mbps<br />
All the hosts in the cluster have the same build for Fault Tolerance<br />
The host hardware supports Fault Tolerance<br />
VMotion is enabled</p>
<p>Read more at: <a href="http://kb.vmware.com/kb/1017471">http://kb.vmware.com/kb/1017471</a></p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/06/24/vsphere-cluster-showing-noncompliant-on-the-host-profiles-tab/">vSphere Cluster Showing Noncompliant on the Profile Compliance Tab</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 25, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/" title="vSphere 4.1: Multicore Virtual CPUs">vSphere 4.1: Multicore Virtual CPUs</a></li><li>May 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/27/vsphere-upgrade-prerequisites-checklist/" title="vSphere Upgrade Prerequisites Checklist">vSphere Upgrade Prerequisites Checklist</a></li><li>May 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/21/happy-birthday-vsphere/" title="Happy Birthday vSphere!">Happy Birthday vSphere!</a></li><li>April 7, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/04/07/no-failback-bug-in-esxi/" title="No Failback Bug in ESX(i)">No Failback Bug in ESX(i)</a></li><li>March 28, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/28/windows-2008-r2-and-windows-7-on-vsphere/" title="Windows 2008 R2 and Windows 7 on vSphere">Windows 2008 R2 and Windows 7 on vSphere</a></li><li>November 11, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/11/tame-electrical-and-heating-costs-with-cpu-power-management/" title="Tame Electrical and Heating Costs with CPU Power Management">Tame Electrical and Heating Costs with CPU Power Management</a></li><li>October 23, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/23/trainsignal-vsphere-training-dvd-1-completed/" title="TrainSignal vSphere Training DVD 1 Completed">TrainSignal vSphere Training DVD 1 Completed</a></li><li>August 7, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/08/07/2nd-batch-of-vsphere-patches-arrive-critical/" title="2nd Batch of vSphere Patches Arrive (Critical)">2nd Batch of vSphere Patches Arrive (Critical)</a></li><li>April 21, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/04/21/vsphere-licensing-notables/" title="vSphere licensing notables">vSphere licensing notables</a></li><li>April 20, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/04/20/a-random-collection-of-whats-new-vsphere-eye-candy/" title="A random collection of what&#8217;s new vSphere eye candy">A random collection of what&#8217;s new vSphere eye candy</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/06/24/vsphere-cluster-showing-noncompliant-on-the-host-profiles-tab/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable Copy and Paste for a VM</title>
		<link>http://www.boche.net/blog/index.php/2010/06/23/disable-copy-and-paste-for-a-vm/</link>
		<comments>http://www.boche.net/blog/index.php/2010/06/23/disable-copy-and-paste-for-a-vm/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:00:18 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2431</guid>
		<description><![CDATA[Security Tip: Disable Copy and Paste operations between the guest VM operating system and remote console by providing the following advanced parameters for the VM&#8217;s configuration (stored in the .vmx file): isolation.tools.copy.disable = true isolation.tools.paste.disable = true isolation.tools.setGUIOptions.enable = false Read more at: http://www.vmware.com/files/pdf/vi35_security_hardening_wp.pdf Post from: boche.net - VMware Virtualization Evangelist Learn how to utilize VMware [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/06/23/disable-copy-and-paste-for-a-vm/">Disable Copy and Paste for a VM</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Security Tip</strong>: Disable Copy and Paste operations between the guest VM operating system and remote console by providing the following advanced parameters for the VM&#8217;s configuration (stored in the .vmx file):</p>
<blockquote><p>isolation.tools.copy.disable = true<br />
isolation.tools.paste.disable = true<br />
isolation.tools.setGUIOptions.enable = false</p></blockquote>
<p>Read more at: <a href="http://www.vmware.com/files/pdf/vi35_security_hardening_wp.pdf">http://www.vmware.com/files/pdf/vi35_security_hardening_wp.pdf</a></p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/06/23/disable-copy-and-paste-for-a-vm/">Disable Copy and Paste for a VM</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 25, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/" title="vSphere 4.1: Multicore Virtual CPUs">vSphere 4.1: Multicore Virtual CPUs</a></li><li>July 2, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/02/ovf-ova-wtf/" title="OVF? OVA? WTF?">OVF? OVA? WTF?</a></li><li>June 24, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/24/vsphere-cluster-showing-noncompliant-on-the-host-profiles-tab/" title="vSphere Cluster Showing Noncompliant on the Profile Compliance Tab">vSphere Cluster Showing Noncompliant on the Profile Compliance Tab</a></li><li>June 17, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/17/esx-and-the-service-console-are-going-away/" title="ESX and the Service Console Are Going Away">ESX and the Service Console Are Going Away</a></li><li>June 16, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/16/vmware-tools-install-a-general-system-error-occurred-internal-error/" title="VMware Tools install &#8211; A general system error occurred: Internal error">VMware Tools install &#8211; A general system error occurred: Internal error</a></li><li>June 11, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/06/11/nfs-and-name-resolution/" title="NFS and Name Resolution">NFS and Name Resolution</a></li><li>May 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/27/vsphere-upgrade-prerequisites-checklist/" title="vSphere Upgrade Prerequisites Checklist">vSphere Upgrade Prerequisites Checklist</a></li><li>May 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/21/happy-birthday-vsphere/" title="Happy Birthday vSphere!">Happy Birthday vSphere!</a></li><li>May 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/19/top-10-free-vsphere-esx-tools-and-utilities-by-kendrickcoleman-com/" title="Top 10 Free vSphere ESX Tools and Utilities by KendrickColeman.com">Top 10 Free vSphere ESX Tools and Utilities by KendrickColeman.com</a></li><li>May 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/05/15/p2v-milestone/" title="P2V Milestone">P2V Milestone</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/06/23/disable-copy-and-paste-for-a-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCalendar 2.0</title>
		<link>http://www.boche.net/blog/index.php/2010/06/23/vcalendar-2-0/</link>
		<comments>http://www.boche.net/blog/index.php/2010/06/23/vcalendar-2-0/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 05:04:57 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2445</guid>
		<description><![CDATA[vCalendar was launched in 2009 at VMworld.  I think it was a success and my sincere hope is that everyone who acquired one got some practical use out of it.  I know I have, which is why I created it.  Each new day is a pleasant surprise.  Some might be curious about what&#8217;s next for [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/06/23/vcalendar-2-0/">vCalendar 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin: 5px;" src="http://farm4.static.flickr.com/3459/3838892154_dcac7fa26b_o_d.jpg" alt="" width="125" height="105" /><a href="http://www.boche.net/blog/index.php/vcalendar/">vCalendar</a> was launched in 2009 at VMworld.  I think it was a success and my sincere hope is that everyone who acquired one got some practical use out of it.  I know I have, which is why I created it.  Each new day is a pleasant surprise.  Some might be curious about what&#8217;s next for vCalendar.  The truth is that I began development of vCalendar 2.0 shortly after the 1.0 launch.  This was easy to do because I followed the same development methodology which was incorporated into version 1.0, essentially harvesting useful data from the trenches on an almost daily basis and then formatting that data into a vCalendar form factor. </p>
<p>So the good news is that there will be a vCalendar 2.0 and I&#8217;m planning on an anniversary launch around VMworld 2010 San Francisco.  Some data which is not so relevant any longer will be pruned.  Some of the data which is still currently relevant or of historic value will be carried over from the previous version.  Then there will be quite a bit of new content added which I have been working on since the fall of last year.  <strong>The next few blog posts you see from me will provide examples of upcoming vCalendar 2.0 content</strong>.  The posts will be rather short and to the point &#8211; because for the most part they are in vCalendar format which is limited to a finite number of rows and 425 characters total.</p>
<p>The not so good news surrounding vCalendar 2.0 is that it will only be available for purchase by continental U.S. peeps online at <a href="http://www.printedowl.com/CalendarDetail.aspx?id=boche">The Printed Owl</a>. I will do my best to get some vCalendars into the VMworld store as I did last year but I cannot make any promises as it is quite expensive to do so and the budget is tight this year.  <a href="http://veeam.com/">Veeam</a> did a fantastic job of distributing vCalendars over the past year, however, they will not be carrying the vCalendar this year.  I wish to extend my thanks to Veeam for their partnership.</p>
<p>I&#8217;d like the vCalendar tradition to continue, be successful, and maybe leave its mark in VMware lore.  I&#8217;m excited for the upcoming launch and I hope you&#8217;re able to get your hands on one.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/06/23/vcalendar-2-0/">vCalendar 2.0</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 25, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/" title="vSphere 4.1: Multicore Virtual CPUs">vSphere 4.1: Multicore Virtual CPUs</a></li><li>July 24, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/24/gogo-inflight-internet/" title="GoGo Inflight Internet">GoGo Inflight Internet</a></li><li>July 22, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/22/vmworld-2010-an-roi-message-for-your-manager/" title="VMworld 2010: An ROI Message for Your Manager">VMworld 2010: An ROI Message for Your Manager</a></li><li>July 16, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/16/gestalt-it-tech-field-day-compellent/" title="Gestalt IT Tech Field Day – Compellent ">Gestalt IT Tech Field Day – Compellent </a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-f5/" title="Gestalt IT Tech Field Day &#8211; F5">Gestalt IT Tech Field Day &#8211; F5</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-nimble-storage/" title="Gestalt IT Tech Field Day &#8211; Nimble Storage">Gestalt IT Tech Field Day &#8211; Nimble Storage</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-tech-field-day-veeam/" title="Gestalt IT Tech Field Day &#8211; Veeam">Gestalt IT Tech Field Day &#8211; Veeam</a></li><li>July 15, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/15/gestalt-it-tech-field-day-seattle/" title="Gestalt IT Tech Field Day Seattle">Gestalt IT Tech Field Day Seattle</a></li><li>July 8, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/08/new-vmware-vcenter-lab-manager-video-tutorial-series/" title="New VMware vCenter Lab Manager Video Tutorial Series">New VMware vCenter Lab Manager Video Tutorial Series</a></li><li>July 2, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/07/02/ovf-ova-wtf/" title="OVF? OVA? WTF?">OVF? OVA? WTF?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/06/23/vcalendar-2-0/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
