<?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>Nutanix</title>
	<atom:link href="http://www.nutanix.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nutanix.com/blog</link>
	<description>Virtualize without SAN</description>
	<lastBuildDate>Tue, 01 May 2012 22:33:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The Four Keys to Next-Generation Serviceability</title>
		<link>http://www.nutanix.com/blog/2012/05/01/the-four-keys-to-next-generation-serviceability/</link>
		<comments>http://www.nutanix.com/blog/2012/05/01/the-four-keys-to-next-generation-serviceability/#comments</comments>
		<pubDate>Tue, 01 May 2012 22:33:21 +0000</pubDate>
		<dc:creator>Binny Gill</dc:creator>
				<category><![CDATA[Technology Trends]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nutanix.com/blog/?p=436</guid>
		<description><![CDATA[The serviceability of any product relies on four fundamental actions: (i) observe, (ii) inform, (iii) fix, and (iv) learn. While most products attempt to implement these in some form or another, very few get it right. Today I would like &#8230; <a href="http://www.nutanix.com/blog/2012/05/01/the-four-keys-to-next-generation-serviceability/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/05/Binny_post1.jpg"><img class="alignnone size-medium wp-image-437" src="http://www.nutanix.com/blog/wp-content/uploads/2012/05/Binny_post1-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p>The serviceability of any product relies on four fundamental actions: (i) observe, (ii) inform, (iii) fix, and (iv) learn. While most products attempt to implement these in some form or another, very few get it right. Today I would like to share with you the secret sauce required to build the most serviceable system in the world.</p>
<p>1. Reliable observation. This is toughest problem and also the easiest to overlook. The component that observes failures, should by definition, be the most reliable component in the system. It needs to work even when all other things are failing. In today’s complex distributed systems, it needs to be truly highly available, it needs to be resistant to network partitions, and it needs to record data reliably. For high availability and partition tolerance, Nutanix has had great success with Apache Zookeeper. And for data storage, any reliable database is fine. We use a NoSQL database with a replication factor of 3. Go this extra mile and you will never miss a failure.</p>
<p>2. No-noise Information. While it is fairly easy to get systems to “call home” when things go wrong, it is both science and art to make the call homes precise and meaningful. First of all, never send multiple emails for the same underlying problem, even if it means comparing stacktraces in core dumps, or doing automated root cause analysis on the box itself. In fact, we designed a 2-step call home on any error. In the first step the cluster contacts Nutanix with the error code and consults a database of current issues. If there is a match, then the real call home is sent with an analysis of the problem. Our L1 support could see a call home that reads “Hit bug # 3212. Version 2.5.0-stable has a fix for this”. The primary and relentless goal should be to make the support organization highly efficient by improving the quality of the information flowing in from the customer machines. For cross-customer repeat problems, this reduces resolution time from hours to just minutes.</p>
<p>3. Live analysis. Never (or rarely) ship logs out from customer machines for troubleshooting. In my opinion, that is just a lame excuse for an on-call developer to have an extended lunch break. All debugging and analysis tools need to be available in real-time on the live box. The goal should be to resolve the issue before the customer finishes his lunch. To make this happen, we use (i) “reverse tunnels” that can create an on-demand VPN from the system to the Nutanix Service Center with the click of a button, (ii) distributed log viewing and analysis right on the box, (iii) on-demand cluster-wide live and historical stats visualization, (iv) click-of-a-button problem analysis tools on the box, (v) live, on-demand, debugging tool chest upgrade (vi) and adherence to “be nice” philosophy which means that troubleshooting should only consume unused cpu and memory resources in the system. None of these are trivial to implement, but the founders of Nutanix decided to build a product for the long haul, and the early investments are bearing fruit today.</p>
<p>4. Adaptation &#8212; the anti-virus model. Think of bugs like viruses. Your job is to limit the number of customers who get affected by the same bug. A serviceability system that only improves when you upgrade the entire system software, is quite useless. It is like an anti-virus software which does not update its virus definition files everyday, but only when you buy the next version of the software. You need to design the serviceability component of your system on the design principles of anti-virus software. What is monitored, how it is monitored and what actions are taken, should be constantly updated from as the community learns about the system. At Nutanix, we designed such a component called Aegis that enables serviceability to constantly learn (with permission from the admin) how to monitor the system better. Careful design keeps it completely isolated from the I/O path. If a problem occurs that has happened at other customer site, Aegis might already know how to fix it through pre-canned fix procedures leading to truly zero service times. If the error is in the I/O path, Aegis will inform the customer with a very meaningful message and the course of action.</p>
<p>Nutanix strives to adhere to each of the serviceability principles I’ve outlined, to become a leader in next-generation serviceability, one of the key concerns of datacenters both large and small.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutanix.com/blog/2012/05/01/the-four-keys-to-next-generation-serviceability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meet Nutanix Series &#8211; Laura Jordana</title>
		<link>http://www.nutanix.com/blog/2012/04/26/meet-nutanix-series-laura-jordana/</link>
		<comments>http://www.nutanix.com/blog/2012/04/26/meet-nutanix-series-laura-jordana/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 20:48:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Meet Nutanix]]></category>

		<guid isPermaLink="false">http://www.nutanix.com/blog/?p=418</guid>
		<description><![CDATA[&#160; This will be the first post in our new series, &#8220;Meet Nutanix,&#8221; where various employees at Nutanix will be featured. Read on and learn more about life at Nutanix and what various departments here are working on! Name Laura &#8230; <a href="http://www.nutanix.com/blog/2012/04/26/meet-nutanix-series-laura-jordana/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><em>This will be the first post in our new series, &#8220;Meet Nutanix,&#8221; where various employees at Nutanix will be featured. Read on and learn more about life at Nutanix and what various departments here are working on!</em></p>
<p><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/04/me.jpg"><img class="aligncenter size-medium wp-image-420" title="me" src="http://www.nutanix.com/blog/wp-content/uploads/2012/04/me-229x300.jpg" alt="" width="229" height="300" /></a></p>
<p><strong>Name</strong><br />
Laura Jordana</p>
<p><strong>Title/Position</strong><br />
System Reliability Engineer</p>
<p><strong>What’s your background?</strong></p>
<p>I started my career as a QA engineer at a small public company, and then moved on to a product support role at a software startup before coming to Nutanix. I enjoy the support role because it allows me to interact with customers and see how our product is being used in the field, and allows me to work with the different technologies that our customers use.</p>
<p><strong>Why did you choose Nutanix?</strong></p>
<p>I wanted to be a part of a great product that is changing the way the industry uses virtualization, and wanted to be challenged and inspired in my work. So far, working at Nutanix has met and exceeded my expectations (in a good way!).</p>
<p><strong>What is your favorite part about working here?</strong></p>
<p>Everyone is talented, friendly, and extremely helpful. When any issue arises, internally or otherwise, engineering does not hesitate to jump in and help solve the problem in any way they can. Also, ping pong and beer tastings on Fridays are always fun!</p>
<p><strong>What does your job entail?</strong></p>
<p>My job is to ensure the customer has a great experience while using the Nutanix product. It also involves improving and automating support processes to ensure our customers are getting the best service, and relaying product feedback from the field to our product team to improve the product.</p>
<p><strong>Walk through of a day on the job</strong></p>
<p>On a day to day basis there may be e-mails and calls that come from customers. These could be either actual product issues, configuration issues, or simple questions on how to do a certain thing in the product. I also help out with writing internal documentation for our team, and sometimes work on various projects in collaboration with the documentation or QA team.</p>
<p><strong>What are some interesting challenges that have come up?</strong></p>
<p>I have constantly been challenged and inspired while working here. I had only a little experience with virtualization when I first joined. So it was challenging to learn both the Nutanix product and how virtualization works, and how they work together. It has been a fantastic learning experience!</p>
<p><strong>What has been your favorite project?</strong></p>
<p>One of my favorite projects was when we recently worked on an upgrade of a 32 node cluster, as I had not done an upgrade of that size before and I learned a lot from the experience.</p>
<p><strong>What are your future plans?</strong></p>
<p>To continue growing along with the company, and to continue to help make our product even more amazing while ensuring that our users have a smooth experience.</p>
<p><strong>Something interesting about you?</strong></p>
<p>I love traveling! When I was a teenager I was part of a dance company and every summer we would travel to different places and do shows. I got to visit UK, France &amp; Italy before I was 16. I have family in Spain, Australia and the Philippines and have been to the latter two (and hoping to visit Spain soon!)</p>
<p><strong>What do you enjoy doing after work?</strong></p>
<p>Anything active (taking classes at the gym, biking, jogging, snowboarding), hanging out with my friends and family, trying new restaurants, traveling</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutanix.com/blog/2012/04/26/meet-nutanix-series-laura-jordana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Apple revolution in enterprise computing</title>
		<link>http://www.nutanix.com/blog/2012/04/14/the-inside-out-cloud-at-the-eye-of-the-storm/</link>
		<comments>http://www.nutanix.com/blog/2012/04/14/the-inside-out-cloud-at-the-eye-of-the-storm/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 19:57:43 +0000</pubDate>
		<dc:creator>Dheeraj Pandey</dc:creator>
				<category><![CDATA[From the Founders]]></category>
		<category><![CDATA[Private Cloud]]></category>
		<category><![CDATA[Technology Trends]]></category>
		<category><![CDATA[UI Design]]></category>

		<guid isPermaLink="false">http://www.nutanix.com/blog/?p=383</guid>
		<description><![CDATA[The Network is the Bottleneck Cloud Computing is being considered a nirvana for enterprise computing and SMB computing alike. Service-oriented IT &#8212; both Software-as-a-Service (SaaS) and Infrastructure-as-a-Service (IaaS) &#8212; are a seminal innovation of the last decade. Broad adoption of &#8230; <a href="http://www.nutanix.com/blog/2012/04/14/the-inside-out-cloud-at-the-eye-of-the-storm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://3.bp.blogspot.com/_owzjJuyS1J4/TGW5JcXiVBI/AAAAAAAACMg/67YSuJ3S2aE/s1600/eye_of_storm.jpg"><img src="http://3.bp.blogspot.com/_owzjJuyS1J4/TGW5JcXiVBI/AAAAAAAACMg/67YSuJ3S2aE/s1600/eye_of_storm.jpg" alt="" title="eye_of_storm" width="640" height="422" class="aligncenter size-medium wp-image-392" /></a></p>
<p><b> The Network is the Bottleneck </b></p>
<p>Cloud Computing is being considered a nirvana for enterprise computing and SMB computing alike. Service-oriented IT &#8212; both Software-as-a-Service (SaaS) and Infrastructure-as-a-Service (IaaS) &#8212; are a seminal innovation of the last decade. Broad adoption of Salesforce.com, Amazon AWS, and Google Apps, etc. underscores how important the notion of a “service” will become in this new decade. At the core of a service is “user experience,” and public cloud vendors are scrambling to improve that each passing day. SaaS vendors continue to emphasize usability and website performance. IaaS vendors are scratching the surface of user experience by deploying data centers worldwide, replicating data geographically and thus closer to the user, leasing transcontinental network cables, and renting CDNs (think Akamai) for mostly static content. The name of the game is to push content and computing as close to the user as possible. WAN is public cloud’s biggest enemy.</p>
<p>Private clouds are an equally important piece in the cloud computing puzzle. Enterprises and government agencies that want better control over data and computing &#8212; security, compliance, and overall quality of service &#8212; will continue to implement their own clouds. User experience &#8212; or the ability to push data and computing closer to the user &#8212; is as critical to the distributed (geographically dispersed) enterprise as it is to public clouds. But unlike the big service providers, most enterprises do not have the economies of scale to lease private network links or dictate good quality of service from CDNs. Notwithstanding all the WAN optimization innovation of the last decade, latency is a user experience killer. Satellite and branch office survivability is an important service goal, but extremely expensive to achieve because of the oligopoly of network service providers who charge exorbitant rates for the failover link to the corporate hub. The private WAN is an even bigger enemy of the private cloud.</p>
<p><b>SANs at the edge are overbearing</b></p>
<p>The leased line to the corporate hub is a bane, given the latency-sensitive and bandwidth-hogging workloads of this decade, e.g., rich media, virtual desktops, etc. Distributed enterprises have had a bittersweet experience with <i>server rooms</i> in satellite offices. They were clunky, ever-growing, and extremely hard to manage remotely from headquarters. Server room equipment was no different than that in large central data centers &#8212; unwieldy in form factor, power-guzzling, HVAC-hungry, noisy, and cluttered with haywire cables implementing complex networks. A big reason for this expansive clutter was the overbearing compute-network-storage architecture in which different pieces of the computing and storage puzzle fit in separate dedicated hardware. Quite reminiscent of the personal computing era when we used a cellphone for calling, a PDA for personal organization, a media player for music, a camera for photography, and a PC for emails, word processing, and web browsing. Then came the Apple iPhone. The rest is history.</p>
<p><b>An &#8220;iPhone&#8221; for Enterprise Computing</b></p>
<p>The private cloud at the edge needs an “iPhone-like” revolution that converges compute, network, and storage into one server-room-friendly equipment that is 5x smaller in form factor, extremely portable, green, content-rich for unparalleled user experience, and backed up to and easily managed from the “iCloud”. There is no separate SAN or NAS. There is no separate blade chassis. There is no need for hundreds of spindles of storage. There is survivability, in case the “3G” network is misbehaving. There is fault isolation because two “iPhones” don’t fail together. There is an “iOS” experience when managing individual devices at the edge. There is “Bonjour” to detect neighboring machines. There is impeccable serviceability with “auto downloads”. Most importantly, there is an “iCloud-like” corporate hub from where these “iPhones” can be managed, secured, and disaster-protected.</p>
<p>We need an Apple revolution in enterprise computing, period.</p>
<p>And that would be true homage to the genius who changed our lives forever.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutanix.com/blog/2012/04/14/the-inside-out-cloud-at-the-eye-of-the-storm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Japanese University Visits Nutanix!</title>
		<link>http://www.nutanix.com/blog/2012/04/09/japanese-university-visits-nutanix/</link>
		<comments>http://www.nutanix.com/blog/2012/04/09/japanese-university-visits-nutanix/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 19:11:05 +0000</pubDate>
		<dc:creator>Ben Colborn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nutanix.com/blog/?p=374</guid>
		<description><![CDATA[Last month, a group of business students from Meiji University visited Nutanix HQ to learn about startup culture in Silicon Valley. These students are attending an International Gateways program. Before I joined my previous employer as a training developer, I &#8230; <a href="http://www.nutanix.com/blog/2012/04/09/japanese-university-visits-nutanix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/04/DSC07019.jpg"><img class="aligncenter size-full wp-image-372" src="http://www.nutanix.com/blog/wp-content/uploads/2012/04/DSC07019.jpg" alt="" width="576" height="385" /></a></p>
<p>Last month, a group of business students from Meiji University visited Nutanix HQ to learn about startup culture in Silicon Valley. These students are attending an International Gateways program. Before I joined my previous employer as a training developer, I taught in the TOEFL preparation program at International Gateways. Since I left there, I have kept in touch with my former colleagues and have been privileged to speak to a number of classes.</p>
<p>As their teacher and I planned their visit, the students were instructed to visit the Nutanix web site. When they arrived, the first activity was a quiz about the company; answers could be found on the web site. Students who correctly answered a question chose a Nutanix water bottle or T-shirt as a prize.</p>
<p>Once the quiz was finished, I gave the students an overview of traditional computer architecture and how virtualization differs from that model. Then on to the ugly part: while virtualization solves a lot of business and technical problems, the complexity and cost of managing storage and servers and hypervisors and the network to tie them all together cause a host of new problems. This is the problem for which Nutanix has the solution. At this point I opened up a Nutanix block I happened to have and showed the students the hardware.</p>
<p>With the basics out of the way, I took the floor and talked about the market opportunity and the kind of successes we have been experiencing. While virtualization architecture is outside the specialty of the students, the potential for a 40-60% CAPEX reduction in a smaller box relative to other solutions in the market is not. I finished by explaining the four domains where Nutanix has been found to be most appropriate: VDI, private cloud, disaster recovery, and big data. Naturally they were curious if any of our systems are in Japan, and we were happy to be able to say that there are, at a university and a telecommunications company.</p>
<p>After I went, Member of Technical Staff Chern Yih Cheah spoke to the students about working at a startup and how it differs from a large company like Oracle, where he worked before. Chern likes knowing everyone in the company and having better awareness of how the product is being used in the field, both of which are not possible at larger companies. Although the risk is larger at a startup, the benefits and rewards may be as well.</p>
<p>The students concluded their visit by joining the company for lunch, where they were able to talk with the employees and even the CEO Dheeraj Pandey. They were impressed by the casual dress and interaction. I think that drove home for them what working at a startup is really about: get the work done and don&#8217;t let peripheral concerns interfere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutanix.com/blog/2012/04/09/japanese-university-visits-nutanix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supporting the Mission with Nutanix</title>
		<link>http://www.nutanix.com/blog/2012/03/06/supporting-the-mission-with-nutanix/</link>
		<comments>http://www.nutanix.com/blog/2012/03/06/supporting-the-mission-with-nutanix/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 13:01:43 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nutanix.com/blog/?p=361</guid>
		<description><![CDATA[US Federal agencies enter calendar 2012 with decreasing budgets and an increasing push to adopt cloud technologies.  I was honored to spend the last several years helping to implement cost-saving technologies, such as virtualization, at various Federal agencies, including both &#8230; <a href="http://www.nutanix.com/blog/2012/03/06/supporting-the-mission-with-nutanix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/03/US-flags-lo-rez.jpg"><img class="alignnone size-medium wp-image-367" src="http://www.nutanix.com/blog/wp-content/uploads/2012/03/US-flags-lo-rez-300x210.jpg" alt="" width="300" height="210" /></a></p>
<p>US Federal agencies enter calendar 2012 with decreasing budgets and an increasing push to adopt cloud technologies.  I was honored to spend the last several years helping to implement cost-saving technologies, such as virtualization, at various Federal agencies, including both CONUS and OCONUS.  When I was first introduced to the Nutanix converged virtualization appliance (CVA), I felt it would be revolutionary for Federal datacenters, and wrote about my views <a href="http://thinkvirt.com/?q=node/330">in this blog post</a>.</p>
<p>For those familiar with virtualization, Nutanix’s 2U CVA has four ESX hosts, each with their own FusionIO card, SATA SSD, and SATA spinning disks.  The Nutanix CVA has the horsepower to support hundreds of virtual machine instances, whether server or virtual desktop based.  For those whose support Tactical installations where a reduced footprint is of paramount importance, the Nutanix 2U appliance is a strong candidate.  When considering mobile solutions, solutions on tactical vehicles, solutions dropped from planes, or fly-away kits, the reduction in weight, power, and size that Nutanix offers is compelling.</p>
<p>Not every agency’s mission is to support these type of deployments, however, but the lessons and requirements from the Tactical space are still relevant in the largest of Federal datacenters.  For those with a large Network Enterprise Center (NEC), space, power, and cooling are still important.  While the parameters may be less stringent than deployed stacks, every square foot that is occupied has a cost associated with it.  Datacenters, no matter how large, have a finite amount of power capacity.  I recall being engaged at an agency several years ago where physical servers had to be powered off before new ones could be powered on.</p>
<p>How do you avoid or prolong such a scenario?  High-density virtualization.  High density virtualization is likely impossible in the legacy server virtualization designs, where rackmount servers or large blade chassis are connected to multi-U switch solutions which then connect to half or full rack storage arrays.  While these legacy building blocks do indeed offer the technical requirements for virtualization, they do not offer an efficient model of scale.  Scaling linearly in a 2U appliance is far more efficient than disproportional scale in 12-42U building blocks from disparate manufacturers.</p>
<p>On-premise cloud computing is another big driver this year, as Federal datacenters consolidate and work to deliver increased levels of self-service and automation.  With multi-tenant licensing considerations to be had, it’s extremely important that the underlying building blocks for Federal on-prem clouds are as small and cost effective as possible.  I believe this is another area in which Nutanix’s 2U converged virtualization appliance will be a strong fit, as it’s architecture is modeled after some of the largest names in cloud computing, like Google and Facebook.</p>
<p>I’m excited to work with the Federal community this year as they further their adoption of virtualization, VDI, on-prem cloud computing, hadoop, and mobile application management.  All of these initiatives will require a cost effective model of scale for the underlying compute and storage; all of these initiatives will also help further the mission of their respective agencies.  The budgetary concerns of this Federal fiscal year means that technologies must provide high value and a low cost of entry; legacy low-density and high-cost infrastructure will be a thing of the past.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutanix.com/blog/2012/03/06/supporting-the-mission-with-nutanix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Data and Virtualization: Where the Twain Shall Meet</title>
		<link>http://www.nutanix.com/blog/2012/02/29/big-data-and-virtualization-where-the-twain-shall-meet/</link>
		<comments>http://www.nutanix.com/blog/2012/02/29/big-data-and-virtualization-where-the-twain-shall-meet/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 14:52:40 +0000</pubDate>
		<dc:creator>Dheeraj Pandey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nutanix.com/blog/?p=340</guid>
		<description><![CDATA[&#160; Big Data and Virtualization are the two biggest revolutions underway in enterprise data centers. In the coming 3 to 5 years, they would have unquestionably changed the face of datacenters as we know them today. Interestingly, both these phenomena &#8230; <a href="http://www.nutanix.com/blog/2012/02/29/big-data-and-virtualization-where-the-twain-shall-meet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/02/Big-Data-and-Analytics.png"><img class="aligncenter size-full wp-image-352" title="Big-Data-and-Analytics" src="http://www.nutanix.com/blog/wp-content/uploads/2012/02/Big-Data-and-Analytics.png" alt="" width="385" height="385" /></a></p>
<p>&nbsp;</p>
<p>Big Data and Virtualization are the two biggest revolutions underway in enterprise data centers. In the coming 3 to 5 years, they would have unquestionably changed the face of datacenters as we know them today. Interestingly, both these phenomena have been going on in parallel, with little to no intersection or impact on one other. That is about to change, as the waves of the hitherto independent &#8220;ripples&#8221; intersect, overlap, and create a massive cadence to shake enterprise IT even further.</p>
<p>This essay explores how the frontiers of these two ripples are about to meet, irreversibly changing each other&#8217;s fate along the way. Over the course of the next few years, they would become one massive ripple that couldn&#8217;t be traced back to two disparate epicenters of change. That is how interesting yet predictable this saga would be.</p>
<p><strong>The Great Public-Private Divide: Amazon chargebacks keep them honest </strong></p>
<p>The biggest player in Big Data, Hadoop, is 100% virtualized when run in public clouds. Amazon&#8217;s Elastic Map Reduce (EMR) and every EC2/S3 customer that runs Hadoop jobs is running in a virtual machine container. True elasticity of Big Data jobs, in which machines can be added or removed programmatically, can only be attained by leveraging OS virtualization. True economies of scale &#8212; where multiple jobs can be run simultaneously and yet sandboxed from each other and from errant runaway jobs &#8212; can only be attained by leveraging the sandboxed &#8220;isolation&#8221; of a virtual machine.</p>
<p>Private cloud Hadoop, on the other hand, is running amuck with very little regard to hardware utilization and overall capital spend. Developers and scientists, who&#8217;ve never had to budget capex and opex before, are ordering rack-mounted servers like there is no tomorrow. These servers are running at 10-20% utilization because of lack of virtualization. IT is a mute spectator because they don&#8217;t really understand the Big Data phenomenon well enough to bring best practices to massive hardware clusters. And now, DevOps wants to pass the messy maintenance and monitoring of Hadoop clusters to IT, as they get impatient carrying pagers, replacing failed disks and network cards, and monitoring long-running data-crunching jobs.</p>
<p>So why this divide? Why are data scientists so careful optimizing hardware and emphasizing elasticity when running in public clouds than when they are running internally. Well, the answer is simple &#8212; Amazon chargebacks are for real, while IT&#8217;s are artificial. When real money changes hands, people automate, they share, they optimize, and they focus on system utilization. That time has come for private cloud environments. Private clouds will only thrive if they bring the same efficiencies as their public counterparts. Otherwise, CIO&#8217;s will see their teams shrink, as the efficiency divide between the two clouds grows.</p>
<p><strong>Revenge of The Statistician: Can VDI keep them relevant?</strong></p>
<p>The world has come to (synonymously) associate big data with Hadoop and data scientists with a new breed of Java-centric developers. In the enterprise though, data analytics will continue to be driven by a potent combination of this new Hadoop developer and the traditional statistician who uses SAS, R, OLAP cubes, and other tools that were built for the &#8220;desktop-centric modeler&#8221;. While statistical laws of sampling make it possible for these data scientists to develop models using their favorite desktop tool, Big Data is pushing the envelope on this conventional paradigm of data science and computing. The statistician&#8217;s laptop is neither secure nor elastic to handle demands of larger samples, iterative/agile modeling, and capturing outliers for fraud analytics.</p>
<p>The erstwhile data scientist&#8217;s role is not diminishing in any way, Hadoop notwithstanding. Their business domain experience are here to last; their Windows-based tools are here to coexist with Hadoop. The skill sets will blend over time with subject matter experts on either side. Interestingly, the biggest enemy of the statistician is not Hadoop but their physical desktop with its loose security and meager hardware resources. A desktop in the cloud, leveraging the strengths of cloud computing and virtualization, could be their biggest friend in the coming years. With VDI, IT plugs numerous security holes, as data never leaves the datacenter. With VDI, IT provides a truly elastic computing model for scientists, as their data processing demands grow and shrink.</p>
<p><strong>Big data, bigger data: Whither Storage Virtualization?</strong></p>
<p>While <em>OS virtualization</em> is beginning to come up quite often in the context of big data, <em>storage virtualization</em> is dangerously missing from the conversations. Amazon EC2 users continue to scratch the surface of storage tiering by shuttling massive amounts of data back-n-forth between the inexpensive (yet reliable!) S3 and the more expensive (and yet unreliable!) EC2 and EBS storage. But that manual process is ugly and kludgy, to say the least. In private clouds, the situation is even worse. There is literally no talk of virtualizing Hadoop&#8217;s storage onto various tiers of the enterprise storage stack. Non-Hadoop MPP platforms have an even more telling story. None of EMC Greenplum or HP Vertica or Teradata Aster have a distributed file system &#8212; unlike Hadoop HDFS &#8212; such that individual nodes can spill over or fail over into each other; or if disks fail or get full, the user queries continue to run.</p>
<p>There is so much simplicity to be had in the big data world by separating the storage logic from the data analytics logic. There is so much value to be had by transparently leveraging fast SSDs for NoSQL or random IO workloads; or transparently moving data between the more expensive server-attached tiers and the less expensive network-attached storage (archive) tiers. The big data stack is sorely missing storage virtualization, and things are beginning to hurt already. Ask any Amazon EC2-based company that shuttles data between S3 and their EC2 tier every morning and night when they spin up and down their Hadoop clusters!</p>
<p><strong>Orchestration and Cloud Directors: Whither Big Data?</strong></p>
<p>You&#8217;ve come this far reading this essay. I hope you and I are beginning to agree on how virtualization and cloud computing help big data in the enterprise. But what about the other way around? Is virtualization missing a big Big Data component? If you look at the embedded SQL databases underneath the enterprise management servers for virtualization, you will know what I mean. Most control plane products had SQL developers who understood how to write monitoring and system management applications with SQL as the cornerstone for persistence and querying. That is hurting us real bad today, what with fine-grained statistics for performance monitoring and chargebacks, and some very agile provisioning decisions that businesses have to make in today&#8217;s dynamic datacenter environment. The embedded SQL database in a management server has become the veritable tail that is wagging the orchestration dog. Virtualization administrators are having to painfully learn how to manage and debug unscalable SQL database environments, and make suboptimal decisions on stats gathering and chargebacks. Most of them don&#8217;t even know that their virtualization environments are slow or unreliable because of that pesky transaction log in that hidden 800-pound gorilla embedded in their vCenter server!</p>
<p>Orchestration, fine-grained chargeback, and performance debugging in multi-tenant cloud environments will continue to suffer as long as management products take a narrow SQL (and strictly transactional/ACID) view of persistence. Big data and NoSQL, with their minds free of the SQL and ACID-clutter, are the real need of the hour for large-scale cloud environments.</p>
<p><strong>Big Virtualization&#8217;s Biggest Nemesis: Storage</strong></p>
<p>We all know by now that virtualization over-promised and under-delivered vis-à-vis costs, complexity, and performance. And storage was the culprit. Network storage was built for physical environments, and is inarguably out-of-place and out-of-time in today&#8217;s highly dynamic virtualization environments. Solid-state-drives make storage networking and spindle-based storage controllers look archaic. Fetching data that is sitting multiple hops away in a separate storage aisle is making virtual machines crawl. VDI projects are running into rough weather because the legacy storage underneath cannot predictably scale between the pilot proof-of-concept and the real production scale.</p>
<p>So are there any lessons from the big data world for &#8220;big virtualization&#8221;? Turns out, scaling and simplifying large virtual environments share a solution that is at the heart of big data: collapsing the wall between compute and storage, and bringing storage as close to compute as possible. Now that is an epiphany moment! Storage networking and its massive complexity is the bane of virtualization and multi-tenant cloud environments. We need dramatically simpler architectures that beautifully scale out with time. We need a virtualized data center to resemble a Hadoop cluster, or a Google cluster, or a Facebook shared-nothing cluster powered completely by a FusionIO tier. We need enterprise data centers to look no different than those of the big cloud companies. We need convergence,period.</p>
<p><strong>The Tale of The Two Ripples</strong></p>
<p>While big data and virtualization originated in isolation, they share more in common than it appears on the surface. The two ripples will seamlessly meld into one&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutanix.com/blog/2012/02/29/big-data-and-virtualization-where-the-twain-shall-meet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UI Alerts and Statistics</title>
		<link>http://www.nutanix.com/blog/2012/02/22/ui-alerts-and-statistics/</link>
		<comments>http://www.nutanix.com/blog/2012/02/22/ui-alerts-and-statistics/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 23:30:05 +0000</pubDate>
		<dc:creator>JC Gueco</dc:creator>
				<category><![CDATA[UI Design]]></category>

		<guid isPermaLink="false">http://www.nutanix.com/blog/?p=325</guid>
		<description><![CDATA[One of the common questions people ask us about the management UI for a massively scalable, converged cluster is how we manage a very large and complex product that could potentially have hundreds or thousands of entities? The Nutanix UI &#8230; <a href="http://www.nutanix.com/blog/2012/02/22/ui-alerts-and-statistics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the common questions people ask us about the management UI for a massively scalable, converged cluster is how we manage a very large and complex product that could potentially have hundreds or thousands of entities? The Nutanix UI team has taken on this challenge with an easy to use and well-designed UI web console that lets users manage entities and view information about those entities in a very organized manner.</p>
<p>We’ll be discussing two UI elements in this blog: Alerts and Statistics.</p>
<p>&nbsp;</p>
<p><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/02/alert_dashboard.png"><img class="size-large wp-image-326 aligncenter" src="http://www.nutanix.com/blog/wp-content/uploads/2012/02/alert_dashboard-1024x554.png" alt="" width="640" height="346" /></a></p>
<p><strong>Alerts</strong></p>
<p>Our design philosophy is UI alert by exception. We don’t display a “normal” status label because in reality, we don’t expect the admin to look at the UI and check if every entity is healthy. We only show an alert if needed. The alert system is easy to see and catches your attention right away. We make sure that alerts are not too plentiful, cluttering the screen. We try to keep them organized. Here’s a glimpse of our alert system:</p>
<p style="text-align: center"><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/02/alert_1_b.png"><img class="alignnone size-full wp-image-350" src="http://www.nutanix.com/blog/wp-content/uploads/2012/02/alert_1_b.png" alt="" width="541" height="403" /></a></p>
<p style="text-align: left">Alerts appear on top. When users click the alert icon, a drop down appears. We included action buttons for users so they can click to indicate that a notification has been addressed.</p>
<p style="text-align: center"><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/02/alert_3.png"><img class="alignnone size-full wp-image-331" src="http://www.nutanix.com/blog/wp-content/uploads/2012/02/alert_3.png" alt="" width="305" height="260" /></a></p>
<p style="text-align: left">Our object-oriented UI also shows the alerts on the icon and in the context tray menu. The example above shows that the disk is bad.</p>
<p style="text-align: center"><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/02/alert_2.png"><img class="alignnone size-full wp-image-332" src="http://www.nutanix.com/blog/wp-content/uploads/2012/02/alert_2.png" alt="" width="423" height="208" /></a></p>
<p>We also show alerts on the datagrid right away with specific details.</p>
<p>&nbsp;</p>
<p><strong>Statistics</strong></p>
<p>Statistical graphs are an important part of a system for troubleshooting and diagnostics problem solving. We made different charts for various metrics we thought would be important for troubleshooting:</p>
<p>&nbsp;</p>
<p><strong>1. Usage Chart</strong></p>
<p>We’ve made a Google Finance-like charting system that allows you to slide through the history of the storage usage of hosts, disks, containers and storage pools. Users can select different time frames to look, zooming in and out of the graph for the level of granularity that is needed for either diagnosing the problem or just tracking the storage usage history.</p>
<p style="text-align: center"><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/02/stats_1.png"><img class="alignnone size-full wp-image-333" src="http://www.nutanix.com/blog/wp-content/uploads/2012/02/stats_1.png" alt="" width="1321" height="394" /></a></p>
<p><strong>2. ILM Chart (Information Lifecycle Management)</strong></p>
<p style="text-align: center">Our ILM charts split into IOPS and the different drives (SSD and HDD) in the system.</p>
<p><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/02/stats_3_ilm.png"><img class="alignnone size-large wp-image-334" src="http://www.nutanix.com/blog/wp-content/uploads/2012/02/stats_3_ilm-1024x522.png" alt="" width="640" height="326" /></a></p>
<p><strong>3. Provisioned Capacity and Usage Beaker Chart</strong></p>
<p>This one shows the provisioned capacity of the system as well as actual usage.</p>
<p style="text-align: center"><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/02/stats_4.png"><img class="alignnone size-large wp-image-335" src="http://www.nutanix.com/blog/wp-content/uploads/2012/02/stats_4-1024x482.png" alt="" width="640" height="301" /></a></p>
<p>Hope you enjoyed this sneak peek into the new alerts and stats functionality coming in our next UI release, and we look forward to sharing more ways we’re trying to empower the virtualization admin!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutanix.com/blog/2012/02/22/ui-alerts-and-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In his own words&#8230;customer Josh O&#8217;Brien shares his experience</title>
		<link>http://www.nutanix.com/blog/2012/02/15/in-his-own-words-customer-josh-obrien-shares-his-experience/</link>
		<comments>http://www.nutanix.com/blog/2012/02/15/in-his-own-words-customer-josh-obrien-shares-his-experience/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 01:46:51 +0000</pubDate>
		<dc:creator>Jervis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[customer]]></category>

		<guid isPermaLink="false">http://www.nutanix.com/blog/?p=316</guid>
		<description><![CDATA[Josh O&#8217;Brien on Nutanix: “So far I love the platform.  It gave me what I needed in the price point I needed and offers huge scale out options considering it is based of the GFS files system that Google uses &#8230; <a href="http://www.nutanix.com/blog/2012/02/15/in-his-own-words-customer-josh-obrien-shares-his-experience/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/02/LAN-logo-newblue-no-tag.jpg"><img class="alignnone size-medium wp-image-320" title="Language Access Network" src="http://www.nutanix.com/blog/wp-content/uploads/2012/02/LAN-logo-newblue-no-tag-300x31.jpg" alt="" width="300" height="31" /></a></p>
<p>Josh O&#8217;Brien on Nutanix: “So far I love the platform.  It gave me what I needed in the price point I needed and offers huge scale out options considering it is based of the GFS files system that Google uses across their DC’s… Spinning up my first production ESXi Cluster of (4) Servers, Sphere and provisioning the storage was a bit nerve-racking.  Its a HUGE statement for all the vendors that it was actually pretty painless.  Maybe even a bit to much so.”</p>
<p>Josh O&#8217;Brien from Language Access Network wrote about installing Nutanix last week. Read about it here: <a href="http://www.staticnat.com/WP/2012/02/07/fake-it-till-ya-make-it/#more-516" target="_blank">http://www.staticnat.com/WP/<wbr>2012/02/07/fake-it-till-ya-<wbr>make-it/#more-516</wbr></wbr></a></p>
<p>What we, at Nutanix, would like to point out from this post is that Josh referred to us as partners. Building a long-term relationship with our customers and offering world-class customer support remains one of our biggest goals.</p>
<p>Look forward to a case study in the coming weeks on LAN and using Nutanix for building a private cloud!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutanix.com/blog/2012/02/15/in-his-own-words-customer-josh-obrien-shares-his-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VDI Series: Part 4 &#8211; Manageability</title>
		<link>http://www.nutanix.com/blog/2012/01/31/vdi-series-part-4-manageability/</link>
		<comments>http://www.nutanix.com/blog/2012/01/31/vdi-series-part-4-manageability/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 17:13:42 +0000</pubDate>
		<dc:creator>Partha Ramachandran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nutanix.com/blog/?p=294</guid>
		<description><![CDATA[In my previous blog post, I talked about how the how the Nutanix architecture is designed to rapidly scale while maintaining high performance, enabling organizations to grow their VDI deployments. In this post, I will discuss manageability, an often under-represented &#8230; <a href="http://www.nutanix.com/blog/2012/01/31/vdi-series-part-4-manageability/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
<div>
<p>In my <a href="http://www.nutanix.com/blog/2011/11/03/vdi-series-part-3-–-incremental-scalability/">previous blog post</a>, I talked about how the how the Nutanix architecture is designed to rapidly scale while maintaining high performance, enabling organizations to grow their VDI deployments. In this post, I will discuss manageability, an often under-represented facet that is key in making a VDI deployment successful. With large VDI deployments, it is crucial to enable organizations to focus on managing virtual desktops, rather than having to worry about allocation of compute and storage infrastructure resources for these virtual desktops.</p>
<p>Steve Jobs has set a very high bar for manageability. I am a die-hard Apple fan, and firmly believe that the device (or appliance in this case) should do whatever the user wants easily and without fuss. It should be visible and available when needed, and simply get out the way when not.</p>
<p>At Nutanix, we aspire to these same manageability goals. From the get-go, the Nutanix architecture has a distinct advantage in that our platform converges compute and storage. This means that the administrator doesn&#8217;t have to worry about multiple instances of storage arrays, and the monolothic pieces of management software that have to be installed on a single management station / desktop. Nutanix gives the admin a single pane of glass that provides visibility to one single system that grows over time to fit the needs of the organization.</p>
<p>At the same time, since the Nutanix architecture greatly simplifies the infrastructure for virtualizing by converging compute and storage together into a single tier, we&#8217;re able to streamline existing management processes.</p>
<p>Knowing our end user is a VMware admin these days, we&#8217;ve taken an approach that streamlines and simplifies their workflows.  For example, VMware Tools is what VMware admins are spending their time using, so seeking not to disrupt this workflow, we simply stay out of the way.  Rather than reinventing the wheel around these VM management workflows, we defer to VMware on the front-end and instead integrate into the VMware stack on the backend.</p>
<p>Examples include:</p>
<p>- VMFS Support: VMFS datastores are created by default on the Nutanix Complete Cluster. Admins can thus create and manage their virtual machines using standard VMware tools.</p>
<p>- NFS Support: We are about to release support for NFS datastores on Nutanix. With this, VMware will see the Nutanix backend via a standard NFS datastore. See screenshots for how this integrates into the VMware client</p>
<p>- VAAI : With NFS support, we will also release support for VAAI. This allows VMware admins to seamlessly leverage Nutanix snapshots from the VMware console.</p>
<p><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/01/image002.png"><img class="alignnone size-full wp-image-306" title="Datastore View - NFS" src="http://www.nutanix.com/blog/wp-content/uploads/2012/01/image002.png" alt="" width="252" height="226" /></a><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/01/image001.png"><img class="alignnone  wp-image-307" title="Datastore Details - NFS" src="http://www.nutanix.com/blog/wp-content/uploads/2012/01/image001-300x149.png" alt="" width="450" height="225" /></a></p>
<p>- SRM Integration: We are working on Backup and Disaster Recovery integration into VMware SRM (Data Protection is a whole different topic which I will cover in a subsequent blog post)</p>
<p>So how does this make life easier for VDI admins?  VDI admins are accustomed to managing their deployments using a VDI management tool &#8211; the two market leaders being VMware View and Citrix XenDesktop.  Nutanix  integration into the VMware stack enables VDI admins to focus on virtual desktops versus worry about the underlying storage management as they would in traditional server and SAN infrastructure solutions.</p>
<p>Having said all of the above about being invisible when we have to be, the Nutanix Console is available when an admin needs it. The Console offers a rich set of functionality that the admin can access when needed:</p>
<p>- Analyzing System Bottlenecks<br />
- Storage usage and forecasting<br />
- Measuring the compute and storage footprint of various applications<br />
- Alerts on various system events<br />
- Managing failed drives<br />
- System expansion and scale-out<br />
- Call Home and Remote Support (More on this in a subsequent blog)</p>
<p><a href="http://www.nutanix.com/blog/wp-content/uploads/2012/01/UI_screenshot_mgmt_blog_013012.png"><img class="aligncenter size-large wp-image-311" title="UI_screenshot_mgmt_blog_013012" src="http://www.nutanix.com/blog/wp-content/uploads/2012/01/UI_screenshot_mgmt_blog_013012-1024x575.png" alt="" width="640" height="359" /></a></p>
<p>In summary, the key manageability benefits from the Nutanix Complete Cluster are that a) Seamless integration with the VMware front-end workflow and b) Simplification of the configuration, management and troubleshooting for the backend. The Nutanix Complete Cluster removes the complexity in managing a virtualized datacenter, and allows an organization to focus on enabling end users with what they need to be productive, whether the application is delivered via virtual desktop or streamed.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.nutanix.com/blog/2012/01/31/vdi-series-part-4-manageability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nutanix Sales Kick Off and Mad Men Spoof</title>
		<link>http://www.nutanix.com/blog/2012/01/28/nutanix-sales-kick-off-and-mad-men-spoof/</link>
		<comments>http://www.nutanix.com/blog/2012/01/28/nutanix-sales-kick-off-and-mad-men-spoof/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 00:43:47 +0000</pubDate>
		<dc:creator>Jervis</dc:creator>
				<category><![CDATA[Private Cloud]]></category>
		<category><![CDATA[Sales Kickoff]]></category>

		<guid isPermaLink="false">http://www.nutanix.com/blog/?p=301</guid>
		<description><![CDATA[We had a great Sales Kickoff last week. In preparation for it, Marketing created a quick video for our sales team as a fun way to start off the training. Using Mad Men as our inspiration, we introduced Nutanix as &#8230; <a href="http://www.nutanix.com/blog/2012/01/28/nutanix-sales-kick-off-and-mad-men-spoof/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We had a great Sales Kickoff last week. In preparation for it, Marketing created a quick video for our sales team as a fun way to start off the training. Using Mad Men as our inspiration, we introduced Nutanix as the quick and easy way to set up your own private cloud. Check out our video and let us know what you think!</p>
<p><a href="http://www.youtube.com/watch?v=VDqV75jjZMQ&amp;feature=youtu.be" target="_blank">http://www.youtube.com/watch?<wbr>v=p3Qq6QU1WOk</wbr></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nutanix.com/blog/2012/01/28/nutanix-sales-kick-off-and-mad-men-spoof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

