<?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>Professional VMware &#187; VMware vSphere</title> <atom:link href="http://professionalvmware.com/category/vmware-vsphere/feed/" rel="self" type="application/rss+xml" /><link>http://professionalvmware.com</link> <description>How Many Turtles Can You Fit On A Rock?</description> <lastBuildDate>Fri, 10 Feb 2012 00:37:53 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>VCAP-DCA BrownBag Follow-Up! Section 2 &#8211; Networking</title><link>http://professionalvmware.com/2010/11/vcap-dca-brownbag-follow-up-section-2-networking/</link> <comments>http://professionalvmware.com/2010/11/vcap-dca-brownbag-follow-up-section-2-networking/#comments</comments> <pubDate>Fri, 26 Nov 2010 16:12:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[BrownBag]]></category> <category><![CDATA[BrownBagRecording]]></category> <category><![CDATA[VCAP]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware vSphere]]></category> <category><![CDATA[vSphere]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2010/11/vcap-dca-brownbag-follow-up-section-2-networking/</guid> <description><![CDATA[Black Friday? Nah… BrownBag Friday! Here’s the video for this weeks BrownBag: ProfessionalVMware VCAP DCA Section 2 BrownBag from ProfessionalVMware on Vimeo. If you like what you see… be sure to check out our other BrownBags here. If you need the full video, you can download it from the Vimeo link above.]]></description> <content:encoded><![CDATA[<p></p><p>Black Friday? Nah… BrownBag Friday! Here’s the video for this weeks BrownBag:</p><p><a
href="http://vimeo.com/17189019">ProfessionalVMware VCAP DCA Section 2 BrownBag</a> from <a
href="http://vimeo.com/provmware">ProfessionalVMware</a> on <a
href="http://vimeo.com">Vimeo</a>.</p><p>If you like what you see… be sure to check out our other BrownBags <a
href="http://professionalvmware.com/brownbags/">here</a>. If you need the full video, you can download it from the Vimeo link above.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2010/11/vcap-dca-brownbag-follow-up-section-2-networking/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Math Behind the DRS Stars</title><link>http://professionalvmware.com/2010/06/the-math-behind-the-drs-stars/</link> <comments>http://professionalvmware.com/2010/06/the-math-behind-the-drs-stars/#comments</comments> <pubDate>Tue, 01 Jun 2010 13:06:39 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[DRS]]></category> <category><![CDATA[Knowledge Base]]></category> <category><![CDATA[vCenter]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware vSphere]]></category> <category><![CDATA[vSphere]]></category> <guid
isPermaLink="false">http://professionalvmware.com/?p=1264</guid> <description><![CDATA[@vRobM and I were discussing an unrelated topic when DRS and the mysterious stars came up.  (**)?  Our first instinct was this was the “special sauce” between the two all beef patties.  However after some creative KB searching we came across a formula that describes it quite well: DRS Recommendations To understand the stars, you [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://twitter.com/vrobm">@vRobM</a> and I were discussing an unrelated topic when DRS and the mysterious stars came up.  (**)?  Our first instinct was this was the “special sauce” between the two all beef patties.  However after some creative KB searching we came across a formula that describes it quite well:</p><h3>DRS Recommendations</h3><p>To understand the stars, you need to understand where to find them and what they mean. The following is taken from the <a
href="http://pubs.vmware.com/vi35/wwhelp/wwhimpl/common/html/wwhelp.htm?context=resmgmt&amp;file=vc_create_cluster.7.15.html">VI3 docs</a>:</p><blockquote><p>Priority for this recommendation, as a number of stars.  Five stars, the maximum, indicate a mandatory move because of a host entering maintenance mode or affinity rule violations. Other ratings denote how much the recommendation would improve the cluster’s performance; from four stars (significant improvement) to one star (slight).</p></blockquote><p>So that explains what the stars indicate as far as recommendations go.  But what makes a 3 star and what makes a 4 star recommendation?</p><h3>Calculating the Priority</h3><p>Turns out that this isn’t exactly the special sauce we thought it was. Rather, there is some carefully reasoned out math that goes into this.  This <a
href="http://kb.vmware.com/kb/1007485">KB article</a> spells it out in detail, but we’ll hit the high points.  First the formula:</p><p>6 &#8211; ceil(LoadImbalanceMetric / 0.1 * sqrt(NumberOfHostsInCluster)).</p><p>There are two variables in there and only one of which is obvious, “LoadImbalanceMetric” however can be interesting:</p><blockquote><p>LoadImbalanceMetric is the current host load standard deviation shown on the cluster&#8217;s Summary page of the vSphere Client.<br
/> For each host, compute the load on the host as sum(expected VM loads)) / (capacity of host). Then compute the standard deviation of the host load metric across all hosts to determine LoadImbalanceMetric.</p></blockquote><p>So where does one find this standard deviation? Select your cluster, then summary and look for the following section:</p><p><a
href="http://professionalvmware.com/wp-content/uploads/2010/05/image.png"><img
style="display: inline; border: 0px;" title="image" src="http://professionalvmware.com/wp-content/uploads/2010/05/image_thumb.png" border="0" alt="image" width="488" height="212" /></a></p><p>In our particular case, not much to look at, as well, she is seemingly a well balanced cluster. However let’s work through the formula with the assumption that we have a 2 node cluster and a standard deviation of 0.282 (the “target” from above):</p><p>6 &#8211; ceil(0.282 / 0.1 * sqrt(2)).</p><h4>What is Ceilias brother Ceil doing with my numbers?</h4><p>Turns out, it is not a family of mathematicians busily flicking their abacus&#8217;.  &#8216;Ceil&#8217; here, represents the Ceiling function, which I&#8217;m sure you&#8217;ve heard of before.</p><p>According to Wikipedia the Ceiling function is:</p><blockquote><p>In mathematics and computer science, the floor and ceiling functions map a real number to the largest previous or the smallest following integer, respectively. More precisely, floor(x) = ⌊x⌋ is the largest integer not greater than x and ceiling(x) = ⌈x⌉ is the smallest integer not less than x.</p></blockquote><p>So that works out as:<br
/> <a
href="http://professionalvmware.com/wp-content/uploads/2010/05/image1.png"><img
style="display: inline; border: 0px;" title="image" src="http://professionalvmware.com/wp-content/uploads/2010/05/image_thumb1.png" border="0" alt="image" width="121" height="52" /></a></p><p>or:</p><p>6 &#8211; the smallest number not less than (0.282 / .1 * sqrt(2)) which equals 2, hence, a 2 star recommendation. (**)!</p><p><strong>More info:</strong> Duncan Epping @ Yellow-Bricks has put together an excellent <a
href="http://www.yellow-bricks.com/drs-deepdive/">Deep-dive page for DRS</a>, where you can get into much greater detail.</p><h4>WolframAlpha to the Rescue</h4><p>While this can easily be done in any random calculator (or in the heads of some folk) I used <a
href="http://www.wolframalpha.com/input/?i=6+-+ceil%28.282+%2F+0.1+*+sqrt%282%29%29">WolframAlpha</a> to good avail.  It’s quick and gives you a graphical breakdown of the formula. Just plug in new values and go!</p><h3>Summary</h3><p>The recommendations and mathematical bits take place behind the scenes seamlessly.  After all, that is the magic of DRS.  However, it helps to have an understanding of the actual logic and math that goes into those recommendations so you can better understand your cluster, and better plan for new hosts and workloads.  As always drop a line in the comments or tweet to either <a
href="http://twitter.com/vrobm">@vRobM</a> or <a
href="http://twitter.com/cody_bunch">myself</a> on Twitter.</p><p><strong>Update</strong>: Thanks for the excellent <a
href="http://www.yellow-bricks.com/drs-deepdive/">deep-dive</a> page Duncan!</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2010/06/the-math-behind-the-drs-stars/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Stop Using VMware Server! (For Your Workstation Workloads)</title><link>http://professionalvmware.com/2010/05/stop-using-vmware-server-for-your-workstation-workloads/</link> <comments>http://professionalvmware.com/2010/05/stop-using-vmware-server-for-your-workstation-workloads/#comments</comments> <pubDate>Mon, 24 May 2010 21:20:22 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[ESX]]></category> <category><![CDATA[esxi]]></category> <category><![CDATA[Fusion]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware vSphere]]></category> <category><![CDATA[Workstation]]></category> <category><![CDATA[server]]></category> <category><![CDATA[vSphere]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2010/05/stop-using-vmware-server-for-your-workstation-workloads/</guid> <description><![CDATA[I mean it. Really. One of my pet peeves is the fellow who installs VMware server on his workstation to run his work provided Windows XP image (or some variant of Linux). The logic behind this usually goes something like: “I needed to be able to create virtual machines and VMware Server is the only [...]]]></description> <content:encoded><![CDATA[<p></p><p>I mean it. Really. One of my pet peeves is the fellow who installs VMware server on his workstation to run his work provided Windows XP image (or some variant of Linux). The logic behind this usually goes something like:</p><p>“I needed to be able to create virtual machines and VMware Server is the only free VMware product that will let me do that.”</p><p>First, while that may have been the case in the past, it is not anymore. Second, there are a host of reasons why Server likely is not suited for your workstation workloads.</p><h4>When to use VMware Server (Use Case pt 1)</h4><p>I hear you asking: “Well, when do I use VMware Server?”. The answer here is that server has a few use cases. For example, if your server hardware is not otherwise on the HCL and you have a need to run VMs in a non production environment. Server makes a great choice. It also makes a great choice when you want the virtual machines to start on boot, and will be accessing them remotely. It also makes sense when doing server development and snapshots are critical.</p><h4>When not to use VMware Server (Use Case pt 2)</h4><p>This list may actually be a bit longer than the above. Basically, you will want to avoid VMware server if you will be:</p><ul><li>Managing VMs from the console</li><li>Want to play Doom or use 3d acceleration (can be enabled in the vmx, but let’s not go there)</li><li>Need workstation like performance</li><li>Continued upgrades and support (<a
title="http://virtualization.info/en/news/2010/05/vmware-server-to-be-discontinued-by-june-2011.html" href="http://virtualization.info/en/news/2010/05/vmware-server-to-be-discontinued-by-june-2011.html">http://virtualization.info/en/news/2010/05/vmware-server-to-be-discontinued-by-june-2011.html</a>)</li></ul><p>Basically, VMware Server is well suited for background server work loads, rather than in your face workstation like work loads. You have VMware Player for that.</p><h4>Alternatives</h4><p>So if you’re not supposed to use VMware Server for workstation tasks… what are you to use? In keeping with the “Free” product type requirement, there are several good alternatives:</p><ul><li><a
href="http://www.vmware.com/products/player/">VMware Player 3.0</a> <br
/>Player 3.0 gives you the ability to create and run virtual machines and seemingly shares some of it’s code base with VMware Workstation. Meaning while they may not be feature compatible, you will still be performance compatible.</li><li><a
href="http://www.virtualbox.org/">Sun/Oracle Virtual Box</a> <br
/>A bit more feature rich (<a
href="http://blogs.sun.com/vreality/entry/teleporting">teleportation</a> anyone?). Virtual box is open source and free for use as well. It also provides excellent workstation performance.</li></ul><p>Some for-cost alternatives involve VMware Workstation or Fusion, as well as Parallels. I’d be amiss if I didn’t also tell you that if your hardware is on the HCL and you don’t mind remote access, ESXi is likely the route to go with your server workload issues.</p><h4>Summary</h4><p>Basically, you’ll want to use VMware Server for server workloads on hardware that is not otherwise on the VMware HCL. For everything else there is ESXi or VMware Player (or Virtualbox, etc).</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2010/05/stop-using-vmware-server-for-your-workstation-workloads/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Cleaning out the RSS Reader</title><link>http://professionalvmware.com/2009/06/cleaning-out-the-rss-reader/</link> <comments>http://professionalvmware.com/2009/06/cleaning-out-the-rss-reader/#comments</comments> <pubDate>Tue, 09 Jun 2009 14:46:19 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[Virtualization]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware vSphere]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2009/06/09/cleaning-out-the-rss-reader/</guid> <description><![CDATA[The last one of these got quite a bit of mileage, so it may be worthwhile to repeat them on occasion. This week, while sitting in VMwares DSA (Deploy, Secure, Analyze) Class posting will be ‘interesting’ at best. So here it goes: Virtu-al’s first Online VMUG was a success, with about 30-45 viewers. It’s been [...]]]></description> <content:encoded><![CDATA[<p></p><p>The last one of these got quite a bit of mileage, so it may be worthwhile to repeat them on occasion. This week, while sitting in VMwares DSA (Deploy, Secure, Analyze) Class posting will be ‘interesting’ at best. So here it goes:</p><p>Virtu-al’s first <a
href="http://www.virtu-al.net/uo-vmug/">Online VMUG</a> was a success, with about 30-45 viewers. It’s been recorded if you missed it, and you can sign up for the next one from the site.</p><p>VMware released a bunch of the <a
href="http://www.vmworld.com/blogs/vmworldteam/2009/06/04/new-vmworld-sessions-labs-opened-for-public-access">VMworld ‘08 &amp; VMworld Europe ‘09</a> material for free online. Amongst these is “AD2764 &#8211; Managing VMware with PowerShell”. You knew that one was coming, didn’t you?</p><p><a
href=" http://virtualgeek.typepad.com/virtual_geek/2009/06/vsphere-and-2tb-luns-changes-from-vi3x.html">The 2TB problem</a>. Virtual Geek actually did a better write up on this than the one I had sitting in my drafts folder. As with anything else he writes it’s a worthwhile read.</p><p><a
href="http://communities.vmware.com/blogs/DeveloperCenter/2009/05/20/announcing-the-vmware-coffee-talk-live-webinars-first-wed-of-the-month-900-am-1000-am-pst">The VMware Coffee Talk on PowerShell</a> happened. All and all an excellent presentation. The ‘Demo’ mode was interesting as was the remainder of the subject matter. I hope there is a follow up on some more specific topics.</p><p>VMware also release some <a
href="http://vmwaretraining.blogspot.com/2009/06/role-specific-vsphere-training.html">new classes for vSphere</a> that seem to be centered around job specific roles. Which may mean there are some interesting things to come certification wise.</p><p>Thanks for tuning in again! If you have any questions, or comments, leave me a note in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2009/06/cleaning-out-the-rss-reader/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Y&#8217;all See This? &#8211; Nexus 1000v Architecture Write Up</title><link>http://professionalvmware.com/2009/02/yall-see-this-nexus-1000v-architecture-write-up/</link> <comments>http://professionalvmware.com/2009/02/yall-see-this-nexus-1000v-architecture-write-up/#comments</comments> <pubDate>Wed, 04 Feb 2009 21:00:00 +0000</pubDate> <dc:creator>bunchc</dc:creator> <category><![CDATA[Network Diagram]]></category> <category><![CDATA[networking]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware vSphere]]></category> <category><![CDATA[Cisco]]></category> <category><![CDATA[Nexus 1000v]]></category> <category><![CDATA[vSphere]]></category> <guid
isPermaLink="false">http://professionalvmware.com/2009/02/04/yall-see-this-nexus-1000v-architecture-write-up/</guid> <description><![CDATA[Not sure when I came across this, and how late to the game I am on it, but alas, cleaning out my Firefox tabs today I came across a deployment diagram for the Nexus 1000v on ESX4: Some key observations of importance: &#160;&#160;&#160; * The version of ESX running here is ESX 4.0 (not yet [...]]]></description> <content:encoded><![CDATA[<p></p><p>Not sure when I came across this, and how late to the game I am on it, but alas, cleaning out my Firefox tabs today I came across a deployment diagram for the Nexus 1000v on ESX4:</p><p><a
href="http://professionalvmware.com/wp-content/uploads/2009/02/cnawithn1kieorg4large1.png"><img
style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CNA-with-N1K-ieorg4-large[1]" border="0" alt="CNA-with-N1K-ieorg4-large[1]" src="http://professionalvmware.com/wp-content/uploads/2009/02/cnawithn1kieorg4large1-thumb.png" width="207" height="389" /></a></p><blockquote><p>Some key observations of importance:</p><p>&#160;&#160;&#160; * The version of ESX running here is ESX 4.0 (not yet released) <br
/>&#160;&#160;&#160; * The Nexus 1000V software on the physical server acts like a line card of a modular switch, described as a VEM (virtual ethernet module) <br
/>&#160;&#160;&#160; * The Nexus 1000V VEM is a direct replacement of the VMWare vSwitch function <br
/>&#160;&#160;&#160; * The Nexus 1000V VSM (virtual supervisor module) acts like the supervisor engine of a modular switch <br
/>&#160;&#160;&#160; * One Nexus 1000V VSM instance manages a single ESX cluster of up to 64 physical servers <br
/>&#160;&#160;&#160; * The form factor of Nexus 1000V VSM can be a physical appliance or a virtual machine <br
/>&#160;&#160;&#160; * The network administrator manages the Cisco Nexus 1000V (from the VSM) as a single distributed virtual switch for the entire ESX cluster <br
/>&#160;&#160;&#160; * Each virtual machine connects to its own Virtual Ethernet (vEthernet) port on the Nexus 1000V providing the network administrator traffic visibility and policy control on a per virtual machine basis.&#160; Virtual machines can now be managed like physical servers in terms of their network connectivity.</p></blockquote><p>Original post <a
href="http://www.internetworkexpert.org/2009/01/01/nexus-1000v-with-fcoe-cna-and-vmware-esx-40-deployment-diagram/">here.</a></p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2009/02/yall-see-this-nexus-1000v-architecture-write-up/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>VI is dead&#8230; Long live VI&#8230;</title><link>http://professionalvmware.com/2008/12/vi-is-dead-long-live-vi/</link> <comments>http://professionalvmware.com/2008/12/vi-is-dead-long-live-vi/#comments</comments> <pubDate>Mon, 22 Dec 2008 23:13:03 +0000</pubDate> <dc:creator>pancil</dc:creator> <category><![CDATA[administration]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[Pancil]]></category> <category><![CDATA[support]]></category> <category><![CDATA[VMware Marketing]]></category> <category><![CDATA[VMware vSphere]]></category> <category><![CDATA[vSphere]]></category> <guid
isPermaLink="false">http://professionalvmware.com/?p=305</guid> <description><![CDATA[So the big news last week was that VMware decided it&#8217;s time to rename VMware Virtual Infrastructure (or VI as the peeps on the street are calling it these days) to VMware vSphere. The current version seems to be staying on the VI title and the next version will move to this odd naming structure. [...]]]></description> <content:encoded><![CDATA[<p></p><p>So the big news last week was that VMware decided it&#8217;s time to rename VMware Virtual Infrastructure (or VI as the peeps on the street are calling it these days) to VMware vSphere. The current version seems to be staying on the VI title and the next version will move to this odd naming structure.</p><p>So far they&#8217;ve renamed a LOT of their products, Virtual Center became vCenter Server, VDI became VMware View, and many of the other DC level products moved into the VMware vCenter group.</p><p>So far some of the theories on why oh why VMware decided to confuse us all with renaming everything (some marketing itch no doubt) seem to surround brand protection and separating the name from other vendors now in the same space (Hyper-V and Hypervisor for example)</p><p>Pretty much everyone has blogged about it so far, so we&#8217;re the last on the boat, but Cody&#8217;s not here and I&#8217;m getting old.</p><p>Patrick</p> ]]></content:encoded> <wfw:commentRss>http://professionalvmware.com/2008/12/vi-is-dead-long-live-vi/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
