<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>That&#039;s right. Another tech blog.</title>
	<atom:link href="http://vmtyler.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vmtyler.com</link>
	<description></description>
	<lastBuildDate>Thu, 18 Apr 2013 11:45:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vmtyler.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/a7fe9fecc0693bfc2d3566770bbb28fe?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>That&#039;s right. Another tech blog.</title>
		<link>http://vmtyler.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vmtyler.com/osd.xml" title="That&#039;s right. Another tech blog." />
	<atom:link rel='hub' href='http://vmtyler.com/?pushpress=hub'/>
		<item>
		<title>SDN- Software Defined Nonsense</title>
		<link>http://vmtyler.com/2013/02/15/sdn-software-defined-nonsense/</link>
		<comments>http://vmtyler.com/2013/02/15/sdn-software-defined-nonsense/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 15:52:17 +0000</pubDate>
		<dc:creator>vmtyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vmtyler.com/?p=147</guid>
		<description><![CDATA[It&#8217;s not what you think it is Don&#8217;t worry, this isn&#8217;t going to be a post explaining how some new buzzword is either complete rubbish marketing or the next great thing. I was having a discussion with a co-worker around the latest term floating around our industry- software-defined datacenters (SDDC). We were debating whether SDDC [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=147&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>It&#8217;s not what you think it is</strong></p>
<p>Don&#8217;t worry, this isn&#8217;t going to be a post explaining how some new buzzword is either complete rubbish marketing or the next great thing. I was having a discussion with a co-worker around the latest term floating around our industry- software-defined datacenters (SDDC). We were debating whether SDDC was the &#8220;future&#8221; of virtualization, how it fits with cloud, et cetera. I think some good came from those discussions so I figured why not share them here.</p>
<p><strong>Let&#8217;s Start with Cloud</strong></p>
<p>Not to beat a dead horse, but let&#8217;s talk about cloud first. I still find <a href="http://www.youtube.com/watch?v=okqLxzWS5R4">Simon Wardley&#8217;s talk from OSCON &#8217;09</a> to still be incredibly relevant here. I agree with his premise that Cloud is mainly talking about an technology operation model, not a technology. Yes, recent technology advances have made this model more feasible, but it&#8217;s still just a way of doing things.</p>
<p><strong>So what about IT as a Service (ITaaS)?</strong></p>
<p>To me, (whatever) as a service in the IT context is the overlaid business model. ITaaS has existed for quite some time and some companies have adopted it years ago; IT acts as a service provider to the business and charges the business cost centers for resources consumed. Now its only been recently that technology like virtualization has allowed IT to share more resources and charge business units back for much more granular consumption. So ITaaS is not even an operational model, it&#8217;s the business/financial model that sits on top. It&#8217;s the IT department taking the IT service provider model and using it internal to the company.</p>
<p><strong>ITaaS leverages Cloud</strong></p>
<p>As i mentioned, companies have been doing (or at least trying) the ITaaS model long before the cloud concept was feasible. What cloud brings the the party is a model which allows providers to deliver service faster, cheaper, and with a better customer experience. This applies to both service providers as well as IT departments working in the ITaaS model.</p>
<p><strong>What about software defined datacenters (SDDC)? Does that replace cloud?</strong></p>
<p>This is where we actually start talking about actual technology. There are two similar but slightly different takes on SDDC:</p>
<p>In the first, the promise of SDDC is that current manageability limitations of physical hardware like network switches, firewalls, and storage arrays can be overcome by separating out the control plane from the data plane. The idea being that moving the control/management to a virtual layer can allow for simpler, more agile operations.</p>
<p>Nicira (the recent VMware acquisition) is a great example of this concept- software defined networking (SDN). It has/had a great fit with very large organizations and service providers that have very complex network topologies that usually include hardware from multiple vendors.  SDN allows all the &#8216;smart&#8217; networking to happen completely in software switches and nodes and allows the underlying hardware to be the lowest common denominator and focus on pushing packets with little ongoing reconfiguration. This makes it even easier for orchestration/automation tools to configure networking on the fly via APIs.</p>
<p>The second SSDC methodology is one that has been around a bit longer- the vAppliance. The concept is that both the control and data planes go through a virtual version of what was traditionally physical hardware. This is where VMware vShield Edge firewalls, Avamar Virtual Edition, NetApp&#8217;s ONTAP Edge virtual storage appliances, and others fit. I can provide multitenant support by just spinning up an additional copy of that vApp for the new tenant.</p>
<p>Obviously under both of these models, the underlying hardware requires less intelligence. The big difference I see is that the first option fits much larger enterprise and service provider environments where the second is tuned for small-medium business (SMB). The net outcome for companies that are trying to operate in a cloud model, SDDC can make that easier by limited touch points for their orchestration/automatic framework of choice.</p>
<p><strong>In Summary</strong></p>
<p>The way I see it:</p>
<p>ITaaS-&gt;Cloud-&gt;SDDC</p>
<p>is</p>
<p>Business-&gt;Operations-&gt;Technical.<br />
Thoughts?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmtyler.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmtyler.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=147&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmtyler.com/2013/02/15/sdn-software-defined-nonsense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0698aff35a935a22a8ce65eee2872d71?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmtyler</media:title>
		</media:content>
	</item>
		<item>
		<title>Shameless Plug- VMworld 2012 Session</title>
		<link>http://vmtyler.com/2012/05/29/shameless-plug-vmworld-2012-session/</link>
		<comments>http://vmtyler.com/2012/05/29/shameless-plug-vmworld-2012-session/#comments</comments>
		<pubDate>Tue, 29 May 2012 20:09:58 +0000</pubDate>
		<dc:creator>vmtyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vmtyler.com/?p=131</guid>
		<description><![CDATA[VMworld 2012 session voting is open, and I&#8217;d love it if you voted for my session (1604- vSphere Storage Connectivity Best Practices for Performance and Availability). That said, I don&#8217;t expect you to vote for it just based on my winning personality, so here is a quick rundown on the session: Summary There are many common [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=131&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>VMworld 2012 <a href="http://www.vmworld.com/www.vmworld.com/cfp.jspa">session voting is open</a>, and I&#8217;d love it if you voted for my session (<em>1604- vSphere Storage Connectivity Best Practices for Performance and Availability</em>).</p>
<p>That said, I don&#8217;t expect you to vote for it just based on my winning personality, so here is a quick rundown on the session:</p>
<p><strong>Summary</strong></p>
<p>There are many common misconceptions around storage networking for both Fibrechannel and IP. These misconceptions lead to bad design, and these bad designs lead to poor performance and lower availability. We will review real-world examples of these designs and discuss what the architect intended and what the actual outcome was. We will educate you on all the advantages and limitations of different configurations and arm you with the knowledge so you can make a well-informed design that works best for your environment, including protocols, multipathing, link aggregation, and more.</p>
<p><strong>Three Key Takeaways</strong></p>
<ul>
<li>More wires don’t always mean more performance- some of the accepted ‘truths’ about storage networking are pure fiction.</li>
<li>There is no ‘right’ storage protocol for vSphere- they all have their pluses and minuses. Get educated on all of them and select the one that makes the most sense for your environment</li>
<li>Storage connectivity for vSphere is not a black art- with a good understanding of how it all works, it can be easy for any VMware or storage administrator.</li>
</ul>
<p><strong> Conclusion</strong></p>
<p>All the pieces are there to build a scalable and reliable storage network, no matter what your protocol is. The key is understanding how they work and what are sound design principles to follow.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmtyler.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmtyler.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=131&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmtyler.com/2012/05/29/shameless-plug-vmworld-2012-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0698aff35a935a22a8ce65eee2872d71?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmtyler</media:title>
		</media:content>
	</item>
		<item>
		<title>The Hardware Commodity Myth</title>
		<link>http://vmtyler.com/2012/05/25/the-hardware-commodity-myth/</link>
		<comments>http://vmtyler.com/2012/05/25/the-hardware-commodity-myth/#comments</comments>
		<pubDate>Fri, 25 May 2012 16:45:12 +0000</pubDate>
		<dc:creator>vmtyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://vmtyler.wordpress.com/?p=116</guid>
		<description><![CDATA[x86 Hardware is Commodity I frequently hear this about server platforms, but it is also sometimes said about x86 storage hardware; meaning that &#8220;it&#8217;s all the same.&#8221; It seems to make sense, and most people nod their head knowingly when they hear it. The problem is that it is completely false. What does it mean [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=116&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>x86 Hardware is Commodity</strong></p>
<p><strong></strong>I frequently hear this about server platforms, but it is also sometimes said about x86 storage hardware; meaning that &#8220;it&#8217;s all the same.&#8221; It seems to make sense, and most people nod their head knowingly when they hear it.</p>
<p><em>The problem is that it is completely false.</em></p>
<p><strong>What does it mean to be commoditized?</strong></p>
<p>To clarify here, the words commodity/commoditized are misused in this instance. Commodity just means &#8220;something of use or value.&#8221; The term <a href="http://dictionary.reference.com/browse/fungible?s=t" target="_blank">fungible</a> is really what is meant; replaceable or interchangeable- like currency or crude oil. The best hallmark of a fungible good is price is usually the sole determiner of demand. That means absolutely zero differentiation between goods. Let&#8217;s test this definition on servers and storage.</p>
<p><strong>Commodity Servers</strong></p>
<p>Let&#8217;s start with servers- Are there server vendor&#8217;s who&#8217;s entire value proposition is based around acquisition cost? Sure- Super Micro is the first that comes to mind and Dell built an empire on &#8220;good enough and cheaper.&#8221;</p>
<p>The problem is that there are still vendors innovating in this space, and capturing sales with their innovations. HP is still the leading x86 server vendor overall as well as x86 blades. If Proliant servers are really the same as PowerEdge servers, why isn&#8217;t the lower cost option from Dell dominating the market? Cisco really sinks the server commodity theory. If x86 servers were truly commodity, would a new vendor entering the market be able to capture such large amounts of marketshare in a short period of time unless they were significantly cheaper (which by all accounts UCS is not)? Absolutely not.</p>
<p><strong>Commodity Storage Hardware</strong></p>
<p>Clearly servers haven&#8217;t been completely commoditized yet, what about storage hardware? Leaving tiny niche players out and focusing on mainstream storage vendors, there are only really two that use what are basically off the shelf servers as their hardware- Dell Compellent and HP Lefthand. And if you take the Dell/HP names out from in front of them, they are really ignorable niche products too.</p>
<p><em>What about EMC? Don&#8217;t they use industry standard x86 components in their storage platforms?</em></p>
<p>Now we&#8217;re starting to hit the mark- the key phrase in that question is <em>industry standard</em>. This is really what x86 servers and the components that make them up are- industry standard. Well understood and lower cost due to economies of scale. They allow server and storage vendors to stop wasting development and engineering cycles on custom ASIC and CPU designs, and focus on packaging these <em>industry standard</em> components in new ways to <em>add value</em> to their products.</p>
<p><a href="http://virtualgeek.typepad.com/virtual_geek/2012/04/the-most-kick-butt-hardware-episode-evah.html">Chad Sakac has a great video on Virtual Geek where he talks with Bill DePatie from EMC&#8217;s hardware engineering team</a>. As Bill demonstrates the hardware for Chad, count how many times you think &#8220;hey that looks just like that supermicro server in my home lab.&#8221;</p>
<p><strong>Conclusion</strong></p>
<p>Are there parts of the x86 market that are a sea of clones that complete solely on price? Of course. But to say it&#8217;s all commodity does a great disservice to the hardware engineering teams at HP, Cisco, EMC, and others.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmtyler.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmtyler.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=116&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmtyler.com/2012/05/25/the-hardware-commodity-myth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0698aff35a935a22a8ce65eee2872d71?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmtyler</media:title>
		</media:content>
	</item>
		<item>
		<title>Surprised and Humbled</title>
		<link>http://vmtyler.com/2012/04/17/surprised-and-humbled/</link>
		<comments>http://vmtyler.com/2012/04/17/surprised-and-humbled/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 17:48:47 +0000</pubDate>
		<dc:creator>vmtyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vmtyler.com/?p=108</guid>
		<description><![CDATA[Yesterday morning I received an email on an internal distribution list from Fred Nix congratulating all of the vSpecialists who were named vExpert for 2012. As I&#8217;m going through the list, at the very bottom- my name. Holy Crap! I had to go check the official list on VMTN to confirm- there was my name again! This is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=108&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:left;"><span style="text-align:left;">Yesterday morning I received an email on an internal distribution list from </span><a style="text-align:left;" href="http://twitter.com/nixfred" target="_blank">Fred Nix</a><span style="text-align:left;"> congratulating all of the vSpecialists who were named </span><a style="text-align:left;" href="http://communities.vmware.com/vexpert.jspa">vExpert</a><span style="text-align:left;"> for 2012. As I&#8217;m going through the list, at the very bottom- my name. Holy Crap! I had to go check the </span><a style="text-align:left;" href="http://blogs.vmware.com/vmtn/2012/04/announcing-vexpert-2012-title-holders.html" target="_blank">official list on VMTN</a><span style="text-align:left;"> to confirm- there was my name again! This is the first year I&#8217;ve been chosen and I&#8217;m very honored and humbled to be included with some of the names that are on that list. Thanks again to VMware and congrats to all the other vExperts 2012.</span></p>
<p><a href="http://communities.vmware.com/vexpert.jspa"><img class="aligncenter" title="vmw_q109_lgo_vexpert_metal_hires" src="http://vmtyler.files.wordpress.com/2012/04/vmw_q109_lgo_vexpert_metal_hires.jpg?w=168&#038;h=84" alt="" width="168" height="84" /></a></p>
<p style="text-align:center;"><em>The vExpert program is a recognition to the contributions to the VMware, virtualization and cloud computing communities.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmtyler.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmtyler.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=108&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmtyler.com/2012/04/17/surprised-and-humbled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0698aff35a935a22a8ce65eee2872d71?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmtyler</media:title>
		</media:content>

		<media:content url="http://vmtyler.files.wordpress.com/2012/04/vmw_q109_lgo_vexpert_metal_hires.jpg" medium="image">
			<media:title type="html">vmw_q109_lgo_vexpert_metal_hires</media:title>
		</media:content>
	</item>
		<item>
		<title>The Future, Yesterday</title>
		<link>http://vmtyler.com/2012/02/19/the-future-yesterday/</link>
		<comments>http://vmtyler.com/2012/02/19/the-future-yesterday/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 14:08:23 +0000</pubDate>
		<dc:creator>vmtyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMAX]]></category>
		<category><![CDATA[VMAXe]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://vmtyler.com/?p=59</guid>
		<description><![CDATA[Wow, It&#8217;s been a while since I&#8217;ve made a post. I&#8217;m going to try to post more often. Anyway. Like VMware , but for storage! I read a note today from one of EMC&#8217;s competitors that made me chuckle. It spoke of a &#8220;paradigm shift in storage the same way VMware change the x86 server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=59&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Wow, It&#8217;s been a while since I&#8217;ve made a post. I&#8217;m going to try to post more often. Anyway.</p>
<p><strong>Like VMware , but for storage!</strong></p>
<p>I read a note today from one of EMC&#8217;s competitors that made me chuckle. It spoke of a &#8220;paradigm shift in storage the same way VMware change the x86 server</p>
<p><img class="alignleft  wp-image-76" style="margin:2px;" title="vmotion" src="http://vmtyler.files.wordpress.com/2012/02/vmotion.gif?w=168&#038;h=158" alt="" width="168" height="158" /></p>
<p>market.&#8221; Now this isn&#8217;t the first time I&#8217;ve heard a storage company use the tired &#8220;we&#8217;re like VMware, but for storage!&#8221; slogan, but this time it got me thinking.</p>
<p>What this company is really announcing is &#8221;we&#8217;re like ESX2.5, but for storage!&#8221; (Not as catchy.) It is the ability to move storage workloads between discrete storage controllers non-disruptively. Manually, no DRS or HA. And any one workload is still bound to the resources in the controller that owns it. A nice feature but not exactly a revolutionary paradigm shift.</p>
<p><strong>Back to the Future</strong></p>
<p>Let me paint you another picture. Some time in the future, VMware announces a new version of vSphere. This new version allows users to truly treat server resources like a pool- you have a total amount of CPU cores, memory, and NICs added up for the whole cluster and you can assign as much or as little as you need. Not limited to the resources of a single vSphere host for a single workload. If I have 2.5TB of memory and 120 cores across my vSphere cluster, I can assign as much as I want to a VM and the vSphere nodes will use a high speed interconnect (like Infiniband or RapidIO) to share all the resources between vSphere hosts.</p>
<p><strong>Sounds amazing, right? But what does VMAX have to do with this?</strong></p>
<p>Well that&#8217;s pretty much how the Symmetrix VMAX and VMAXe work. Each engine, which contains two controllers (directors) are connected to a Virtual Matrix (hence the name VMAX) that connects all the directors together and allows sharing of resources. I can add more CPU (engines), Memory (cache), or NICs (FC Ports) to my workload (LUN) without an outage and without being constrained by the resources of a single director.</p>
<p><img class="alignleft  wp-image-80" style="border-color:initial;border-style:initial;" title="virtualmatrix" src="http://vmtyler.files.wordpress.com/2012/02/virtualmatrix.png?w=180&#038;h=179" alt="" width="180" height="179" /></p>
<p><strong>What about DRS &amp; HA? VMAX Availability &amp; Scalability</strong></p>
<p>Because the resources are all shared and the resource control is so fine-grained, it also allows for unmatched fault tolerance and minimized performance degradation during a fault. In any dual controller architecture, a loss of one of the controllers means a 50% loss of potential performance during that fault. Your data may be available, but it might not be useable. In the VMAX world, workloads can be (and should be) assigned resources across many different directors in different engines. This way, any component failure, means just the loss of that component with minimal impact on performance without administrative intervention. This is even more critical as virtualization means continued consolidation. Which basket would you put all your proverbial eggs in?</p>
<p>This architecture also allows me to add additional resources to the VMAX on the fly- I can start with a single engine and add engines, disk, ports, and cache as I grow.</p>
<p><strong>That&#8217;s all great, but what&#8217;s it going to cost me?</strong></p>
<p>In my opinion, this is one of the biggest misconceptions around the Symmetrix for years. Yes, some configurations can cost a lot, but as you see by its marketshare plenty of customers see the value. There are also plenty of VMAX configurations that are cost-competitive with dual controller arrays, and depending on the use-case, the VMAX can have a better TCO.</p>
<p>Fully Automated Storage Tiering (FAST VP) has made a huge change here- customers are now buying much more SATA, much less FC, a few EFDs, and letting VMAX sort it out automatically. This has lead to even better TCO.</p>
<p><strong>Enter the VMAXe</strong></p>
<p>The VMAXe has changed this even further- it trims out some features not needed by as many customers (Mainframe support, MASSIVE scale), adds in features customers do want (RecoverPoint replication), and simplified operations (all virtually provisioned, install to first IO in 4 hours).</p>
<p><a href="http://wikibon.org/wiki/v/EMC_and_NetApp_lead_in_VMware_Storage_Integration_Functionality" target="_blank">And of course it has all the VMware integrations of its big brother VMAX </a></p>
<p>Now you can understand why the VMAX and VMAXe are seeing great growth in the storage industry today.</p>
<p>So if and when sometime in the future VMWare announces a new version of vSphere like I described, they can say &#8220;like VMAX, but for  server virtualization!&#8221;</p>
<p><img class="alignnone size-medium wp-image-83" title="emc-symmetrix-v-max1" src="http://vmtyler.files.wordpress.com/2012/02/emc-symmetrix-v-max11.jpg?w=300&#038;h=200" alt="" width="300" height="200" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmtyler.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmtyler.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=59&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmtyler.com/2012/02/19/the-future-yesterday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0698aff35a935a22a8ce65eee2872d71?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmtyler</media:title>
		</media:content>

		<media:content url="http://vmtyler.files.wordpress.com/2012/02/vmotion.gif" medium="image">
			<media:title type="html">vmotion</media:title>
		</media:content>

		<media:content url="http://vmtyler.files.wordpress.com/2012/02/virtualmatrix.png" medium="image">
			<media:title type="html">virtualmatrix</media:title>
		</media:content>

		<media:content url="http://vmtyler.files.wordpress.com/2012/02/emc-symmetrix-v-max11.jpg?w=300" medium="image">
			<media:title type="html">emc-symmetrix-v-max1</media:title>
		</media:content>
	</item>
		<item>
		<title>End &amp; Beginning of another Virtual Year</title>
		<link>http://vmtyler.com/2011/09/05/vmworld-2011/</link>
		<comments>http://vmtyler.com/2011/09/05/vmworld-2011/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 17:21:08 +0000</pubDate>
		<dc:creator>vmtyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vmtyler.com/?p=53</guid>
		<description><![CDATA[Another year, another VMworld in the books. For those who live in the virtual world, VMworld marks beginning/end of the &#8216;virtual year&#8217;. It&#8217;s been a long run-up for the various vendor teams; building and updating products, readying announcements, and tweaking demos and presentations all in preparations for VMworld. For end-users, they are bombarded with new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=53&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Another year, another VMworld in the books. For those who live in the virtual world, VMworld marks beginning/end of the &#8216;virtual year&#8217;. It&#8217;s been a long run-up for the various vendor teams; building and updating products, readying announcements, and tweaking demos and presentations all in preparations for VMworld. For end-users, they are bombarded with new data, best practices, versions, and announcements from VMware and all the other vendors. Now they must sift through all the information and update their strategies going forward.  The next few months are an exciting time to help customers on that journey. Before long, it&#8217;s time to begin preparation for VMworld 2012.</p>
<p>I&#8217;m not going to summarize every session or every announcement, as there will be plenty who have or will. I&#8217;d like to just give you a few thoughts that stuck with me from Vegas:</p>
<p><strong>EMC</strong></p>
<p>Now, I might be a bit biased, but I am amazed how well EMC is firing on all cylinders with regards to VMware. I remember attending VMworld 2007 while working for an integrator and being shocked at EMC&#8217;s presence, or lack thereof. Fast forward a few years and the amount of integrations and just overall focus of EMC on VMware integration is incredible. Obviously the credit goes to the team at the top, but I really think their decision to invest in the vSpecialist organization has had a huge impact.</p>
<p><strong>vSpecialists</strong></p>
<p>I&#8217;ve now been on the team just a little bit over a year. I can very easily say that this is the best team I&#8217;ve ever been apart of. It&#8217;s incredible to be around so many amazingly talented people who also don&#8217;t take themselves too seriously and have lots of fun. I&#8217;ve been looking forward to VMworld, not just for the content but also to see people on the team that I don&#8217;t get to see on a regular basis. It is a testament to the management team that they hire such great people as well as foster this kind of culture. It&#8217;s a culture that get&#8217;s such great results because it encourages everyone to pitch in and help and at the same time to get outside their comfort zone. All I can say is it feels like home.</p>
<p><strong>VMware Community</strong></p>
<p>On the subject of culture- hat&#8217;s off to VMware for cultivating such a strong sense of community. Customers, Partners, and Manufacturers all coming together to learn and connect. It was great to see various competitors visiting each others booths and sessions to catch up and expand their knowledge. In the end, the entire ecosystem wins. If you don&#8217;t already, find and participate in your local <a href="http://www.myvmug.org">VMUG</a> (VMware Users Group).</p>
<p><strong>Solutions Exchange</strong></p>
<p>As usual, lots of great booths- all the &#8216;big guys&#8217; down to the small start-ups. It was the second straight year of the EMC Hands on Lab booth which was extremely popular again. Hats off the many, many people involved that make it work. One thing in particular I wanted to point out was the appearance of the VMAX VSA, complements of Dave Robertson (@daverdfw). Check out <a href="http://storageboy.com/2011/08/29/vmax-vsa-its-alive-2/">his blog</a> for more details.</p>
<p><strong>Sessions</strong></p>
<p>As usual, the sessions ranged from high-level to nitty-gritty details. I can&#8217;t wait for the media to be posted for the sessions that I missed that I really wanted to see. One of my favorite sessions I did see was on Storage DRS (SDRS). I was aware of the basics of how it would operate before the session, but came away completely impressed with the logic working in the background to decide what to move where. Especially the ability to predict the effect of moving VMDKs on the response time and IOPs of a particular datastore. Very impressive.</p>
<p><strong>Party</strong>!</p>
<p>The Killers, well, killed it. A great choice by VMware, and their opening act Recycled Percussion put on a great show as well. I will say one thing- if you are 20 feet from the stage and want to break out your phone and snap a pic or two to tweet or whatever, fine. You don&#8217;t need to video the entire concert on your iPhone or bring a digital SLR on a monopod to get 156,534 pictures. Try and actually, i dunno, <em>enjoy the concert</em>?</p>
<p><strong>What&#8217;s Next?</strong></p>
<p>On the flight home, I placed an order with NewEgg to update my home lab, and the parts should arrive tomorrow. While there&#8217;s been a billion posts on home lab hardware &amp; experiences, I figure &#8220;What the hell. One more.&#8221; I plan on using the lab to update my VCP to 5, training for the VCAP, and expanding my vFabric knowledge.  Stay tuned.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmtyler.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmtyler.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=53&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmtyler.com/2011/09/05/vmworld-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0698aff35a935a22a8ce65eee2872d71?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmtyler</media:title>
		</media:content>
	</item>
		<item>
		<title>Designed for failure?</title>
		<link>http://vmtyler.com/2011/04/29/designed-for-failure/</link>
		<comments>http://vmtyler.com/2011/04/29/designed-for-failure/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 18:01:25 +0000</pubDate>
		<dc:creator>vmtyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Chaos Monkey]]></category>
		<category><![CDATA[UCS]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://vmtyler.com/?p=37</guid>
		<description><![CDATA[Designed for failure. This phrase has been showing up a lot more since the most recent AWS outage. It&#8217;s a pretty simple concept- your design should expect component failure and be able to deal with it. It&#8217;s something enterprise organizations have done for years in their infrastructure. The key word there (and why this is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=37&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><em>Designed for failure.</em></p>
<p>This phrase has been showing up a lot more since the most recent AWS outage. It&#8217;s a pretty simple concept- your design should expect component failure and be able to deal with it. It&#8217;s something enterprise organizations have done for years in their <em>infrastructure</em>. The key word there (and why this is getting a lot of press now) is infrastructure. RAID, clustering, redundant networks, load balancers, etc. have been used by service providers and internal IT for years to avoid single points of failure within their infrastructure design, and provide availability for their <em>applications</em>. The applications (for the most part) have <em>not</em> been designed for failure.</p>
<p><img class="alignleft" src="http://farm4.static.flickr.com/3285/3159321493_9b9b0aacf9.jpg" alt="" width="181" height="271" /> Some applications have evolved to add some levels of increased availability (Oracle ADG, Microsoft Exchange DAGs, etc) and some new applications are being written from the ground up to handle all sorts of component failures. A great example (and has been touted frequently) is the Netflix design that leverages <a href="http://techblog.netflix.com/2010/12/5-lessons-weve-learned-using-aws.html">the famed chaos monkey.</a></p>
<p>The problem is, this is the exception not the rule. Most organizations have tons of apps from tons of vendors, and I&#8217;m sure some still contain legacy code from punch-card days. It&#8217;s easier to say &#8220;rewrite your apps for the cloud&#8221; than it is to actually do it. Even if most of your apps have some level of availability baked in, each one has its own methodology which can be a management nightmare.</p>
<p>This has been one of the driving forces behind virtualization of legacy applications beyond simple consolidation; leveraging the increased availability provided by solutions like VMware HA, DRS, FT, SRM, etc.  This way your creaky old app written with a foxpro back-end can get higher levels of availability. VMware (and it&#8217;s customers) have been highly successful with this methodology- designing for failure in the infrastructure is cheaper &amp; quicker than rewriting old apps or migrating to new ones.</p>
<p>Commoditization</p>
<p>This dovetails nicely with the previous discussion around hardware commoditization and value added software layers. Hardware is commodity, but your &#8216;availability/designed for failure&#8217; secret sauce isn&#8217;t. If you&#8217;re Netflix or Google and can put that secret sauce in your software, sure you can use whatever white-box hardware you can buy by the pallet and be fine. But if you&#8217;re the average enterprise and your apps aren&#8217;t built that way, well then you&#8217;re going to need some layer between those dumb disks/cpus that provides that availability. Today those layers are called things like VMware vSphere, EMC Enginuity, VNX OE, and Cisco UCS Manager.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmtyler.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmtyler.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=37&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmtyler.com/2011/04/29/designed-for-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0698aff35a935a22a8ce65eee2872d71?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmtyler</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3285/3159321493_9b9b0aacf9.jpg" medium="image" />
	</item>
		<item>
		<title>The 1,273,946,520th take on the AWS Outage</title>
		<link>http://vmtyler.com/2011/04/22/the-1273946520th-take-on-the-aws-outage/</link>
		<comments>http://vmtyler.com/2011/04/22/the-1273946520th-take-on-the-aws-outage/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 00:58:21 +0000</pubDate>
		<dc:creator>vmtyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">https://vmtyler.wordpress.com/?p=31</guid>
		<description><![CDATA[Yeah, yeah, yeah. Get your eye rolls out of the way. Oh look, another self-important (insert favorite profanity here), here to tell us what the AWS outage means. It&#8217;s either: 1. This proves public cloud doesn&#8217;t work 2. The effect of the outage shows how big cloud is 3. He&#8217;s here to tell us AWS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=31&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Yeah, yeah, yeah. Get your eye rolls out of the way.</p>
<p><em>Oh look, another self-important (insert favorite profanity here), here to tell us what the AWS outage means. It&#8217;s either:</em><br />
<em> 1. This proves public cloud doesn&#8217;t work</em><br />
<em> 2. The effect of the outage shows how big cloud is</em><br />
<em> 3. He&#8217;s here to tell us AWS customers how dumb we are and how if we were on his technology this would have never happened</em><br />
<em> 4. OpenStack would have prevented the outage, cured cancer, and beat Kasperov at Chess</em></p>
<p>Actually, no. I think the outage customers of AWS are experiencing really exposes two key issues:</p>
<p>1. &#8220;Cloud&#8221; doesn&#8217;t magically abdicate your responsibilities as an IT department to BC/DR planning and testing. It can be a component of your strategy not your replacement for one.</p>
<p>2. Vendor lock-in is still Vendor lock-in, even in a shiny cloud wrapper.</p>
<p>The key to avoiding vendor lock-in is workload portability- something VMware brought to our own internal data centers. Without portability, IaaS/PaaS is just ASP2.0. This is where our friendly neighborhood open source evangelists jump in and yell &#8220;OpenStack!&#8221; I personally don&#8217;t see how taking a <a href="http://en.wikipedia.org/wiki/Harrison_Bergeron">Harrison Bergeron </a>approach to IT infrastructure is good for companies; it&#8217;s lowest-common-denominator IT. What is key and what vendors and customers should be pushing for is standard APIs and data formats to give us portability without giving up on the decades of intellectual capital that have been poured into things like storage, compute, and networking.</p>
<p>I agree that there is a march towards comoditization- you can see it in the storage industry. Most of the major players are using off the shelf hardware components, but they are innovating in the software layer. Platforms like Engenuity and VNX OE can add a ton of value through features like FAST VP. As long as they are addressable natively by your cloud management platform of choice, what&#8217;s the problem? Let customers/providers worry about building their stack with the components they deem most valuable, and lets spend our energy on making all those stacks able to talk to each other.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmtyler.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmtyler.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=31&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmtyler.com/2011/04/22/the-1273946520th-take-on-the-aws-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0698aff35a935a22a8ce65eee2872d71?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmtyler</media:title>
		</media:content>
	</item>
		<item>
		<title>Bring out yer dead!</title>
		<link>http://vmtyler.com/2011/04/19/bring-out-yer-dead/</link>
		<comments>http://vmtyler.com/2011/04/19/bring-out-yer-dead/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 01:58:19 +0000</pubDate>
		<dc:creator>vmtyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Kin]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Zune]]></category>

		<guid isPermaLink="false">https://vmtyler.wordpress.com/?p=24</guid>
		<description><![CDATA[I actually had another post in the hopper that I have been working on around Cloud, but I had a discussion with someone about the rapid changes in both enterprise IT and consumer IT and how we thought it would shake out and I had to bring it here. We talked about current companies and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=24&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="clear:both;">I actually had another post in the hopper that I have been working on around Cloud, but I had a discussion with someone about the rapid changes in both enterprise IT and consumer IT and how we thought it would shake out and I had to bring it here. We talked about current companies and who would thrive and who would die.  The one big company that stuck out in my mind is Microsoft.<a class="image-link" href="http://vmtyler.files.wordpress.com/2011/04/mp-full.jpg"><img class="linked-to-original alignleft" style="display:inline;margin:0 10px 10px 0;" src="http://vmtyler.files.wordpress.com/2011/04/mp-thumb.jpg?w=332&#038;h=183" alt="" width="332" height="183" align="left" /></a></p>
<p><em>I think Microsoft is dead, they just don&#8217;t know it yet.</em></p>
<p>Well, not completely dead, just mostly dead. Now obviously I believe if they make some changes they can recover, but I&#8217;m not sure they will.</p>
<p>What killed Microsoft?</p>
<p>I think there are a few macro market trends and their lack of response to the pressure have hurt them significantly:<br />
1. The consumerization of IT/Tech by Apple, Google, etc.<br />
2. Virtualization has (and continues to) marginalize the role of the OS in the stack.<br />
3. The rise of Firefox (and AJAX, SOAP, HTML5, etc.) as a force in the browser market, practically killing ActiveX and IE&#8217;s stranglehold(thank goodness!)</p>
<p style="clear:both;">The biggest cultural problem I think Microsoft has that stops them from responding to these pressures and succeeding is one main thing:</p>
<p style="clear:both;"><em>They focus on the What instead of the Why.</em></p>
<p style="clear:both;">Huh?<br />
Look at every major product failure from Microsoft (the Zune, the Kin, Every windows tablet ever, etc.) and see what they all have in common, and probably still leaves Microsoft execs scratching their heads as to why they all failed miserably. They looked at the what, aka the features, and made a product that had those features.  I&#8217;m sure this discussion happened somewhere on Microsoft&#8217;s campus:<a href="http://vmtyler.files.wordpress.com/2011/04/ballmer-windows-tablet.jpg"><img class="alignright size-medium wp-image-26" title="ballmer-windows-tablet" src="http://vmtyler.files.wordpress.com/2011/04/ballmer-windows-tablet.jpg?w=300&#038;h=184" alt="" width="300" height="184" /></a></p>
<p><em>&#8220;Since the iPad released, tablets are hot again. We need a 10 inch tablet that&#8217;s thin with a long battery life. It needs two cameras too. And run Windows. It has to run Windows 7. Enterprises will love it! iPad is a toy for playing Angry Birds. Our new tablet will be the iPad for business!&#8221;</em><br />
<em>(BTW- I&#8217;m sure a similar conversation happened at RIM&#8217;s headquarters as well. That&#8217;s how we ended up with the nonsense that is the Playbook. RIM is a goner too.)</em></p>
<p>And that product will bomb, just like..every&#8230;windows&#8230;tablet&#8230;ever&#8230;sold. Why Apple keeps hitting home run after home run is Steve Job&#8217;s unrelenting focus on the end user experience, and how that is carried out by the design teams in Cupertino.</p>
<p><em>&#8220;How would a user use this? What would they expect it to do? What would they want it to do? What would they love it to do that they don&#8217;t know it&#8217;s even possible?&#8221;</em></p>
<p style="clear:both;">Aka, the Why. If Microsoft really understood why people liked the iPod or why they like the iPad and asked some of these types of questions, they might actually come up with a product that people actually want. Jobs said he realized quickly two things that had killed tablets before- the stylus and the convertible tablet w/keyboard (aka touchscreen laptop). The user experience was terrible.<a href="http://vmtyler.files.wordpress.com/2011/04/homer-car.gif"><img class="size-medium wp-image-27 alignleft" title="homer-car" src="http://vmtyler.files.wordpress.com/2011/04/homer-car.gif?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p>And that key question of &#8220;what do they want that they don&#8217;t know they want&#8221; is crucial. That&#8217;s why focus groups are a waste of time and usually make mediocre products. I guarantee Microsoft uses a lot of focus groups. No focus group would have described the iPad before it existed. Why? People in general aren&#8217;t very imaginative and think in terms of things they know.</p>
<p>I&#8217;m really interest to see what becomes of our friends in Redmond. Do they ever evolve? Or Do they end up as the Microsoft Office company?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmtyler.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmtyler.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=24&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmtyler.com/2011/04/19/bring-out-yer-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0698aff35a935a22a8ce65eee2872d71?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmtyler</media:title>
		</media:content>

		<media:content url="http://vmtyler.files.wordpress.com/2011/04/mp-thumb.jpg" medium="image" />

		<media:content url="http://vmtyler.files.wordpress.com/2011/04/ballmer-windows-tablet.jpg?w=300" medium="image">
			<media:title type="html">ballmer-windows-tablet</media:title>
		</media:content>

		<media:content url="http://vmtyler.files.wordpress.com/2011/04/homer-car.gif?w=300" medium="image">
			<media:title type="html">homer-car</media:title>
		</media:content>
	</item>
		<item>
		<title>10 PRINT &#8220;HELLO WORLD!&#8221;</title>
		<link>http://vmtyler.com/2011/04/17/10-print-hello-world/</link>
		<comments>http://vmtyler.com/2011/04/17/10-print-hello-world/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 21:51:35 +0000</pubDate>
		<dc:creator>vmtyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vmtyler.wordpress.com/?p=3</guid>
		<description><![CDATA[Isn’t that the quintessential title of the first post on a tech-focused blog? Completely unoriginal yet familiar and comforting. All I need to add is a Star Trek/Wars reference to cement my geek ‘cred’ and we could call it a day. Or I guess I could skip that and just say I authored this blog [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=3&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Isn’t that the quintessential title of the first post on a tech-focused blog? Completely unoriginal yet familiar and comforting. All I need to add is a Star Trek/Wars reference to cement my geek ‘cred’ and we could call it a day. Or I guess I could skip that and just say I authored this blog in vi.</p>
<p>So who am I and what is this blog for? My name is Tyler Britten and I am an IT infrastructure geek. I’m currently employed by EMC as a vSpecialist on the VMware Affinity Team. Previous to that I worked as technical consultant for a small infrastructure reseller, a network engineer for a Fortune 1000 company, and I also freelanced as an IT consultant for small businesses. I’ve also cleaned pools, directed traffic, been a short order cook, telemarketer, and made ice cream. I have certifications from EMC, Cisco, VMware, NetApp, Riverbed, Microsoft, CommVault, and I&#8217;m sure a few others.</p>
<p>I’m obviously fascinated by technology and I decided to start this blog (besides all the usual narcissistic reasons) to share not only my opinions, but also tips and tricks I discover along my travels with enterprise tech as well as consumer electronics. Of course, all opinions expressed are my own and do not represent my employer.</p>
<p>Hopefully you’ll find something interesting here. Of course feedback is always welcome.</p>
<p>Tyler</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmtyler.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmtyler.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmtyler.com&#038;blog=22252155&#038;post=3&#038;subd=vmtyler&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmtyler.com/2011/04/17/10-print-hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0698aff35a935a22a8ce65eee2872d71?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmtyler</media:title>
		</media:content>
	</item>
	</channel>
</rss>
