<?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>frankdenneman.nl &#187; VMware</title>
	<atom:link href="http://frankdenneman.nl/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankdenneman.nl</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 07:22:45 +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>Admission control and vCloud Allocation Pool model</title>
		<link>http://frankdenneman.nl/2012/05/admission-control-and-vcloud-allocation-pool-model/</link>
		<comments>http://frankdenneman.nl/2012/05/admission-control-and-vcloud-allocation-pool-model/#comments</comments>
		<pubDate>Wed, 16 May 2012 07:22:45 +0000</pubDate>
		<dc:creator>Frank Denneman</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://frankdenneman.nl/?p=2012</guid>
		<description><![CDATA[The previous article outlines the multiple admission controls active in a virtual infrastructure. One that always interested me in particular is the admission control feature that verifies resource availability. With the introduction of vCloud director another level of resource construct were introduced. Along with Provider virtual datacenter (vDC) and Organization vDCs, allocation models were introduced. [...]<p><a href="http://frankdenneman.nl/2012/05/admission-control-and-vcloud-allocation-pool-model/">Admission control and vCloud Allocation Pool model</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://frankdenneman.nl/2012/05/the-admission-control-family/" target="_blank">previous article</a> outlines the multiple admission controls active in a virtual infrastructure. One that always interested me in particular is the admission control feature that verifies resource availability. With the introduction of vCloud director another level of resource construct were introduced. Along with Provider virtual datacenter (vDC) and Organization vDCs, allocation models were introduced. An allocation model defines how resources are allocated from the provider vDC. An organization vDC must be configured with one of the following three allocation models: “Pay As You Go”, “Allocation Pool” and “Reservation Pool”. It is out of the scope to describe all three models, please visit <a href="http://www.chriscolotti.us/vmware/vsphere/vcloud-allocation-models/" target="_blank">Chris Colotti’s</a> blog or <a href=" http://www.yellow-bricks.com/2010/09/22/vcd-allocation-models/" target="_blank">Yellow Bricks</a> to read more about allocation models. </p>
<p>As mentioned before the distinction between each of the allocation models is how resources are consumed. Depending on the chosen allocation model reservations and limits will be set on resource pool, virtual machine level, or both.  One of the most interesting allocation model is the Allocation Pool model as it sets reservations on both resource pool level and virtual machine level simultaneously. During configuration of the allocation pool model, an amount of guaranteed resources can be specified. (Guaranteed is the vCloud term for vSphere reservation). The question I was given is <strong>will lowering the default value of 100% guaranteed memory result in an increase of more virtual machines inside the Organization vCD</strong>? And the answer lies within the working of vSphere admission control.</p>
<p><strong>Allocation Pool model settings</strong><br />
By default the Allocation Pool model sets a 100% memory reservation on both resource pool level and virtual machine level. By lowering the default guarantee, it allows for opportunistic memory allocation on both resource pool level and virtual machine level. Creating this burstable space (resources available for opportunistic access) usually provides an higher consolidation ratio of virtual machines, however due to the simultaneous configuration of reservation on both resource pool and virtual machine level, this is not the case. </p>
<p><strong>Virtual machine level reservation</strong><br />
During power-on operation admission control checks if the resource pool can satisfy the virtual machine level reservation. Because expandable reservation is disabled in this model, the resource pool is not able to allocate any additional resources from the provider vDC.  Therefor the virtual machine memory reservation can only be satisfied by the resource pool level reservation of the organization vDC itself. When a virtual machine is using memory protected by a virtual machine level reservation, this memory is withdrawn from the resource pool-level reservation. If the resource pool does not have enough available memory to guarantee the virtual machine reservation, the power-on operation fails. Let’s use a scenario to visualize the process a bit better.</p>
<p><strong>Scenario</strong><br />
An organization vCD is created with the Allocation Pool model and the memory allocation is set to 20GB; the memory guarantee is set to 50%. These settings result in a resource pool memory limit of 20GB and a memory reservation of 10GB. When powering up a 2GB virtual machine, 1GB of reserved resources will be allocated to that virtual machine and withdrawn from the available reserved memory pool. </p>
<p><a href="http://frankdenneman.nl/wp-content/uploads/2012/05/01-Admission-control-sequence-Allocation-Model-phase-1.png"><img src="http://frankdenneman.nl/wp-content/uploads/2012/05/01-Admission-control-sequence-Allocation-Model-phase-1.png" alt="" title="01 Admission control sequence Allocation Model phase 1" width="484" height="387" class="aligncenter size-full wp-image-2018" /></a></p>
<p>Admission control allows to power-on virtual machines until the reserved memory pool is reduced to zero. Following the previous example, virtual machine 2 is powered on. The resource pool providing resources to the organization vDC has 9 GB available in its pool of reserved memory. Admission control allows the power-on operation of the virtual machine as this pool can provide the reserved resources specified by the virtual machine level reservation.<br />
 <br />
<a href="http://frankdenneman.nl/wp-content/uploads/2012/05/02-Admission-control-sequence-Allocation-Model-phase-2.png"><img src="http://frankdenneman.nl/wp-content/uploads/2012/05/02-Admission-control-sequence-Allocation-Model-phase-2.png" alt="" title="02 Admission control sequence Allocation Model phase 2" width="495" height="451" class="aligncenter size-full wp-image-2024" /></a></p>
<p>During each power-on operation 1GB of reserved memory is withdrawn from the reserved memory pool available to the organization vDC. Resulting in admission control allowing to power on ten virtual machines. When attempting to deploy virtual machine 11, admission controls fails the power-on operation as the organization vDC has no available reserved memory to satisfy the virtual machine level reservation.<br />
 <br />
<a href="http://frankdenneman.nl/wp-content/uploads/2012/05/03-Admission-control-sequence-Allocation-Model-failure.png"><img src="http://frankdenneman.nl/wp-content/uploads/2012/05/03-Admission-control-sequence-Allocation-Model-failure.png" alt="" title="03 Admission control sequence Allocation Model failure" width="495" height="493" class="aligncenter size-full wp-image-2027" /></a></p>
<p><strong>Note:</strong> This scenario excludes the impact of memory overhead reservation of each virtual machine. Under normal circumstances, the number of virtual machines that could be powered on would be close to 8 instead of 10 as the reserved pool available to the organization vDC is used to satisfy the memory overhead reservation of each virtual machine as well.</p>
<p>Because the guarantee setting of the Allocation Pool model configures resource pool and virtual machine memory reservation settings simultaneously, the supply and demand of reserved memory resources are always equal regardless of the configured percentage setting. Therefore offering opportunistic access to resources inside the organization vDC does not allow an increase of the number of virtual machines inside the organization vDC.<br />
The next question arises, why should you lower the percentage of guaranteed resources? Providing burstable space increases the number of Organization vCDs inside the Provider vDC.</p>
<p><strong>Resource pool memory reservation</strong><br />
Upon creation resource pools claim and withdraw the configured reserved resources from their parent instantaneously. This memory cannot be provided or distributed to other organization vDCs regardless of utilization of these resources.  </p>
<p><a href="http://frankdenneman.nl/wp-content/uploads/2012/05/04-Allocation-Pool-Model-Consolidation-ratio-.png"><img src="http://frankdenneman.nl/wp-content/uploads/2012/05/04-Allocation-Pool-Model-Consolidation-ratio-.png" alt="" title="04 Allocation Pool Model Consolidation ratio" width="533" height="408" class="aligncenter size-full wp-image-2028" /></a></p>
<p>Although new resource constructs are introduced in a vCloud environment, consolidation ratios and resource management still leverage traditional vSphere resource management constructs and rules. Chris Colotti and I are currently working on a technical paper describing the allocation models in details and the way they interact with vSphere resource management. We hope to see this published soon. </p>
<p><a href="http://frankdenneman.nl/2012/05/admission-control-and-vcloud-allocation-pool-model/">Admission control and vCloud Allocation Pool model</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
 <img src="http://frankdenneman.nl/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2012" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frankdenneman.nl/2012/05/admission-control-and-vcloud-allocation-pool-model/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I/O Analyzer v1.1</title>
		<link>http://frankdenneman.nl/2012/03/io-analyzer-v1-1/</link>
		<comments>http://frankdenneman.nl/2012/03/io-analyzer-v1-1/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 17:33:24 +0000</pubDate>
		<dc:creator>Frank Denneman</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://frankdenneman.nl/?p=1918</guid>
		<description><![CDATA[I/O Analyzer v1.1 is now live on the Flings site: http://labs.vmware.com/flings/io-analyzer I/O Analyzer is a virtual appliance tool for measuring storage performance. This version of I/O Analyzer adds the ability to run trace replay – a function which allows a user to replay an I/O trace that was captured elsewhere (with vscsistats) on the target [...]<p><a href="http://frankdenneman.nl/2012/03/io-analyzer-v1-1/">I/O Analyzer v1.1</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I/O Analyzer v1.1 is now live on the Flings site:</p>
<p><a href="http://labs.vmware.com/flings/io-analyzer" title="http://labs.vmware.com/flings/io-analyzer">http://labs.vmware.com/flings/io-analyzer</a></p>
<p>I/O Analyzer is a virtual appliance tool for measuring storage performance. This version of I/O Analyzer adds the ability  to run trace replay – a function which allows a user to replay an I/O trace that was captured elsewhere (with vscsistats) on the target test system. This version also has cool data visualization charts, both for the characteristics of an imported trace, and performance results on the test system.</p>
<p>This is really cool stuff, go check it out.</p>
<p><a href="http://frankdenneman.nl/2012/03/io-analyzer-v1-1/">I/O Analyzer v1.1</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
 <img src="http://frankdenneman.nl/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1918" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frankdenneman.nl/2012/03/io-analyzer-v1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cyber Monday deal!</title>
		<link>http://frankdenneman.nl/2011/11/cyber-monday-deal/</link>
		<comments>http://frankdenneman.nl/2011/11/cyber-monday-deal/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 08:49:36 +0000</pubDate>
		<dc:creator>Frank Denneman</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Cyber Monday]]></category>
		<category><![CDATA[vSphere 5 Clustering]]></category>

		<guid isPermaLink="false">http://frankdenneman.nl/?p=1790</guid>
		<description><![CDATA[We are long time fascinated by the whole Black Friday and Cyber Monday craze in the USA. Unfortunately we do not celebrate Thanksgiving in the Netherlands and none of the shops are participating in something similar as Black Friday. This year we thought it was a great idea to participate in some form and what [...]<p><a href="http://frankdenneman.nl/2011/11/cyber-monday-deal/">Cyber Monday deal!</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
]]></description>
			<content:encoded><![CDATA[<p>We are long time fascinated by the whole Black Friday and Cyber Monday craze in the USA. Unfortunately we do not celebrate Thanksgiving in the Netherlands and none of the shops are participating in something similar as Black Friday.<br />
This year we thought it was a great idea to participate in some form and what better than to offer our vSphere 5 Clustering Technical Deepdive e-book for a price you cannot resist. We just changed the price of the vSphere 5 Clustering Technical Deepdive to $ 4.99 and 3.99 for our European friends. Yes that is correct…. Less than 5 dollars for over 350 pages of deepdive material.<br />
What better way than recover from the madness of Black Friday and just sit back and relax reading  this amazing piece of work? This is most definitely the deal of the year for all virtualization fanatics! Keep in mind that this is a limited offer, Tuesday the 29th the price will be back to “normal” again.</p>
<p><a href="http://www.amazon.com/gp/product/B005C1SARM/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;tag=frankdenneman-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=B005C1SARM">US – ebook – $ 4.99</a><br />
<a href="http://www.amazon.co.uk/vSphere-Clustering-Technical-Deepdive-ebook/dp/B005C1SARM/ref=cm_cr_pr_product_top">UK – ebook – £ 3.99</a><br />
<a href="http://www.amazon.de/vSphere-Clustering-Technical-Deepdive-ebook/dp/B005C1SARM/ref=cm_cr_pr_product_top">DE – ebook – € 3.99</a><br />
<a href="http://www.amazon.fr/vSphere-Clustering-Technical-Deepdive-ebook/dp/B005C1SARM/ref=cm_cr_pr_product_top">FR – ebook – € 3.99</a></p>
<p>Pick it up, tell your friends / colleagues / family about it… Here are some snippets from Amazon reviews, but with 15 extremely positive reviews, all of them 5 out of 5, you know you can’t go wrong:</p>
<blockquote><p>
“If you’re serious about VMware virtualization this book is a must have. Regardless of you responsibilities with a virtual infrastructure administrative, or from a architecture design stand point this book is for you. The level of knowledge and depth which Frank and Duncan cover in this book about the new clustering changes in vSphere 5 is priceless. The design tips and illustrations through the book are truly invaluable. There is no other book that gets into the core of all the different vSphere 5 cluster technologies like this one, ”</p>
<p>“Whether you are longing to know about the transition from AAM to FDM, best practices for DRS and DPM, or are just curious to know what those acronyms are this is a great book! The technical detail, practical advice, and comparative analysis throughout make this book one of the most thorough yet concise technical books available.”</p>
<p>“The book is clearly written, a special emphasis has been made on making it understandable even for professionals like me who use vSphere daily yet do not manage huge production environments. The book goes to great lengths to explain all possible scenarios and I found answers to all my questions. Not only sections cover HOW the technology works, but the authors go as far as explaining the way the algorithms are working, which will satisfy the curiosity of everyone.”</p>
<p>“The complete explanations provide the reader all of the information needed to make informed decisions about their environment with excellent diagrams to provide strong visual reinforcements.”
</p></blockquote>
<p>Please remember that we are offering the book for the price listed above, depending on your location Amazon might charge an additional cost!</p>
<p><a href="http://frankdenneman.nl/2011/11/cyber-monday-deal/">Cyber Monday deal!</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
 <img src="http://frankdenneman.nl/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1790" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frankdenneman.nl/2011/11/cyber-monday-deal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New job role</title>
		<link>http://frankdenneman.nl/2011/11/new-job-role/</link>
		<comments>http://frankdenneman.nl/2011/11/new-job-role/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 13:56:43 +0000</pubDate>
		<dc:creator>Frank Denneman</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Technical Marketing]]></category>

		<guid isPermaLink="false">http://frankdenneman.nl/?p=1782</guid>
		<description><![CDATA[The last two years I enjoyed working as an architect within the PSO organization of VMware, designing and reviewing the most interesting virtual infrastructures in Europe. However today I signed my new contract, accepting a position within the Technical Marketing team. Starting December I will focus on resource management and disaster avoidance technologies. My new [...]<p><a href="http://frankdenneman.nl/2011/11/new-job-role/">New job role</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The last two years I enjoyed working as an architect within the PSO organization of VMware, designing and reviewing the most interesting virtual infrastructures in Europe. However today I signed my new contract, accepting a position within the Technical Marketing team.</p>
<p>Starting December I will focus on resource management and disaster avoidance technologies. My new role allows me to collaborate with the Product managers and the R&#038;D organization on products such as DRS, Storage DRS, vMotion, Storage vMotion and FT. My main tasks will be developing best practices, white-papers, documentation and technical presentations, educating field organizations and of course the customers.</p>
<p>Although I enjoyed working within the PSO organization, I can’t wait to get started.  Thanks to all the people who made my move possible and offering me such an opportunity!</p>
<p><a href="http://frankdenneman.nl/2011/11/new-job-role/">New job role</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
 <img src="http://frankdenneman.nl/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1782" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frankdenneman.nl/2011/11/new-job-role/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>FDM in mixed ESX and vSphere clusters</title>
		<link>http://frankdenneman.nl/2011/10/fdm-in-mixed-esx-and-vsphere-clusters/</link>
		<comments>http://frankdenneman.nl/2011/10/fdm-in-mixed-esx-and-vsphere-clusters/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 08:00:01 +0000</pubDate>
		<dc:creator>Frank Denneman</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[FDM]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[Mixed clusters]]></category>

		<guid isPermaLink="false">http://frankdenneman.nl/?p=1776</guid>
		<description><![CDATA[Last couple of weeks I’ve been receiving questions about vSphere HA FDM agent in a mixed cluster. When upgrading vCenter to 5.0, each HA cluster will be upgraded to the FDM agent. A new FDM agent will be pushed to each ESX server. The new HA version supports ESX(i) 3.5 through ESXi 5.0 hosts. Mixed [...]<p><a href="http://frankdenneman.nl/2011/10/fdm-in-mixed-esx-and-vsphere-clusters/">FDM in mixed ESX and vSphere clusters</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Last couple of weeks I’ve been receiving questions about vSphere HA FDM agent in a mixed cluster. When upgrading vCenter to 5.0, each HA cluster will be upgraded to the FDM agent. A new FDM agent will be pushed to each ESX server. The new HA version supports ESX(i) 3.5 through ESXi 5.0 hosts. Mixed clusters will be supported so not all hosts have to be upgraded immediately to take advantage of the new features of FDM. Although mixed environments are supported we do recommend keeping the time you run difference versions in a cluster to a minimum.</p>
<p>The FDM agent will be pushed to each hosts, even if the cluster contains identically configured hosts, for example a cluster containing only vSphere 4.1 update 1 will still be upgraded to the new HA version. The only time vCenter will not push the new FDM agent to a host if the host in question is a 3.5 host without the required patch.</p>
<p>When using clusters containing 3.5 hosts, it is recommended to upgrade the ESX host to ESX350-201012401-SG PATCH (ESX 3.5) or ESXe350-201012401-I-BG PATCH (ESXi) patch first before upgrading vCenter to vCenter 5.0. If you still get the following error message:</p>
<p><em>Host &#8216;<hostName>&#8216; is of type (
<productName>
<productVersion>) with build <build>, it does not support vSphere HA clustering features and cannot be part of vSphere HA clusters.<br />
</em><br />
Visit the VMware knowledgebase article: <a href=" http://kb.vmware.com/kb/2001833">2001833</a>.</p>
<p><a href="http://frankdenneman.nl/2011/10/fdm-in-mixed-esx-and-vsphere-clusters/">FDM in mixed ESX and vSphere clusters</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
 <img src="http://frankdenneman.nl/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1776" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frankdenneman.nl/2011/10/fdm-in-mixed-esx-and-vsphere-clusters/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The road to VMworld Europe 2011</title>
		<link>http://frankdenneman.nl/2011/09/the-road-to-vmworld-europe-2011/</link>
		<comments>http://frankdenneman.nl/2011/09/the-road-to-vmworld-europe-2011/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 08:00:58 +0000</pubDate>
		<dc:creator>Frank Denneman</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://frankdenneman.nl/?p=1727</guid>
		<description><![CDATA[If you follow me on twitter you might have seen my tweets I&#8217;m in Copenhagen for the last two weeks. Many followers asked me what I was doing there and were speculating it had something to do with VMworld. Even when replying I was visiting a customer, most dismissed these answers. Unfortunately yesterday Rasmus Jensen [...]<p><a href="http://frankdenneman.nl/2011/09/the-road-to-vmworld-europe-2011/">The road to VMworld Europe 2011</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you follow me on twitter you might have seen my tweets I&#8217;m in Copenhagen for the last two weeks. Many followers asked me what I was doing there and were speculating it had something to do with VMworld. Even when replying I was visiting a customer, most dismissed these answers. Unfortunately yesterday Rasmus Jensen (<a href="http://www.twitter.com/rasmusjensenvp">@rasmusjensenvp</a>) spotted me and I’m guessing the secret is out. So I might as well come clean. Yes I&#8217;m camping outside the Bella Center. After missing many sessions in Las Vegas I&#8217;m making sure I WILL attend the VSP1700 VMware vSphere 5.0 Storage Features session of Cormac Hogan this time and try to get a glimpse of PowerCLI man! <img src='http://frankdenneman.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://frankdenneman.nl/wp-content/uploads/2011/09/IMG_7246.jpg"><img src="http://frankdenneman.nl/wp-content/uploads/2011/09/IMG_7246-300x199.jpg" alt="" title="IMG_7246" width="150" height="150" class="alignnone size-medium wp-image-1729" /></a><a href="http://frankdenneman.nl/wp-content/uploads/2011/09/IMG_7247.jpg"><img src="http://frankdenneman.nl/wp-content/uploads/2011/09/IMG_7247-150x150.jpg" alt="" title="IMG_7247" width="150" height="150" class="alignnone size-thumbnail wp-image-1731" /></a><a href="http://frankdenneman.nl/wp-content/uploads/2011/09/IMG_7248.jpg"><img src="http://frankdenneman.nl/wp-content/uploads/2011/09/IMG_7248-150x150.jpg" alt="" title="IMG_7248" width="150" height="150" class="alignnone size-thumbnail wp-image-1733" /></a></p>
<p>All joking aside, we (Duncan and I) thought it would a cool idea to see how you guys are preparing for VMworld 2011 in Copenhagen. Share you picture on Facebook and tag it (+like) <a href="http://www.facebook.com/clusterindeepdive">VMware vSphere 5 clustering technical deepdive</a> plus the tag VMworld. The three funniest and/or coolest photo’s receive a copy of the vSphere 5 clustering deepdive book.</p>
<p><a href="http://frankdenneman.nl/2011/09/the-road-to-vmworld-europe-2011/">The road to VMworld Europe 2011</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
 <img src="http://frankdenneman.nl/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1727" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frankdenneman.nl/2011/09/the-road-to-vmworld-europe-2011/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VMware vSphere 5 Clustering Technical Deepdive</title>
		<link>http://frankdenneman.nl/2011/07/vmware-vsphere-5-clustering-technical-deepdive/</link>
		<comments>http://frankdenneman.nl/2011/07/vmware-vsphere-5-clustering-technical-deepdive/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 10:49:52 +0000</pubDate>
		<dc:creator>Frank Denneman</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Clustering Deepdive]]></category>
		<category><![CDATA[Technical deepdive]]></category>
		<category><![CDATA[vSphere 5]]></category>

		<guid isPermaLink="false">http://frankdenneman.nl/?p=1646</guid>
		<description><![CDATA[As of today the paperback versions of the VMware vSphere 5 Clustering Technical Deepdive is available at Amazon. We took the feedback into account when creating this book and are offering a Full Color version and a Black and White edition. Initially we planned to release an Ebook and a Full Color version only, but [...]<p><a href="http://frankdenneman.nl/2011/07/vmware-vsphere-5-clustering-technical-deepdive/">VMware vSphere 5 Clustering Technical Deepdive</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://frankdenneman.nl/wp-content/uploads/2011/07/DSC_1055.png"><img src="http://frankdenneman.nl/wp-content/uploads/2011/07/DSC_1055-198x300.png" alt="" title="DSC_1055" width="198" height="300" class="alignright size-medium wp-image-1648" /></a>As of today the paperback versions of the VMware vSphere 5 Clustering Technical Deepdive is available at Amazon. We took the feedback into account when creating this book and are offering a Full Color version and a Black and White edition. Initially we planned to release an Ebook and a Full Color version only, but due to the high production cost associated with Full color publishing, we decided to add a Black and White edition to the line-up as well. </p>
<p>At this stage we do not have plans to produce any other formats. As this is self-publishing release we developed, edited and created everything from scratch. Writing and publishing a book based on new technology has serious impact on one’s life, reducing every social contact to a minimum even family life. As of this, our focus is not on releasing additional formats such as ibooks or Nook at this moment. Maybe at a later stage but VMworld is already knocking on our doors, so little time is left to spend some time with our families.</p>
<p>When producing the book, the page count rapidly exceeded 400 pages using the 4.1 HA and DRS layout. As many readers told us they loved the compactness of the book therefor our goal was to keep the page count increase to a minimum. Adjusting the inner margins of the book was the way to increase the amount of space available for the content. A tip for all who want to start publishing, start with getting accustomed to publisher jargon early in the game, this will save you many failed proof prints! We believe we got the right balance between white-space and content in the book, reducing the amount of pages while still offering the best reading experience. Nevertheless the number of pages grew from 219 to 348. </p>
<p>While writing the book, we received a lot of help and although Duncan listed all the people in his initial blog, I want to use take a moment to thank them again.  </p>
<p>First of all I want to thank my co-author Duncan for his hard work creating content, but also spending countless hours on communication with engineering and management.</p>
<p>Anne Holler &#8211; DRS and SDRS engineer – Anne really went out of her way to help us understand the products. I frequently received long and elaborate replies regardless of time and day. Thanks Anne! </p>
<p>Next up is Doug – its number Frank not amounts! – Baer. I think most of the time Doug’s comments equaled the amount of content inside the documents. Your commitment to improve the book impressed us very much. </p>
<p>Gabriel Tarasuk-Levin for helping me understand the intricacies of vMotion. </p>
<p>A special thanks goes out to our technical reviewers and editors: Keith Farkas and Elisha Ziskind (HA Engineering), Irfan Ahmad and Rajesekar Shanmugam (DRS and SDRS Engineering), Puneet Zaroo (VMkernel scheduling), Ali Mashtizadeh and Doug Fawley and Divya Ranganathan (EVC Engineering). Thanks for keeping us honest and contributing to this book.<br />
I want to thank VMware management team for supporting us on this project. Doug “VEEAM” Hazelman thanks for writing the foreword!</p>
<p><strong>Availability</strong><br />
This weekend Amazon made both the black and white edition and the full color edition available.  Amazon list the black and white edition as: VMware vSphere 5 Clustering Technical Deepdive (Volume 2) [Paperback], whereas the full color edition is listed with Full Color in its subtitle.<br />
Or select the following links to go the desired product page:</p>
<p><a href="http://www.amazon.com/gp/product/1463658133/ref=as_li_tf_tl?ie=UTF8&#038;tag=frankdenneman-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=1463658133">Black and white paperback</a> $29.95</p>
<p><a href="http://www.amazon.com/gp/product/1461040329/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;tag=frankdenneman-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=1461040329">Full Color paperback</a> $49.95</p>
<p>For people interested in the ebook: <a href="http://www.amazon.com/gp/product/B005C1SARM/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;tag=frankdenneman-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=B005C1SARM">VMware vSphere 5 Clustering Technical Deepdive</a> (price might vary based on location)</p>
<p>If you prefer a European distributor, ComputerCollectief has both books available:</p>
<p>Black and White edition: <a href="http://www.comcol.nl/detail/74615.htm">http://www.comcol.nl/detail/74615.htm</a><br />
Full Color edition: <a href="http://www.comcol.nl/detail/74616.htm">http://www.comcol.nl/detail/74616.htm</a></p>
<p>Pick it up, leave a comment and of course feel free to make those great mugshots again and ping them over via Facebook or our Twitter accounts! For those looking to buy in bulk (> 20) contact clusteringdeepdive@gmail.com.</p>
<p><a href="http://frankdenneman.nl/2011/07/vmware-vsphere-5-clustering-technical-deepdive/">VMware vSphere 5 Clustering Technical Deepdive</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
 <img src="http://frankdenneman.nl/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1646" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frankdenneman.nl/2011/07/vmware-vsphere-5-clustering-technical-deepdive/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Full color version of the new book?</title>
		<link>http://frankdenneman.nl/2011/03/full-color-version-of-the-new-book/</link>
		<comments>http://frankdenneman.nl/2011/03/full-color-version-of-the-new-book/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 09:14:01 +0000</pubDate>
		<dc:creator>Frank Denneman</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[HA and DRS book]]></category>

		<guid isPermaLink="false">http://frankdenneman.nl/?p=1578</guid>
		<description><![CDATA[If you are following us on twitter you may have seen some recent tweets regarding our forthcoming book. Duncan (@duncanyb) and I have already started work on a new version of the HA and DRS Technical Deepdive. The new book will cover HA and DRS topics for the upcoming vSphere release. We are also aiming [...]<p><a href="http://frankdenneman.nl/2011/03/full-color-version-of-the-new-book/">Full color version of the new book?</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you are following us on twitter you may have seen some recent tweets regarding our forthcoming book. Duncan (<a href="http://www.twitter.com/duncanyb">@duncanyb</a>) and I have already started work on a new version of the HA and DRS Technical Deepdive. The new book will cover  HA and DRS topics for the upcoming vSphere release. We are also aiming to include information about SIOC and Storage DRS in this version.</p>
<p>We received a lot of feedback about the vSphere 4.1 book, one of the main themes was the lack of color in the diagrams. We plan to use a more suitable grayscale color combination in the next version, but we wondered if our readers would be interested in a full color copy of the upcoming book. </p>
<p>Obviously printing costs increase with full color printing and in addition, low volume cost of color printing can be quite high. We expect the price of the full color version to cost around $50 USD – $55 USD. </p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p><a href="http://frankdenneman.nl/2011/03/full-color-version-of-the-new-book/">Full color version of the new book?</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
 <img src="http://frankdenneman.nl/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1578" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frankdenneman.nl/2011/03/full-color-version-of-the-new-book/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Setting Correct Percentage of Cluster Resources Reserved</title>
		<link>http://frankdenneman.nl/2011/01/setting-correct-percentage-of-cluster-resources-reserved/</link>
		<comments>http://frankdenneman.nl/2011/01/setting-correct-percentage-of-cluster-resources-reserved/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 13:00:09 +0000</pubDate>
		<dc:creator>Frank Denneman</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[Percentage based]]></category>

		<guid isPermaLink="false">http://frankdenneman.nl/?p=1529</guid>
		<description><![CDATA[vSphere introduced the HA admission control policy “Percentage of Cluster Resources Reserved”. This policy allows the user to specify a percentage of the total amount of available resources that will stay reserved to accommodate host failures. When using vSphere 4.1 this policy is the de facto recommended admission control policy as it avoids the conservative [...]<p><a href="http://frankdenneman.nl/2011/01/setting-correct-percentage-of-cluster-resources-reserved/">Setting Correct Percentage of Cluster Resources Reserved</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
]]></description>
			<content:encoded><![CDATA[<p>vSphere introduced the HA admission control policy “Percentage of Cluster Resources Reserved”. This policy allows the user to specify a percentage of the total amount of available resources that will stay reserved to accommodate host failures. When using vSphere 4.1 this policy is the de facto recommended admission control policy as it avoids the conservative slots calculation method. </p>
<p><strong>Reserved failover capacity</strong><br />
The <a href="http://www.yellow-bricks.com/vmware-high-availability-deepdiv/">HA Deepdive</a> page explains in detail how the “percentage resources reserved” policy works, but to summarize; the CPU or memory capacity of the cluster is calculated as followed;The available capacity is the sum of all ESX hosts inside the cluster minus the virtualization overhead, multiplied by (1-percentage value). </p>
<p>For instance; a cluster exists out of 8 ESX hosts, each containing 70GB of available RAM. The percentage of cluster resources reserved is set to 20%. This leads to a cluster memory capacity of 448GB (70GB+70GB+70GB+70GB+70GB+70GB+70GB+70GB) * (1 – 20%). 112GB is reserved as failover capacity. Although the example zooms in on memory, the percentage set applies both CPU and memory resources.</p>
<p>Once a percentage is specified, that percentage of resources will be unavailable for active virtual machines, therefore it makes sense to set the percentage as low as possible. There are multiple approaches for defining a percentage suitable for your needs. One approach, the host-level-approach is to use a percentage that corresponds with the contribution of one or host or a multiplier of that. Another approach is the aggressive approach which sets a percentage that equals less than the contribution of one host. Which approach should be used?</p>
<p><strong>Host-level</strong><br />
In the previous example 20% was used to be reserved for resources in an 8-host cluster. This configuration reserves more resources than a single host contributes to the cluster. High Availability&#8217;s main objective is to provide automatic recovery for virtual machines after a physical server failure. For this reason, it is recommended to reserve resource equal to a single host or a multiplier of that.</p>
<p>When using the per-host level of granularity in an 8-host cluster (homogeneous configured hosts), the resource contribution per host to the cluster is 12.5%. However, the percentage used must be an integer (whole number). Using a conservative approach it is better to round up to guarantee that the full capacity of one host is protected, in this example, the conservative approach would lead to a percentage of 13%.</p>
<p><a href="http://frankdenneman.nl/wp-content/uploads/2011/01/percentagebased01.png"><img src="http://frankdenneman.nl/wp-content/uploads/2011/01/percentagebased01.png" alt="" title="percentagebased01" width="417" height="211" class="aligncenter size-full wp-image-1530" /></a></p>
<p><strong>Aggressive approach</strong><br />
I have seen recommendations about setting the percentage to a value that is less than the contribution of one host to the cluster. This approach reduces the amount of resources reserved for accommodating host failures and results in higher consolidation ratios. One might argue that this approach can work as most hosts are not fully loaded, however it eliminates the guarantee that after a failure all impacted virtual machines will be recovered.</p>
<p>As datacenters are dynamic, operational procedures must be in place to -avoid or reduce- the impact of a self-inflicted denial of service. Virtual machine restart priorities must be monitored closely to guarantee that mission critical virtual machines will be restarted before virtual machine with a lower operational priority. If reservations are set at virtual machine level, it is necessary to recalculate the failover capacity percentage when virtual machines are added or removed to allow the virtual machine to power on and still preserve the aggressive setting.</p>
<p><strong>Expanding the cluster</strong><br />
Although the percentage is dynamic and calculates capacity at a cluster-level, when expanding the cluster the contribution per host will decrease. If you decide to continue using the percentage setting after adding hosts to the cluster, the amount of reserved resources for a fail-over might not correspond with the contribution per host and as a result valuable resources are wasted. For example, when adding four hosts to an 8-host cluster while continue using the previously configured admission control policy value of 13% will result in a failover capacity that is equivalent to 1.5 hosts. The following diagram depicts a scenario where an 8 host cluster is expanded to 12 hosts; each with 8 2GHz cores and 70GB memory. The cluster was originally configured with admission control set to 13% which equals to 109.2 GB and 24.96 GHz. If the requirement is to be able to recover from 1 host failure 7,68Ghz and 33.6GB is “wasted”.</p>
<p><a href="http://frankdenneman.nl/wp-content/uploads/2011/01/percentagebased02.png"><img src="http://frankdenneman.nl/wp-content/uploads/2011/01/percentagebased02.png" alt="" title="percentagebased02" width="659" height="245" class="aligncenter size-full wp-image-1531" /></a></p>
<p><strong>Maximum percentage</strong><br />
High availability relies on one primary node to function as the failover coordinator to restart virtual machines after a host failure. If all five primary nodes of an HA cluster fail, automatic recovery of virtual machines is impossible. Although it is possible to set a failover spare capacity percentage of 100%, using a percentage that exceeds the contribution of four hosts is impractical as there is a chance that all primary nodes fail. </p>
<p><a href="http://frankdenneman.nl/wp-content/uploads/2011/01/percentagebased03.png"><img src="http://frankdenneman.nl/wp-content/uploads/2011/01/percentagebased03.png" alt="" title="percentagebased03" width="603" height="298" class="aligncenter size-full wp-image-1532" /></a></p>
<p>Although configuration of primary agents and configuration of the failover capacity percentage are non-related, they do impact each other.  As cluster design focus on host placement and rely on host-level hardware redundancy to reduce this risk of failing all five primary nodes, admission control can play a crucial part by not allowing more virtual machines to be powered on while recovering from a maximum of four host node failure.</p>
<p>This means that maximum allowed percentage needs to be calculated by summing the contribution per host x 4. For example the recommended maximum allowed configured failover capacity of a 12-host cluster is 34%, this will allow the cluster to reserve enough resources during a 4 host failure without over allocating resources that could be used for virtual machines.</p>
<p><a href="http://frankdenneman.nl/2011/01/setting-correct-percentage-of-cluster-resources-reserved/">Setting Correct Percentage of Cluster Resources Reserved</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
 <img src="http://frankdenneman.nl/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1529" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frankdenneman.nl/2011/01/setting-correct-percentage-of-cluster-resources-reserved/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>&#8216;Draft&#8217; of the vSphere 4.1 Hardening guide released</title>
		<link>http://frankdenneman.nl/2011/01/draft-of-the-vsphere-4-1-hardening-guide-released/</link>
		<comments>http://frankdenneman.nl/2011/01/draft-of-the-vsphere-4-1-hardening-guide-released/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 15:12:45 +0000</pubDate>
		<dc:creator>Frank Denneman</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://frankdenneman.nl/?p=1525</guid>
		<description><![CDATA[The &#8216;Draft&#8217; of the vSphere 4.1 Hardening guide has been released. This draft will remain posted for comments until approximately the end of February 2011.The official document will be released shortly after the draft period. Please see the following: http://communities.vmware.com/docs/DOC-14548 &#8216;Draft&#8217; of the vSphere 4.1 Hardening guide released is a post from: frankdenneman.nl<p><a href="http://frankdenneman.nl/2011/01/draft-of-the-vsphere-4-1-hardening-guide-released/">&#8216;Draft&#8217; of the vSphere 4.1 Hardening guide released</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The &#8216;Draft&#8217; of the vSphere 4.1 Hardening guide has been released. This draft will remain posted for comments until approximately the end of February 2011.The official document will be released shortly after the draft period. Please see the following:</p>
<p><a href="http://communities.vmware.com/docs/DOC-14548">http://communities.vmware.com/docs/DOC-14548</a></p>
<p><a href="http://frankdenneman.nl/2011/01/draft-of-the-vsphere-4-1-hardening-guide-released/">&#8216;Draft&#8217; of the vSphere 4.1 Hardening guide released</a> is a post from: <a href="http://frankdenneman.nl">frankdenneman.nl</a></p>
 <img src="http://frankdenneman.nl/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1525" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frankdenneman.nl/2011/01/draft-of-the-vsphere-4-1-hardening-guide-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: frankdenneman.nl @ 2012-05-17 11:13:05 -->
