 




<?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>The Troposphere &#187; infrastructure</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/cloud-computing/tag/infrastructure/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/cloud-computing</link>
	<description>Meteorology for the cloud computing world</description>
	<lastBuildDate>Wed, 17 Apr 2013 20:04:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How Azure actually works, courtesy of Mark Russinovich</title>
		<link>http://itknowledgeexchange.techtarget.com/cloud-computing/how-azure-actually-works-courtesy-of-mark-russinovich/</link>
		<comments>http://itknowledgeexchange.techtarget.com/cloud-computing/how-azure-actually-works-courtesy-of-mark-russinovich/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 23:04:11 +0000</pubDate>
		<dc:creator>CarlBrooks</dc:creator>
				<category><![CDATA[aha]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[Azure in some detail]]></category>
		<category><![CDATA[AzureInside]]></category>
		<category><![CDATA[Fault Domain]]></category>
		<category><![CDATA[How Azure Works]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[Inside Windows Azure]]></category>
		<category><![CDATA[Mark Russinovich]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[PDC 2010]]></category>
		<category><![CDATA[The more you know]]></category>

		<guid isPermaLink="false">http://1829110179</guid>
		<description><![CDATA[Mark Russinovich &#8212; Microsoft technical fellow, a lead on the Azure platform and a renowned Windows expert &#8212; took pains at PDC &#8217;10 (Watch the &#8220;Inside Windows Azure&#8221; session here) to lay out a detailed, high-level overview of the Azure platform and what actually happens when users interact with it. Azure infrastructure The Azure cloud(s) [...]]]></description>
				<content:encoded><![CDATA[<p>Mark Russinovich &#8212; Microsoft technical fellow, a lead on the Azure platform and a renowned Windows expert &#8212; took pains at PDC &#8217;10 (<a href="http://player.microsoftpdc.com/Session/18a38105-520f-486a-9e04-d956736e506d/720.216">Watch the &#8220;Inside Windows Azure&#8221; session here</a>) to lay out a detailed, high-level overview of the Azure platform and what actually happens when users interact with it.</p>
<p><b>Azure infrastructure</b></p>
<p>The Azure cloud(s) is (are) built on Microsoft&#8217;s definition of commodity infrastructure. It’s “Microsoft Blades,” that is, bespoke OEM blade servers from several manufacturers. It’s probably Dell or HP, just saying, in dense racks. Microsoft containerizes its data centers now and <a href="http://www.iconstructions.be/blog/pdc-2009-inside-windows-azure-container" target="_blank">pictures abound</a>; this is only interesting to data center nerds anyway.</p>
<p>For systems managements nerds, here’s a <a href="http://webcache.googleusercontent.com/search?q=cache:yOOIapy_iKYJ:download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/ser122_wh06.ppt+microsoft+blade+servers&amp;cd=2&amp;hl=en&amp;" target="_blank">2006 presentation from Microsoft</a> on the rudiments of shared I/O and blade design.</p>
<p>Azure considers each rack a ‘node’ of compute power and puts a switch on top of it. Each node &#8212; servers+top rack switch &#8212; is considered a ‘fault domain’ (see glossary, below), i.e., a possible point of failure. An aggregator and load balancers manage groups of nodes, and all feed back to the Fabric Controller (FC), the operational heart of Azure. </p>
<p>The FC gets it’s marching orders from the “Red Dog Front End” (RDFE). RDFE takes its name from nomenclature left over from Dave Cutler’s original Red Dog project that became Azure. The RDFE acts as kind of router for request and traffic to and from the load balancers and Fabric Controller. </p>
<p>Russinovich said that the development team passed an establishment called the “Pink Poodle” while driving one day. Red Dog was deemed more suitable, and Russinovich claims not to know what sort of establishment the Pink Poodle is.</p>
<p><b>How Azure works</b><br />
Azure works like this:</p>
<p>You/Azure portal</p>
<ul>|___RDFE</p>
<li>
<ul>|___Aggregators and Load Balancers</p>
<li>
<ul>|___Fabric Controller</p>
<li>
<ul>|__Nodes</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p><b>The Fabric Controller</b></p>
<p>The Fabric Controller does all the heavy lifting for Azure. It provisions, stores, delivers, monitors and commands the <a href="http://searchservervirtualization.techtarget.com/sDefinition/0,,sid94_gci213305,00.html">virtual machines (VMs)</a> that make up Azure. It is a “distributed stateful application distributed across data center nodes and fault domains.” </p>
<p>In English, this means there are a number of Fabric Controller instances running in various racks. One is elected to act as the primary controller. If it fails, another picks up the slack. If the entire FC fails, all of the operations it started, including the nodes, keep running, albeit without much governance until it comes back online. If you start a service on Azure, the FC can fall over entirely and your service is not shut down.</p>
<p>The Fabric Controller automates pretty much everything, including new hardware installs. New blades are configured for PXE and the FC has a PXE boot server in it. It boots a &#8216;maintenance image,&#8217; which downloads a host operating system (OS) that includes all the parts necessary to make it an Azure host machine. <a href="http://en.wikipedia.org/wiki/Sysprep" target="_blank">Sysprep</a> is run, the system is rebooted as a unique machine and the FC sucks it into the fold. </p>
<p>The Fabric Controller is a modified Windows Server 2008 OS, as are the host OS and the standard pre-configured Web and Worker Role instances.</p>
<p><b>What happens when you ask for a Role</b></p>
<p>The FC has two primary objectives: to satisfy user requests and policies and to optimize and simplify deployment. It does all of this automatically, “learning as it goes&#8221; about the state of the data center, Russinovich said.</p>
<p>Log into Azure and ask for a new “Web Role” instance and what happens? The portal takes your request to the RDFE. The RDFE asks the Fabric Controller for the same, based on the parameters you set and your location, proximity, etc. The Fabric Controller scans the available nodes and looks for (in the standard case) two nodes that do not share a Fault Domain, and are thus fault-tolerant. </p>
<p>This could be two racks right next to each other. Russinovich said that FC considers network proximity and available connectivity as factors in optimizing performance. Azure is unlikely to pick nodes in two different facilities unless necessary or specified.</p>
<p>Fabric Controller, having found its juicy young nodes bursting with unused capacity, then puts the role-defining files at the host. The host OS creates the requested virtual machines and three Virtual Hard Drives (VHDs) (count ’em, three!): a stock ‘differencing’ VHD (D:\) for the OS image, a ‘resource’ VHD (C:\) for user temporary files and a Role VHD (next available drive letter), for role specific files. The host agent starts the VM and away we go.</p>
<p>The load balancers, interestingly, do nothing until the instance receives its first external HTTP communication (GET); only then is the instance routed to an external endpoint and live to the network. </p>
<p><b>The Platform as a Service part</b></p>
<p>Why so complicated? Well, it’s a) Windows and b) the point is to automate maintenance and stuff. The regular updates that Windows Azure systems undergoes &#8212; same as (within the specifications of what is running) the rest of the Windows world &#8212; happen typically about once a month and require restarting the VMs.</p>
<p>Now for the fun part: Azure requires two instances running to enjoy its 99.9% uptime <a href="http://searchitchannel.techtarget.com/sDefinition/0,,sid96_gci213586,00.html">service-level agreement (SLA)</a>, and that’s one reason why. Microsoft essentially enforces a high-availability, uninterrupted fault tolerance fire drill every time the instances are updated. Minor updates and changes to configuration do not require restarts, but what Russinovich called ‘<a href="http://msdn.microsoft.com/en-us/library/ee517253.aspx">VIP swaps</a>’ do.</p>
<p>Obviously, this needs to be done in such a way that the user doesn’t skip a beat. A complicated hopscotch takes place as updates are installed to the resource VHD. One instance is shut down and the resource VHD updated, then the other one. The differencing VHDa makes sure new data that comes into the Azure service is retained and synced as each VM reboots.</p>
<p><b>Virtualization and security</b></p>
<p>What is it running on, we asked? Head scratching ensued for many moons as Microsoft pushed Hyper-V to customers but claimed Azure was not compatible or interoperable with Hyper-V. </p>
<p>It is, in fact, a fork of Hyper-V. Russinovich said it was basically tailored from the ground up for the hardware layout that Microsoft uses, same as the Azure OSes. </p>
<p>Russinovich said that the virtual machine is the security boundary for Azure. At the hypervisor level, the host agents on each physical machine are trusted. The Fabric Controller OSes are trusted. The guest agent- the part the user controls—is not trusted. The VMs communicate only through the load balancers and the public (user’s endpoint) IP and back down again. </p>
<p>Some clever security person may now appear and make fun of this scheme, but that&#8217;s not my job.</p>
<p>The Fabric Controller handles network security and Hyper-V uses machine state registries (MSRs) to verify basic machine integrity. That’s not incredibly rich detail, but its more than you knew five minutes ago and I guarantee its more than you know about how Amazon secures Xen. Here&#8217;s a little more on <a href="http://www.blackhat.com/presentations/bh-usa-07/Baker/Presentation/BH07_Baker_WSV_Hypervisor_Security.pdf" target="_blank">Hyper-V security</a>.</p>
<p>New additions to Azure, like full admin rights on VMs (aka elevated privileges) justify this approach, Russinovich said. “We know for a fact we have to rely on this [model] for security,” he said.</p>
<p><b>Everyone feel safe and cozy? New user-built VM Roles are implemented a little differently</b></p>
<p>Azure now offers users the ability to craft their own Windows images and run them on Microsoft’s cloud. These VM Roles are built by you (sysprep recommended) and uploaded to your blob storage. When you create a service around your custom VMs and start the instances, Fabric Controller takes pains to redundantly ensure redundancy. It makes a shadow copy of your file, caches that shadow copy (in the VHD cacher, of course) and then creates the three VHDs seen above for each VM needed. From there, you’re on your own; Microsoft does not consider having to perform your own patches an asset in Azure.</p>
<p><B>A healthy host is a happy host</b></p>
<p>Azure uses heartbeats to measure instance health: It simply pings the Fabric Controller every few seconds and that’s that. Here again, fault tolerance is in play. You have two instances running (if you’re doing it right. Azure will let you run one, but then you don’t get the SLA). If one fails, the heartbeat times out, the differencing VHD on the other VM starts ticking over and Azure restarts the faulty VM, or recreates the configuration somewhere else. Then changes are synced and you’re back in business. </p>
<p><b>Do not end these processes</b></p>
<p>Now that we have the ability to RDP into our Azure Roles and monkey around, Russinovich helpfully explains that the processes Azure runs within the VM are WaAppHost.exe (Worker Role), WaWebHost.exe (Web Role), clouddrivesvc.exe (All Roles) and a handful of others, a special w3wp.exe for IIS configuration and so forth. All of these were previously restricted from user access but can be accessed via the new admin privileges.</p>
<p>Many of the features set out here are in development and beta but are promised to the end user soon. Russinovich noted that the operations outlined here still could change significantly. At any rate, his PDC session provided a fascinating look into how a cloud can operate, and it’s approximately <b>eleventy bajillion percent</b> more than I (or anyone else, for that matter) know about how Amazon Web Services or Google App Engine works.</p>
<p><b>Glossary:</B></p>
<p>Azure : Microsoft’s cloud infrastructure platform</p>
<p>Fabric Controller: A set of modified virtual Windows Server 2008 images running across Azure that control provisioning and management</p>
<p>Fault Domain: A set of resources within an Azure data center that are considered non-fault tolerant and a discrete unit, like a single rack of servers. A Service by default splits virtual instances across at least two Fault Domains.</p>
<p>Role: Microsoft&#8217;s name for a specific configuration of Azure virtual machine. The terminology is from Hyper-V.</p>
<p>Service: Azure lets users run Services, which then run virtual machine instances in a few pre-configured types, like Web or Worker Roles. A Service is a batch of instances that are all governed by the Service parameters and policy.</p>
<p>Web Role: An instance pre-configured to run Microsoft’s Web server technology Internet Information Services (IIS)</p>
<p>Worker Role: An instance configured not to run IIS but instead to run applications developed and/or uploaded to the VM by the end user</p>
<p>VM Role: User-created, unsupported Windows Server 2008 virtual machine images that are uploaded by the user and controlled through the user portal. Unlike Web and Worker Roles, these are not updated and maintained automatically by Azure.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/cloud-computing/how-azure-actually-works-courtesy-of-mark-russinovich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware wants the whole private cloud software stack- and it may get it</title>
		<link>http://itknowledgeexchange.techtarget.com/cloud-computing/vmware-wants-the-whole-private-cloud-software-stack-and-it-may-get-it/</link>
		<comments>http://itknowledgeexchange.techtarget.com/cloud-computing/vmware-wants-the-whole-private-cloud-software-stack-and-it-may-get-it/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 00:57:24 +0000</pubDate>
		<dc:creator>CarlBrooks</dc:creator>
				<category><![CDATA[cloud infrastructure]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/cloud-computing/?p=745</guid>
		<description><![CDATA[Details of VMware&#8217;s Project Redwood have been unearthed, and it’s a telling look at where VMware sees itself in the new era of cloud computing: in charge of everything. While Redwood is still vapor as far as the public is concerned (and the basic VMware cloud technology, vCloud is still in pre-release at ver. 09) [...]]]></description>
				<content:encoded><![CDATA[<p>Details of VMware&#8217;s <a href="http://searchcloudcomputing.techtarget.com/news/article/0,289142,sid201_gci1513441,00.html">Project Redwood have been unearthed</a>, and it’s a telling look at where VMware sees itself in the new era of cloud computing: in charge of everything. </p>
<p>While Redwood is still vapor as far as the public is concerned (and the basic VMware cloud technology, vCloud is still in pre-release at ver. 09) &#8211; it&#8217;s clear that VMware thinks it can capitalize on its position as the default virtualization platform for the enterprise and swoop in to become the private cloud platform of choice as enterprises increasing retool their data centers to look, and work, more like services like Rackspace and Amazon Web Services.</p>
<p>Some people are grumpy about the term private cloud, saying it&#8217;s just a data center modernized and automated to the hilt &#8211; let’s get that out of the way by noting that &#8220;private cloud&#8221; is a lot easier to say than &#8220;highly automated and fully managed self-provisioning server infrastructure data center system with integrated billing&#8221;. It&#8217;s also less annoying than &#8220;Infrastructure 3.0&#8243;, a term that can make normally calm operators scream like enraged pterodactyls. Private cloud it is.</p>
<p>Project Redwood, now known as the VMware Service Director, will lay over a VMware vSphere installation and allow users governed self-service usage via a web portal and an API, effectively obscuring both the data center hardware and the virtualization software VMware customers are used to operating. The goal is to automate resource management so that admins don&#8217;t have to and make distributing computing resources as easy and flexible as possible, while maintaining full control.</p>
<blockquote><p>
According to the presentation, vCloud Service Director will support three modes of resource management: &#8220;<strong>Allocation pools</strong>&#8220;, where users are given a &#8216;container&#8217; of resources and allowed to create and use VMs anyway they like up to the limits of the CPU and storage they paid for; &#8220;<strong>Reservation pools</strong>&#8220;, which give users a set of resources they can increase or decrease by themselves and &#8220;<strong>Pay-per-VM</strong>&#8221; for single-instance purchasing.</p></blockquote>
<p>&#8211;From the article
<p>That&#8217;s the IT side taken care of- the other really significant concept is vApps- users can build, save and move application stacks en suite, and will be able to flow out of their private cloud into VMware-approved public cloud services&#8211; vCloud Express hosters like BlueLock and Terremark. So admins get control and visibility, and users get true scalability and self-service. That means there&#8217;s something for everyone in the enterprise.</p>
<p>Other tidbits from the document-VMware&#8217;s concept of cloud:</p>
<blockquote><li>Cloud Computing according to VMware<br />
Lightweight entry/exit service acquisition model<br />
Consumption based pricing<br />
Accessible using standard internet protocols<br />
Elastic<br />
Improved economics due to shared infrastructure<br />
Massively more efficient to manage</li>
</blockquote>
<p>And how Redwood is the answer:</p>
<blockquote><li> Project Redwood Strategy<br />
High-Level:  Enable broad deployment of<br />
compute clouds by:<br />
• Delivering a software solution enabling self-service<br />
access to compute infrastructure<br />
• Establishing the most compelling platform for<br />
internal and external clouds<br />
Approach<br />
• Allow enterprises to create fully-functional internal<br />
cloud infrastructure<br />
• Create a broad ecosystem of cloud providers to<br />
give enterprises choice<br />
• Provide identical interfaces between internal and<br />
external clouds to allow toolsets to operate<br />
identically with either<br />
• Enable developers on the cloud platform to create<br />
new applications within a cloud framework</li>
</blockquote>
<p>Of course, there are products that can already do this and already well on the way to maturity- <a>Abiquo</a> springs to mind. You can do everything Redwood is shooting for today, if you&#8217;re so inclined. <a href="http://cloudcomputingexpo.com/node/1412735">A titillating report</a> says an audience that reportedly contained VMware engineers cheered during an Abiquo demo. The problem is you have to bring your own hypervisor- few want their YAVS(Yet Another Vendor Syndrome)infection complicated.</p>
<p>Oracle, on the other hand, has reinvented itself as a &#8220;complete stack&#8221; of private cloud products, from the Sun iron on up, and IBM is happy to sell you iron that behaves like cloud, and so on. </p>
<p>But VMware is betting brand loyalty, severe antipathy towards non-commodity hardware and inertia will catapult it past the upstarts and comfortably ahead of Microsoft, its real competition here, which is shooting for the same goal with <a href="http://www.microsoft.com/virtualization/en/us/private-cloud.aspx">Hyper-V and the Dynamic Data Center</a> but is at <b><i>least</b></i> a year behind VMware here.</p>
<p>Enterprises running clouds are inevitable, goes the thinking; virtualization is ideally suited to both cloud computing and the commoditized hardware market&#8211;provide the entire software stack needed to turn those servers and switches into compute clouds, and you&#8217;ll make out like a bandit, especially when the only serious competition to try and offer the same thing right now is Canonical on one extreme, and Oracle on the other. </p>
<p>If you are running an enterprise data center, want drop-in, one-stop cloud computing, and your options are &#8220;<b>free&#8211;from hippies</b>&#8221; or &#8220;<b>bend over</b>&#8220;, VMware, who already makes your preferred hypervisor, will be a favored alternative.  All they have to do is execute.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/cloud-computing/vmware-wants-the-whole-private-cloud-software-stack-and-it-may-get-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud computing surfaces in local politics</title>
		<link>http://itknowledgeexchange.techtarget.com/cloud-computing/cloud-computing-surfaces-in-local-politics/</link>
		<comments>http://itknowledgeexchange.techtarget.com/cloud-computing/cloud-computing-surfaces-in-local-politics/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 15:53:57 +0000</pubDate>
		<dc:creator>CarlBrooks</dc:creator>
				<category><![CDATA[budgets]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[data centers]]></category>
		<category><![CDATA[geese]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[Reuven Carlyle]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/cloud-computing/?p=390</guid>
		<description><![CDATA[In a demonstration of cloud computing’s increasing stature in the real world, Washington state freshman state representative Reuven Carlyle called for scrapping a $300 million data center in favor of cloud computing last week. &#8220;We are deeply troubled by the weakness of the technical and financial support behind this decision, and fear the state is [...]]]></description>
				<content:encoded><![CDATA[<p>In a demonstration of cloud computing’s increasing stature in the real world, Washington state freshman state representative Reuven Carlyle called for scrapping a <a href="http://www.datacenterknowledge.com/archives/2009/07/23/could-the-cloud-derail-a-300m-data-center/">$300 million data center in favor of cloud computing</a> last week. </p>
<p>&#8220;We are deeply troubled by the weakness of the technical and financial support behind this decision, and fear the state is potentially making a $300 million mistake,&#8221; Carlyle said in a letter to Governor Christine Gregoire published on Carlyle&#8217;s website. Co-written with Representative Hans Dunshee, the letter was first picked up by Pacific Northwest regional news site <a href="http://crosscut.com/blog/crosscut/19024/">Crosscut.com</a></p>
<p>In a nutshell, the <a href="http://reuvencarlyle36.com/2009/07/21/a-300-million-mistake/">letter</a> calls for a halt to a bond sale to fund the project and a review of existing cloud services, like “Google, Microsoft, Amazon or others as many companies and governments are doing today.” Further, it argues that the trend in outsourcing data and services is a fait accompli and a better use of taxpayer dollars.</p>
<p>Unfortunately, Carlyle&#8217;s letter sometimes reads like it was written by a jingo-happy IT vendor. To wit: &#8220;How best to efficiently and effectively move away from hardware-centric, expensive, proprietary, silos of data trapped in old databases to open, transparent, flexible, accessible, customer-oriented applications available via the Internet?&#8221; he asks. </p>
<p>(I think we&#8217;ve all snoozed through that PowerPoint talk, no?)</p>
<p>This is understandable. Carlyle comes fresh from the communications industry, where silos are not filled with grain and budgets are fine-tuned with an axe, as opposed to government, where silos are more than likely filled with grain and budgets are fed like foie gras geese. </p>
<p>Dunshee <a href="http://www.hansdunshee.com/biography.html">appears to be a more traditional politician</a>; interestingly, he lists many unions as backers, groups likely to want state construction dollars.</p>
<p>It’s unclear why Carlyle and Dunshee believe the new IT infrastructure would go to waste. What’s notable, however, is that cloud is now commonplace enough that a politician will throw it out there and hold traditional IT up as the poorer model. That&#8217;s a long step in discourse from &#8220;cutting edge.&#8221;</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/cloud-computing/cloud-computing-surfaces-in-local-politics/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
