<?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>HYPERVIZOR &#187; vSphere</title>
	<atom:link href="http://www.hypervizor.com/category/vsphere/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hypervizor.com</link>
	<description>From The Core To The Cloud</description>
	<lastBuildDate>Fri, 25 Nov 2011 02:07:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Leveraging the vSphere 5.0 NetFlow support to monitor and report traffic data in a Service Provider vCloud environment</title>
		<link>http://www.hypervizor.com/2011/07/leveraging-the-vsphere-5-0-netflow-support-to-monitor-and-report-traffic-data-in-a-service-provider-vcloud-environment/</link>
		<comments>http://www.hypervizor.com/2011/07/leveraging-the-vsphere-5-0-netflow-support-to-monitor-and-report-traffic-data-in-a-service-provider-vcloud-environment/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 16:01:51 +0000</pubDate>
		<dc:creator>Hany Michael</dc:creator>
				<category><![CDATA[vCloud Director]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.hypervizor.com/?p=1246</guid>
		<description><![CDATA[One of the cool networking features in vSphere 5.0 is the built-in support for NetFlow. This was first introduced in VI3.5 as an experimental feature and then it vanished, for some reason, in vSphere 4.x. I&#8217;ve blogged already about NetFlow with VI3.5 in this blog post, and I explained how you can configure it form [...]]]></description>
			<content:encoded><![CDATA[<p>One of the cool networking features in vSphere 5.0 is the built-in support for NetFlow. This was first introduced in VI3.5 as an experimental feature and then it vanished, for some reason, in vSphere 4.x.</p>
<p>I&#8217;ve blogged already about NetFlow with VI3.5 in this <a href="http://www.hypervizor.com/2009/03/video-tutorial-netflow-your-ultimate-tool-for-traffic-visibility-in-your-vi3-environment/">blog post</a>, and I explained how you can configure it form the command line on an ESX host to push the Netflow data to an external collector/analyzer.</p>
<p>The cool thing is that now it is fully supported in vSphere 5.0 and it can be configured also right from the GUI. Let&#8217;s have a quick look first on this.</p>
<h2>Configuring NetFlow on the vNetwork Distributed Switch</h2>
<p>1 &#8211; You will need to go to your networking panel in vSphere 5.0 and choose the vNetwork Distributed Switch (vDS) you want, and then right click and choose &#8220;Edit Settings&#8221;</p>
<p>2 &#8211; Go to the &#8220;NetFlow&#8221; tab and then fill the required fields as shown in the screenshot below.</p>
<p><img src="http://www.hypervizor.com/wp-content/uploads/2011/07/071611_1600_Leveragingt1.png" alt="" width="657" height="503" /></p>
<p>3 &#8211; The first field is the NetFlow collector/analyzer IP address and the relevant port it will be listening to. The second field is the vDS IP which I must say can cause a lot of confusion. This doesn&#8217;t have to be a real IP address, it&#8217;s more of an identifier, if you will. This IP address will *not* be attached to any ESX vNIC. Think of it as if you are sending an email to someone with &#8220;your name&#8221; in the sender field so that the recipient knows from where it&#8217;s coming from. It&#8217;s important in our case here because you will probably have many ESX hosts in the cluster, each sending the data to the same collector. The unified IP address here is meant to tell that collector that all these data are coming from the same source/router rather than different ones.</p>
<p>4 &#8211; The rest of the settings are self explanatory and aimed to tweak the NetFlow exporting settings. Just keep in mind that if you set the &#8220;Sampling rate&#8221; to &#8220;0&#8243; the sampling will be disabled and you will be pushing all the traffic stats. This is of course the most accurate results you will have but in the same time it may require more resources from the ESX hosts in a busy network environment.</p>
<p>5 &#8211; In our case here, we are typically selecting the &#8220;External Networks&#8221; vDS which will have the external traffic of the customers/tenants in the SP (typically out to the Internet or their Site-to-Site VPN)</p>
<p>6 &#8211; Last step is to enable the NetFlow monitoring on the designated ports, up-links or port-groups. In our case here, I enabled the monitoring on a port-group which is in effect an external network for a pool of customers.</p>
<p><img src="http://www.hypervizor.com/wp-content/uploads/2011/07/071611_1600_Leveragingt2.png" alt="" width="661" height="517" /></p>
<h2>Use cases for a vCloud Service Provider</h2>
<p>I&#8217;ll list below some of the use cases for a Service Provider applying this in their vCloud environment:</p>
<ul>
<li><strong>Traffic Reporting:</strong> Some end-customers would like to have a &#8220;live&#8221; traffic statistics for their cloud. With something like &#8220;NetFlow Analyzer&#8221; from ManageEngine (one of my all-time-favorites) , the SP can facilitate that to its customers. A scheduled reports can also be set to push the traffic statistics to each tenant based on his Organization Network.</li>
<li><strong>Bandwidth Utilization:</strong> a customer may want to have a capped bandwidth for his/her cloud external networking or at least a notification if they exceeded a specific quota. With NetFlow (and again NF Analyzer) you can set specific thresholds so that the customer get notified if they exceeded a certain bandwidth per day/week/month ..etc.</li>
<li>
<div><strong>Security:</strong> Through the NetFlow properties like (Protocol, Source and Destinations ports), a Service Provider can generate some security related reports like suspicious virus traffic. If you want to have a more accurate results, you can also leverage the Port-Mirroring feature in vSphere 5.0 (will talk about it in a future post)</div>
<p><img src="http://www.hypervizor.com/wp-content/uploads/2011/07/071611_1600_Leveragingt3.png" alt="" /></li>
<li>
<div><strong>DoS attacks:</strong> With NetFlow, a Service Provider can easily identify internal DoS attacks that may be launched between a tenant and another across Organization Networks or shared External Networks.</div>
</li>
</ul>
<p><img class="alignnone" src="http://www.hypervizor.com/wp-content/uploads/2011/07/071611_1600_Leveragingt4.png" alt="" width="853" height="112" /></p>
<h2>What about the Enterprises and Private Clouds?</h2>
<p>Similar use cases can be also considered in an enterprise or a private cloud. For example, a developer may want to analyze the internal or external traffic of his applications in the cloud. A Networking/Security team may want to have a visibility into a cloud environment for troubleshooting, security, auditing (you name it) and with a tool like this, it&#8217;s quite easy and very effective to achieve that.</p>
<h2>Conclusion</h2>
<p>Leveraging the NetFlow support in vSphere 5.0 with 3rd-party collectors/analyzers can be a of a great benefit to any Service Provider. I&#8217;ve personally managed various ISPs in the old days and I know for a fact that with a simple protocol like NetFlow I was able to not only have the required visibility in my environment, but also have a very effective tool to monitor and troubleshoot any problems. Of course you can still leverage expensive and high-end solutions like IPSs or traffic-shapers with a lot of administration and redesigning of your network infrastructure to have the inter-VM traffic visibility, but everything has its limit at the end of the day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervizor.com/2011/07/leveraging-the-vsphere-5-0-netflow-support-to-monitor-and-report-traffic-data-in-a-service-provider-vcloud-environment/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>VMware vSphere on IBM BladeCenter H – (Part 2 of 2)</title>
		<link>http://www.hypervizor.com/2010/08/vmware-vsphere-on-ibm-bladecenter-hpart-2-of-2/</link>
		<comments>http://www.hypervizor.com/2010/08/vmware-vsphere-on-ibm-bladecenter-hpart-2-of-2/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 12:52:12 +0000</pubDate>
		<dc:creator>Hany Michael</dc:creator>
				<category><![CDATA[Diagrams]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[diagrams]]></category>

		<guid isPermaLink="false">http://www.hypervizor.com/?p=1014</guid>
		<description><![CDATA[Yes, finally! It&#8217;s been like what? Five months?! Well, the delay in publishing this part was mainly because of the delay in certifying the new IBM HX5 blades on vSphere. It&#8217;s a quite long process that you can read about it here, but the good news is that the hardware is finally on VMware&#8217;s HCL, [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, finally! It&#8217;s been like what? Five months?! Well, the delay in publishing this part was mainly because of the delay in certifying the new IBM HX5 blades on vSphere. It&#8217;s a quite long process that you can <a href="http://www.vmware.com/partners/alliances/programs/hardware_certification.html" target="_blank">read about it here</a>, but the good news is that the hardware is finally on VMware&#8217;s HCL, and that I can comfortably blog about the subject now without causing any confusions to the readers.
</p>
<p>Before we dig deep into the new designs, I&#8217;d like to mention some minor changes in the diagram.
</p>
<h2>Updated Diagram<br />
</h2>
<p>I&#8217;ve included the old configurations along with the new ones in one updated PDF. The main difference now is that I&#8217;m using normal pages for showing each configuration. In the old version I used the layers to show and hide the configurations as you select them. I thought now that using separate pages for different diagrams would ease the process of browsing through the configurations, and to tell you the truth, to reduce also the high complexity of designing the diagram. It&#8217;s a crazy process to keep track of all these layers in Visio especially when we are talking about more than 7,000 shapes floating on the same design area!
</p>
<p style="text-align: center"><a href="http://www.hypervizor.com/wp-content/plugins/download-monitor/download.php?id=11"><img src="http://www.hypervizor.com/wp-content/uploads/2010/08/081810_0855_VMwarevSphe12.gif" alt="" border="0"/></a>
	</p>
<p>Now let&#8217;s get down to business.
</p>
<h2>Configuration (5) &#8211; HX5:<br />
</h2>
<p>This is the Big Blue&#8217;s latest <strong>two-node</strong> blade technology. I emphasized on the &#8220;two-node&#8221; here because it&#8217;s the only configuration certified to run with vSphere as of the time of writing these lines. Please note that you can use up to 4 nodes with the HX5 but this won&#8217;t be supported by VMware. When we talk about two nodes here we mean the following:
</p>
<ul>
<li>Having the base blade (CPU + Mem + HDD) (+Plus+) the MAX5 expansion try to scale up more memory for the blade.
</li>
<li>Having the base blade (again CPU + Mem + HDD) (+Plus+) another similar expansion board to scale all the blade components, that&#8217;s 4 x CPUs + 2 x Memory modules + 2 x IO expansion cards.
</li>
</ul>
<p style="text-align: center"><img src="http://www.hypervizor.com/wp-content/uploads/2010/08/081810_0855_VMwarevSphe21.gif" alt=""/>
	</p>
<p>As you will see in the diagram, I chose the second option to talk about.
</p>
<p>Now, what do we have here? it&#8217;s simply the redundancy at its best! We can place our networks here freely with full redundancy as you see in the layout of the vNICs. For example, if we have a failure in the CFFh expansion card on any of the two nodes, we will still be able to flow the traffic without any issues on the other CFFh card. Same thing holds true for the on-board ports, if for any reason one of these posts fail, the traffic will flow on the other node&#8217;s board.
</p>
<p>Apart from that, I&#8217;m introducing here the DMZ networks for the first time. Most of the enterprises prefer to separate the DMZ networks/servers on different chassis for security reasons. While this is a valid decision, we can have with this blade configuration a workaround for organizations that are less paranoid about the DMZ security, yet with good isolation.  Let&#8217;s see how this is done in details:
</p>
<ul style="margin-left: 38pt">
<li>For the networks, we have two dedicated blade switches that will be uplinking *only* to the corp DMZ switches (in this case Bay 9 &amp; 10). This means we will have no traffic following from either the internal networks or the VMkernel networks. Same thing for the blade ports, you will always have the NICs 4, 5, 10 and 11 dedicated for the DMZ networks and running in full performance and redundancy.
</li>
<li>For the SAN, we can also ensure that we have a dedicated HBAs as well as an isolation. The uplinks to the SAN switches will be segmented across the two bays 3 and 4, and connected directly/physically to the appropriate SAN fabrics.
</li>
</ul>
<h2>Configuration (6) &#8211; Virtual Fabric:<br />
</h2>
<p>Before we start with this configuration, I would like to state that I am not quite sure whether these Emulex Virtual Fabric Adapters (VFA) are supported by VMware or not. While I can&#8217;t see them clearly on the HCL with the name VFA, I can see some Emulex documents saying that they are. Of course the reference here should be always the VMware HCL itlself, not anything else, but I will double check on that and update this post later. With that said, please refer to this configuration carefully and make sure to confirm this point before engaging with any vSphere design around it.
</p>
<p>Now let&#8217;s dig deep into this cool technology. IBM simply has this Virtual Fabric concept of slicing your CFFh expansion card into 8 different ports. This doesn&#8217;t only mean that you have the flexibility to adjust the speed, but also the protocol. For example, you can choose to use either Ethernet, Fibrechannel, FCoE or even iSCSI with hardware initiators.
</p>
<p>In our case here I used only Ethernet as the protocol for these ports, and then sliced them into 8 different vNICs with various link speeds. Perhaps a screenshot from the diagram would make things more clear.
</p>
<p><img src="http://www.hypervizor.com/wp-content/uploads/2010/08/081810_0855_VMwarevSphe3.gif" alt=""/>
	</p>
<p>As you see, we set the bandwidth for the SC to 1GB since we normally don&#8217;t require high BW for management, while we set 3GB and 5GB link speed for the Fault Tolerance and VM Networks respectively. By default these ports are set to 2.5GB ( 4 x 2.5GB = 10GbE into two ports), but you have the full flexibility to change that as you see.
</p>
<h2>Configuration (7) &#8211; CNA:<br />
</h2>
<p>A very simple design to wrap up this series with. It&#8217;s the traditional CNA (oh yeah, it&#8217;s a common and traditional technology now!). As you see in the diagram, we have here a CFFh expansion card, and it has got four ports:
</p>
<ul>
<li>Ethernet ports: that&#8217;s 2 x 10GbE Ethernet ports for the networking traffic. We will treat them here normally as we treat any 10GbE port. We will slice them via the vNetwork traffic shaping in vSphere to achieve the bandwidth that we want.
</li>
<li>FibreChannel ports: that&#8217;s 2 x HBA ports for SAN traffic. Instead of going into the traditional Bay 3 &amp; 4 as we&#8217;ve see across the whole series and configurations, this time the traffic is multiplexed and pushed to the Nexus 4000 blade switches.
</li>
</ul>
<p>Did I just say Nexus 4000?! yep, that&#8217;s a specially developed Nexus switches by Cisco to be used only/currently with the IBM BladeCenter H/HT. But here is the catch, you will still need to have the Nexus 5000 switches to segregate the FCoE traffic coming from the Nexus 4000 and then forward the network and FC traffic to the existing LAN and SAN respectively. Of course we should have redundancy here at all layers. In the BCH we have two Nexus 4000 sitting in bays 7 and 9, while we have two Nexus 5000 switches in the back end.
</p>
<h2>Now what?<br />
</h2>
<p>Well, as much as I worked really hard in this series to come up with different kind of configurations and design scenarios, as much as I enjoyed it! Now I need to move on to another vendor, but without all these mad options. I initially was planning to jump straight to the HP realm, however, i found myself involved in two different Cisco UCS vSphere designs lately, so it would make much sense to me if I blogged about this platform now. Don&#8217;t take my word for it though, I might surprise with a Dell or Fujitsu series, who knows?! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervizor.com/2010/08/vmware-vsphere-on-ibm-bladecenter-hpart-2-of-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware vSphere on IBM BladeCenter H &#8211; (Part 1 of 2)</title>
		<link>http://www.hypervizor.com/2010/04/vmware-vsphere-on-ibm-bladecenter-h-part-1-of-2/</link>
		<comments>http://www.hypervizor.com/2010/04/vmware-vsphere-on-ibm-bladecenter-h-part-1-of-2/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 22:25:42 +0000</pubDate>
		<dc:creator>Hany Michael</dc:creator>
				<category><![CDATA[Diagrams]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.hypervizor.com/?p=937</guid>
		<description><![CDATA[Important: In case you haven&#8217;t done that already, please take a moment to read the first post of this series. Due to the insane number of expansion modules/options available in the IBM BladeCenter H, I had to split this post into two parts. In fact, I was initially planning to have around 12 different designs [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>Important:</strong> In case you haven&#8217;t done that already, please take a moment to read the <a href="http://www.hypervizor.com/2010/03/new-series-vmware-vsphere-on-blade-servers/" target="_blank"><strong>first post</strong></a> of this series.</p></blockquote>
<p>Due to the insane number of expansion modules/options available in the IBM BladeCenter H, I had to split this post into two parts. In fact, I was initially planning to have around 12 different designs for vSphere on BladeCenter H (yes twelve) but I then I started to shrink and skip some designs to fit as many scenarios as possible in a reasonable two-part article. With that said, the following is by no mean a list of all the possible design scenarios you can achieve with this hardware platform. If you started the &#8220;mix and match&#8221; game, you may literally end-up with uncountable possibilities!</p>
<h1>The Diagram</h1>
<p>Here is some important notes before using the diagram:</p>
<ul>
<li>You will see different configurations in this post and the relevant architecture of each configuration in the diagram. This is done through the PDF layers, which basically means than you should *<strong>not</strong>* activate more that more layer in the same time.</li>
<li>By default, &#8220;Configuration 1&#8243; is the first active layer when you open the PDF file. You can show/hide the other layers by simply clicking on them. Again, you should only show one layer/configuration at a time.</li>
<li>You will always see two boxes on the right side of the diagram, the upper one will show you the current vSphere configuration, and the lower one will show you the relevant hardware configuration. You should typically start looking at those two boxes before scanning through the diagram to understand the &#8220;ingredients&#8221; of the design.</li>
<li>At the time of writing this post, you will see four configurations only in this diagram, however, when I publish the second part, there will be additional configurations that I will add to the existing ones. In other words, the diagram will be updated later on to have those additional configurations so keep that also in mind.</li>
</ul>
<p style="text-align: center"><a href="http://www.hypervizor.com/wp-content/plugins/download-monitor/download.php?id=10"><img src="http://www.hypervizor.com/wp-content/uploads/2010/04/033110_2123_VMwarevSphe12.gif" border="0" alt="" /></a></p>
<h1>The common design and configurations</h1>
<p>You will find in most of the configurations a common design, unless I explicitly state otherwise. I will list them here in details:</p>
<h2>The Clusters:</h2>
<p>You will see two type of clusters:</p>
<ul>
<li><strong>Management Cluster:</strong> it is typically a two node cluster running the management and infrastructure services. For example, if you want to virtualize the vCenter Server, the VM should be running on this cluster rather than the actual production clusters. Same thing holds true for other vCenter products like: AppSpeed, CapacityIQ, SRM and so forth. There are two reasons for doing that: the first, we don&#8217;t want to run into the problem where vCenter Server is not accessible (there are some examples published in the community but my favorites are Jason Boche&#8217;s Catch22s!). The second reason, we don&#8217;t want to either affect our workloads&#8217; performance with our management virtual appliances or vice versa.</li>
<li>
<div><strong>Production Clusters:</strong> You can see here two production clusters (Cluster A and Cluster B). The take away from that is the following:</div>
<ul>
<li>You don&#8217;t have to stick with that number of hosts per cluster, it depends on what you want to achieve, and also on some configuration maximums that may or may not limit you.</li>
<li>The nodes have to be spanned across the two chassis as numbered and illustrated in (Config 1). There are two reasons for that: Firstly, you don&#8217;t want your whole cluster to fail in an unluckily event when a whole chassis fails. Secondly, you have to keep in mind that VMware HA selects the first 5 hosts in the cluster and promote them as a &#8220;Primary&#8221; nodes, if they fail, your HA cluster fails.</li>
</ul>
</li>
</ul>
<h2>The Blades:</h2>
<p>You will see two consistent blades throughout the first four configurations, the HS22 and the HS22V. Both blade servers share the same IO expansion capabilities, however, there are a some differences between them. For example, the HS22V has no hot swappable HDD but it is superior in the memory capacity (144GB compared to 96GB in the HS22). In part-two of this article, I&#8217;ll talk in details about the new HX5 and what it can bring to the table in terms of scalability.</p>
<h2>The Expansion cards:</h2>
<p>Every HSxx blade comes with two onboard 1Gbps Ethernet ports for basic networking. They will always show in vSphere as vmnic0, and vmnic1. These ports are in turn mapped to Bay 1 and Bay 2 in the chassis. Of course no one recommends implementing vSphere using 2 x 1GbE ports in an enterprise environment (although it will technically work), so we will use here what we call: expansion cards. There are two slots for expansion cards in any HS22/V blade, the first one is called CIOv (for vertical expansion modules) and CFFh (for the horizontal fast IO modules). The CIOv is usually used with the FC HBAs (although we will see later how we will utilize it for iSCSI connectivity), and they are mapped to Bay 3 and Bay 4 in the chassis. The CFFh on the other hand is mapped to four fast expansion modules (7, 8, 9 and 10). I say fast because this is the only card that can leverage the 10GbE connectivity (or Infinibad but it&#8217;s not relevant to our series). Depending on the configuration, you will see how we will use different cards to support our designs, however, the onboard 2 x 1GbE port will be always common, and always there.</p>
<p>Now that we&#8217;ve talked about the common stuff, let&#8217;s start talking about the unique configurations. Oh yes, we were just warming up!</p>
<h1>CONFIGURATION (1):</h1>
<p>We have in this configuration 6 x 1GbE pNICs per blade to support our MGMT, VMkernel and Virtual Machine networks. We teamed three pNICs here in a vNetwork Standard Switch (vSS) to serve the SC, vMotion and FT. The other three pNICs are teamed in a vNetwork Distributed Switch (vDS) to serve the VM networks. Let&#8217;s dig litter deeper on how this is done.</p>
<p>As mentioned earlier, we have three type of IO ports on the blades: the onboard ports, the CIOv, and the CFFh. In order to achieve the maximum availability, we teamed one onboard port with a couple of ports from the CFFh card. In this case, if we had a failure in any IO port (on board or expansion card) we will be able to tolerate that failure.</p>
<p>The second consideration here is to distribute the load and bandwidth for our networks. For example, the SC network will be active on vmnic0 and standby on vmnic1. The vMotion will be active on vmnic1 and standby on vmnic0 and so forth.</p>
<p>You may have noticed also that we grouped the SC + VMkernel network on a vSS, while we grouped the VM networks on a vDS. The reason behind that is to ensure that you would still be able to control your SC network even if your vCenter fails. For the VM networks, you would still leverage the great enhancements and features of the vDS. This is *not* a best practice from VMware, and as far as I know there is no documentation recommending that. It is up to you whether you would go with that setup or simply have everything on a single vDS.</p>
<h1>CONFIGURATION (2):</h1>
<p>This is nearly identical configuration except for the IP SAN. In Config1 we were running on a FibreChannel SAN, while in this configuration we have an iSCSI. The thing to note here is that you will need to install your Ethernet expansion modules in Bay 3 &amp; 4. We will swap also the CIOv card from being a FC HBAs to a traditional 2 x 1GbE card. Of course you will use in this case the vSphere iSCSI initiator for doing your storage networking. This is fine in nearly most cases, except the one where you will actually need to boot your ESX server from SAN.</p>
<p>Please also note there that you can use NFS with the same layout. Your 2 x 1GbE blade ports + the 2 x expansion modules (bay 3 &amp; 4) will all serve your NFS requirement in a high availability design.</p>
<h1>CONFIGURATION (3):</h1>
<p>What you will see in this configuration is something a bit different. We are using here a 2 x 10GbE ports through the CFFh expansion card to serve &#8220;all&#8221; our networks. This card is mapped to two 10GbE expansion modules sitting in Bay 7 and Bay 9.</p>
<p>The trick here is this: how can you have a proper network segmentation if you are using two pNICs only? The answer, of course, is VLANS. As you see in the diagram, we have two production networks and one lab network. All these networks are tagged with a VLAN ID to flow the traffic through the vmnics to pNICS all the way to your enterprise/core switches. The ports on your core switches need to be of course in trunk mode.</p>
<p>Now, the second question here would be this: how can you ensure that no network will saturate the whole link and affect the performance of the others. The solution for that is to use the vSphere traffic shipping. You can simply dedicate the bandwidth to each &#8220;port group&#8221; per your requirement. Example, for SC you normally don&#8217;t need more than 1Gbps. For vMotion and FT you would definitely require more bandwidth. To keep things simple, I illustrated in the diagram how the segmentation and bandwidth allocation can be distributed across the two links in an Active/Standby approach.</p>
<p>You will notice here also that we are utilizing the two on board Ethernet ports to have an additional iSCSI SAN (for the Lab environment for example) along with the FC SAN for your production workloads.</p>
<h1>CONFIGURATION (4):</h1>
<p>In the previous configuration we saw how we leveraged the VLANs to do our network segmentation and how that was quite easy and flexible. But what if the customer has a policy not to use VLANs to consolidate the networks (for a security reason as an example)? Easy, we would still be able to comply with that. Basically we will need to swap here the 2 x 10GbE CFFh card with a 4 x 10GbE card and of course add additional two 10GbE expansion modules to Bay 8 and Bay 10.</p>
<p>Now, what did we achieve by doing that? Two things:</p>
<p>1 &#8211; We are compliant with the customer requirement to have a physical segmentation between the Management/FT/vMotion networks and the production networks.<br />
2 &#8211; We are using the vSS for our management network while leveraging the vDS for our Virtual Machine networks.</p>
<p>You have also here another two options that were not included in the diagram. You can make use of the two onboard ports to have an additional iSCSI SAN as we did in the previous configuration, or, you can use them as a standby ports for your Management/VM networks in case of a CFFh card failure. Do you see now what I meant above by the &#8220;mix and match game&#8221;?</p>
<h1>Coming Soon &#8211; Part 2:</h1>
<p>I&#8217;ll talk about the new HX5 and how you can have a lot more memory or extended IOs to support special workloads or strict design requirements. I will talk about FCoE and CNAs. I will also talk about the new &amp; promising Virtual Fabric from IBM, and how you can basically slice your pNics into almost any protocol or speed you want.</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervizor.com/2010/04/vmware-vsphere-on-ibm-bladecenter-h-part-1-of-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>vSphere In Motion: A Real-World Live Migration Scenario</title>
		<link>http://www.hypervizor.com/2010/02/vsphere-in-motion-a-real-world-live-migration-scenario/</link>
		<comments>http://www.hypervizor.com/2010/02/vsphere-in-motion-a-real-world-live-migration-scenario/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:45:18 +0000</pubDate>
		<dc:creator>Hany Michael</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[V-Max]]></category>
		<category><![CDATA[vmotion]]></category>

		<guid isPermaLink="false">http://www.hypervizor.com/?p=856</guid>
		<description><![CDATA[Motivation I was having a discussion with one of the large enterprises here in Qatar lately, and I was quite surprised to know from them that they are hesitated to migrate their VI3.5 environment to vSphere because of the associated downtime. What surprised me was not the fact that they can&#8217;t afford a downtime, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:12pt"><strong>Motivation<br />
</strong></span></p>
<p>I was having a discussion with one of the large enterprises here in Qatar lately, and I was quite surprised to know from them that they are hesitated to migrate their VI3.5 environment to vSphere because of the associated downtime. What surprised me was not the fact that they can&#8217;t afford a downtime, I&#8217;ve spent 6 years of my career working in the Telecom sector and I know for a fact that 1 second of downtime could mean a disaster, or even translate to a loss of thousand of $$. What surprised me was that they didn&#8217;t know that it is possible to do this migration without any downtime!</p>
<p>In this blog post, I will not only show you (and them) how I was able to perform my upgrade without even this single second of downtime, but I will also show how we were able to migrate our storage from one array to another without any service interruption whatsoever in our equally critical environment. To make things even more exciting, what I&#8217;m about to show you here is completely achievable using vSphere&#8217;s built-in features like VMware Converter, EVC, vMotion and Storage vMotion. There was no third-party tools used in this entire migration.</p>
<p><span style="font-size:12pt"><strong>A brief environment overview<br />
</strong></span></p>
<p>There is nothing better than diagramming this for easier follow-up. In the diagram below I&#8217;m illustrating a small portion of the environment showing the main components of the old ESX 3.5 hosts as well as the ESX 4.0 hosts. In our case, we decided not to go with in-place upgrade, and preferred to have a fresh install for the ESX hosts in the new vSphere environment.</p>
<p>You might have noticed that I included a video inside the diagram, and probably wondering why on earth would someone do something like that? The answer is simple: I&#8217;m showing-off! No seriously, I know many people (from VMware and specific storage vendors) who use my diagrams in their internal meetings with customers (really I&#8217;m not showing-off), and I thought it would be nice to have such small clip in the diagram that shows both the vMotion &amp; SvMotion easy point-and-click approach.</p>
<p><strong>Note:</strong> This is just an illustration not an S/vMotion architecture diagram! Wait for my A3 if you are interested to see the technology behind this…magic!</p>
<p style="text-align: center"><a href="http://www.hypervizor.com/wp-content/plugins/download-monitor/download.php?id=9"><img src="http://www.hypervizor.com/wp-content/uploads/2010/02/021210_0823_vSphereInMo1.gif" alt="" /></a></p>
<p><span style="font-size:14pt"><strong>The Process<br />
</strong></span></p>
<p><strong>Step 1: </strong>We are running here vCenter on a physical server, and we want to utilize the same hardware for the new upgrade. The easiest way to achieve that is to P2V the existing vCenter 2.5 to another standalone ESX host in our environment. After the VM is migrated successfully and all the clean-up is done, the switch over from the physical to virtual can happen in a matter of seconds by disconnecting the physical server from the network, and connecting the VM (which has the same IP address of course) to the same subnet.</p>
<p><strong>Step 2:</strong> Now that we have the vCenter 2.5 migrated, the next step is to perform a clean install on the freed physical server. Starting with the OS deployment, all the way to the vCenter 4.0 installation, initial configuration and licensing.</p>
<p><strong>Step 3:</strong> The third step is to connect the new vCenter 4.0 to the old vCenter 2.5 licensing server. This part is important because the ESX 3.5 hosts do not leverage the new and improved licensing model that was introduced in the 4.0 release. This step is quite easy: you go to the &#8220;Administration&#8221; menu on your vSphere client, select the &#8220;vCenter Server Settings&#8221;, and then enter your old vCenter 2.5 hostname into the field as shown in the example below.<br />
<img src="http://www.hypervizor.com/wp-content/uploads/2010/02/021210_0823_vSphereInMo2.png" alt="" /></p>
<p><strong>Step 4:</strong> Now we are ready to create a new cluster for the existing ESX 3.5 hosts on the left side of the diagram. The thing to note here is to create the cluster with the EVC mode enabled as shown below because we will be migrating the VMs between two deferent hardware/CPU generations:<br />
<img src="http://www.hypervizor.com/wp-content/uploads/2010/02/021210_0823_vSphereInMo3.png" alt="" /></p>
<p><strong>Step 5: </strong>We create here a second cluster (EVC enabled as well) and add the new ESX 4.0 hosts to it as shown in the right side of the diagram.</p>
<p><strong>Step6: </strong>Now, the trick here is to have one ESX 4.0 host in this cluster connected to both arrays in the environment – the EVA and the V-Max. We achieve that by connecting one HBA to the HP SAN fabric, and the second HBA to the EMC SAN fabric. Once this is done, and all the associated zoning and masking is configured, we can scan the HBAs and have all the datastores/LUNs available on this server that we will call it &#8220;Gateway&#8221;.</p>
<p><strong>Step7: </strong>The fun begins. Since the gateway server is having the same shared storage with the ESX 3.5 hosts, all what you need to do here is to drag and drop your VMs from the old cluster to the new one. The vMotion will kick-in and do it&#8217;s magic to live migrate the VMs to the new gateway server. That&#8217;s right! We are live migrating virtual machines from ESX 3.5 to ESX 4.0 on the fly.</p>
<p><strong>Step 8: </strong>Now to my favorite part in the whole migration process. Here we get to experience one of the most amazing features in vSphere – the Storage vMotion. It has been actually re-written with significant performance improvements that made it one of the most powerful tools for any VMware administrator in my opinion, and the best part is that it&#8217;s done now with a few mouse clicks through the GUI (checkout the diagram video, or this <a href="http://www.hypervizor.com/2009/05/video-vsphere4-unleashed-06-storage-vmotion/" target="_blank">detailed post</a>). As I mentioned above, we were migrating our workloads from the HP EVA to the EMC V-Max, and we felt quite confident (after intensively testing this in the lab for a week) that the SvMotion would be the best choice for our storage migration. The other reason for using SvMotion was the ability to thin-provision VMs on the fly. I&#8217;m not talking here about everything of course, but rather the development VMs that are hardly ever touched. We had so many VMs for our development department with quite huge space requirements, while in fact they are neither actively used all the time, nor they consume the disk space allocated to them. The thin-provisioning for these VMs saved us literally TBs of storage on the new expensive V-Max SAN.</p>
<p><span style="font-size:12pt"><strong>Things to note:<br />
</strong></span></p>
<ul>
<li>After you complete this migration you are not quite done yet. You should typically have your VM tools updated, and also the VM hardware upgraded from v4 to v7. While you will still run fine without these upgrades, it&#8217;s always recommended to be up-to-date in that regard, and to also leverage many of the new vSphere featuers like for example memory hot-add (my personal favorite!). The trick here is that you will need a VM reboot to perform that. In our case, for the less critical VMs we scheduled a planned reboots on weekly basis for the upgrades, and for the high-critical VMs, we just wait for the first possible OS reboot and we perform our upgrades along with it.</li>
<li>Any storage vendor will tell you to do the thin-provisioning on the array directly, and I kinda agree with them on that, but this is not an option to everyone. Not all arrays come with this feature, or even if they do, not everyone can afford the licensing part. In our case, I simply couldn&#8217;t rely on the SAN admins for monitoring and maintaining these thin-provisioned LUNs on the array side, and from the other hand, there were some technical limitations associated with that in terms of SRDF replication or FAST v1 (but that is something specific to EMC, and relevant only to the time of writing this post).</li>
</ul>
<p><span style="font-size:12pt"><strong>Conclusion:<br />
</strong></span></p>
<p>I will finish this post from where I started. The VMware vSphere is a very powerful and a true enterprise class virtualization platform. You&#8217;ve seen here how I was able to migrate the entire VI3.5 environment without one single second of downtime, and also how it was an extremely easy process to migrate our complete storage from one array vendor to another without any interruption in the servers/services whatsoever. There is nothing extraordinary in this scenario (except maybe the embedded video in the diagram), and you&#8217;ve seen how easy the steps are, and how everything we&#8217;ve done here is built in vSphere itself. Just know your requirement, plan your migration ahead, and you will be just fine!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervizor.com/2010/02/vsphere-in-motion-a-real-world-live-migration-scenario/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Diagram: VMware High-Availability (UPDATE: v1.2)</title>
		<link>http://www.hypervizor.com/2009/12/diagram-vmware-high-availability/</link>
		<comments>http://www.hypervizor.com/2009/12/diagram-vmware-high-availability/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 17:35:38 +0000</pubDate>
		<dc:creator>Hany Michael</dc:creator>
				<category><![CDATA[Diagrams]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.hypervizor.com/?p=723</guid>
		<description><![CDATA[I updated the diagram (v1.2) to fix a small typo and adjust also a couple of shapes. Thanks to Joshua Liebster &#038; Bert Bouwhuis for driving my attention to this. I know everybody skips to the diagram so I&#8217;ll save you the introduction, just make sure to quickly go through the notes that follow it: [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I updated the diagram (v1.2) to fix a small typo and adjust also a couple of shapes. Thanks to Joshua Liebster &#038; Bert Bouwhuis for driving my attention to this.</p></blockquote>
<p>I know everybody skips to the diagram so I&#8217;ll save you the introduction, just make sure to quickly go through the notes that follow it:</p>
<p style="text-align: center"><a href="http://www.hypervizor.com/wp-content/plugins/download-monitor/download.php?id=7"><img src="http://www.hypervizor.com/wp-content/uploads/2009/12/121109_1739_DiagramVMwa1.gif" alt="" /></a></p>
<p style="margin-left: 36pt">
<ul>
<li>This is not an introduction to the VMware HA, and it&#8217;s not a very advanced diagram for it either. I assume here that you have a general idea on the topic before looking into it to appreciate this incredible technology. If you are a VMware professional you may also find this useful to keep your information sharp and present about the topic at any given time. You really don&#8217;t have to re-read the documentation every time you&#8217;d like to remember a small detail about the subject.</li>
<li>I&#8217;m introducing in this diagram the &#8220;<strong>Layers</strong>&#8221; feature in Visio for the first time. The diagram may look somewhat confusing at the first glance, so I thought that it might be a good idea to use these layers for you to <strong>hide/show</strong> the topics that you are going through in the diagram. I can see some other use cases for the Layers in future diagrams, so I hope you will like it.</li>
<li>This is an <strong>A3 diagram</strong>, sorry I know most of you just love the traditional A4 from the feedback I get, but seriously, it&#8217;s just TMI to fit in A4.</li>
<li>Everything you see in this diagram, and specifically for the admission control, is *<strong>not</strong>* fictitious. <strong>This is a real cluster I built specifically before designing this diagram</strong>. I wanted everything to be 100% accurate and more importantly: realistic. If you <strong>zoom into</strong> the middle of the vCenter shape, you will be able to see the <strong>actual screenshot of the vCenter interface</strong> showing the HA cluster I used, and its runtime information window as well.</li>
<li>It&#8217;s worth mentioning that this is not all the &#8220;<strong>advanced options</strong>&#8221; that you can use for VMware HA. I just selected the ones I thought that might be more frequently used. You can always get back to the official VMware documentation for the complete list.</li>
<li>The <strong>Admission Control</strong> was probably the hardest part not just to visualize it, but also to understand it in the first place! That being said, I do not expect anyone with no prior reading on this specific topic to just get it from the first glance when he/she looks into the diagram. <strong>Duncan Epping</strong> has an <a href="http://www.yellow-bricks.com/vmware-high-availability-deepdiv/" target="_blank">excellent article</a> that I think everyone already knows about it, but it&#8217;s worth mentioning that it&#8217;s the best place you will ever find for VMware HA in general. The diagram should help you though to understand it faster and easier. You can see all the numbers/calculations in front of you in one shot, and how all these numbers are related to each other.</li>
<li>This HA lab was built in nearly 5 minuets and is 100% virtual. Long live Lab Manager 4.0 ! (<a href="http://www.hypervizor.com/2009/07/vsphere-in-a-box-part-3-the-lab-manager-40-automation/" target="_blank">more details here</a>)</li>
</ul>
<p>That&#8217;s all folks! I hope you will find it useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervizor.com/2009/12/diagram-vmware-high-availability/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>vSphere 4.0 vNetwork Distributed Switch (vDS) &#8211; Video Demonstration + Architecture Diagram</title>
		<link>http://www.hypervizor.com/2009/10/vsphere-40-vnetwork-distributed-switch-vds-video-demonstration-architecture-diagram/</link>
		<comments>http://www.hypervizor.com/2009/10/vsphere-40-vnetwork-distributed-switch-vds-video-demonstration-architecture-diagram/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 22:05:15 +0000</pubDate>
		<dc:creator>Hany Michael</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[diagrams]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[vnetwork distributed switch]]></category>

		<guid isPermaLink="false">http://www.hypervizor.com/?p=671</guid>
		<description><![CDATA[A Boring Introduction: It&#8217;s been a crazy week! A lot of stuff is happening right now at my work, personal life, and my career. For example, I&#8217;m building our much-awaited &#8220;Private Cloud&#8221; at work, using both the ultimate vSphere Cloud OS and the rock-solid IBM hardware that was finally delivered this week. But wait, this [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A Boring Introduction:<br />
</strong></p>
<p>It&#8217;s been a crazy week! A lot of stuff is happening right now at my work, personal life, and my career. For example, I&#8217;m building our much-awaited &#8220;Private Cloud&#8221; at work, using both the ultimate vSphere Cloud OS and the rock-solid IBM hardware that was finally delivered this week. But wait, this is not &#8216;the&#8217; exciting thing that was happing this week for me, it&#8217;s most definitely the news that I&#8217;ve received last Thursday about winning the first round of the vSphere blogging contest. I will not thank <strong><a href="http://twitter.com/jtroyer">John Troyer</a></strong> &amp; <strong>Mike Adams</strong> for their great idea and their incredible efforts for organizing this contest, and I will not thank <strong><a href="http://twitter.com/dnarain">Deepak Narain</a></strong>, the man behind this blog existence who kept pushing me to lunch it a year back (more on this soon), I will, instead, thank everyone for their kind words and encouragement (including the names I&#8217;ve just mentioned), I was literally thrilled by the emails, blog posts and &#8220;tweets&#8221; that were thrown at me since the news was out. <strong>THANK YOU!</strong></p>
<p>Now, enough of this boring talk about me, myself and I, and let&#8217;s get started with this new round of the blogging contest. A heads up first: I was not supposed to participate this week since I&#8217;ve been so busy as you see, but I had a 24 hours after canceling some plans that I had at the last minute. That said, what you see here is not quite final, I believe I need to work more on the diagram especially the IO plane layout in the hidden vSS, and probably add a couple of more configurations to the video to show some cool stuff like the consistent network stats of a mobile VM jumping from an ESX to another. I&#8217;ll be updating all these stuff hopefully during next week.</p>
<p><strong>The Configuration Video:<br />
</strong></p>
<p style="text-align: center;"><a href="http://www.hypervizor.com/videos/vSphere4/vDS/"><img class="aligncenter" src="http://www.hypervizor.com/wp-content/uploads/2009/10/100909-2159-vsphere40vn1.gif" border="0" alt="" /></a></p>
<p> </p>
<p><strong>The Architecture Diagram:<br />
</strong></p>
<p>Another vSphere diagram! I told you, you are going to see these blueprints more than any time before. Quick notes:</p>
<ul style="margin-left: 38pt">
<li>This is an A3 scale diagram in case you want to print it.</li>
<li>The diagram reflects the exact configuration on the video. I&#8217;ve done this intentionally to make it easier and faster for any one new to the vDS to understand the concept and the various configuration aspects.</li>
<li>As I mentioned above, due to the very short period of time that I had, I will most probably modify small parts in the diagram to achieve better results. You can come back and check the version number of the diagram to download the latest updates.</li>
</ul>
<p style="text-align: center;"><a href="http://www.hypervizor.com/wp-content/plugins/download-monitor/download.php?id=2"><img class="aligncenter" src="http://www.hypervizor.com/wp-content/uploads/2009/10/100909-2159-vsphere40vn2.gif" border="0" alt="" /></a></p>
<p><strong>MASTER IT!<br />
</strong></p>
<p>I love this part at the end of any book/chapter published by SYBEX. It gets down and dirty with all the theoretic parts covered, and guide you through a practical path to try what you&#8217;ve learned. This is what I want to do here as well. The vDS is quite confusing as a concept and configuration for the first time, and I personally didn&#8217;t get it except when I started getting my hands on it and playing around with the configurations. The challenge here is that you probably won&#8217;t have the required lab to do this, especially that you need large number of NICs to test all the configurations. If you are one of my regular blog readers, you&#8217;ve probably guessed what I&#8217;m getting to. It&#8217;s the &#8220;vSphere in a box&#8221;!</p>
<p>Around three month back, I published a series of posts talking about building a vSphere configurations using ESX inside itself. Instead of rewriting the whole story again, here is the links for your consideration. One last thing to note here: the entire lab you&#8217;ve seen in the video was built using Lab Manager 4.0 as you will read in the following posts.</p>
<ul>
<li><a href="http://www.hypervizor.com/2009/07/vsphere-in-a-box-a-virtual-private-cloud-blueprint/">vSphere in A Box: A &#8220;Virtual Private Cloud&#8221; Blueprint</a></li>
<li><a href="http://www.hypervizor.com/2009/07/vsphere-in-a-box-part2-putting-the-pieces-all-together/">vSphere In A Box: Part (2): Putting the pieces all together</a></li>
<li><a href="http://www.hypervizor.com/2009/07/vsphere-in-a-box-part-3-the-lab-manager-40-automation/">vSphere In A Box: Part (3): The Lab Manager 4.0 Automation</a></li>
</ul>
<p><strong>Special Thanks:<br />
</strong></p>
<p>I&#8217;d like to thank <a href="http://twitter.com/DuncanYB">Duncan Epping</a> for reviewing part of the contents here. I was having some doubts about few points and due to the time constrain, I didn&#8217;t have the time to research more on them. I asked for Duncan&#8217;s help and he was very kind to do so.</p>
<p><strong>Additional Recourses:<br />
</strong></p>
<p>These are the best resources that I&#8217;ve found so far for the vDS:</p>
<ul>
<li>WitePapers: <a href="http://www.vmware.com/resources/techresources/10050">VMware vNetwork Distributed Switch: Migration and Configuration</a></li>
<li>VMworld 2009 Sessions: <a href="http://www.vmworld.com/docs/DOC-3813">TA2525</a>, <a href="http://www.vmworld.com/docs/DOC-3800">TA2105</a></li>
<li>Blog Posts: <a href="http://www.ntpro.nl/blog/archives/1283-vSphere-DvSwitch-caveats-and-best-practices!.html">Eric Sloof</a>, <a href="http://virtualisedreality.wordpress.com/2009/10/03/vnetwork-distributed-switches-vds-an-overview/">Barry Combs</a>, <a href="http://lucd.info/?p=502">Luc Dekens</a>, <a href="http://ict-freak.nl/2009/10/06/powercli-set-dvswitch/">ICT-Freak</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervizor.com/2009/10/vsphere-40-vnetwork-distributed-switch-vds-video-demonstration-architecture-diagram/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>vSphere 4.0 Fault Tolerance (Architecture Diagram, Video and Use Cases)</title>
		<link>http://www.hypervizor.com/2009/09/vsphere-40-fault-tolerance-architecture-diagram-video-and-use-cases/</link>
		<comments>http://www.hypervizor.com/2009/09/vsphere-40-fault-tolerance-architecture-diagram-video-and-use-cases/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 14:05:18 +0000</pubDate>
		<dc:creator>Hany Michael</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[diagrams]]></category>

		<guid isPermaLink="false">http://www.hypervizor.com/?p=657</guid>
		<description><![CDATA[This is a response to the new vSphere Blogging contest that was announced in the middle of this month. I truly think that it&#8217;s a cool idea, and I believe that regardless of winning or losing, the excitement and fun a blogger would have during his/her participation is something awesome by itself. The rules say [...]]]></description>
			<content:encoded><![CDATA[<p>This is a response to the new <a href="http://blogs.vmware.com/vsphere/2009/09/kicking-it-off-vmware-vsphere-blogging-contest.html">vSphere Blogging contest</a> that was announced in the middle of this month. I truly think that it&#8217;s a cool idea, and I believe that regardless of winning or losing, the excitement and fun a blogger would have during his/her participation is something awesome by itself.</p>
<p>The rules say that my post need to be compact and straight to the point, so I won&#8217;t be able to cover all the aspects about something huge like FT. If by any chance I failed to write such a short post, then here are some tips to avoid wasting your time:<br />
1 – If you are one of those people who wear a tie at work, you should jump straight to the &#8220;Use Cases&#8221; section.<br />
2 – If you are one of those people who are using the words: 10GbE, VMkernel and %RDY, then you probably don&#8217;t have time for this, but take my advice and have a look on the next two sections.</p>
<p><span style="font-size:14pt"><strong>Fault Tolerance Architecture Diagram:<br />
</strong></span></p>
<p>From the newly launched vSphere Blog on VMTN I quote this part: &#8220;<em>[..] they do say a picture is worth a thousand words [..]&#8220;</em>, well, I believe I&#8217;ve said that also once before on a previous post, and in fact this is the whole concept my blog is built on. So here is a blueprint for the FT with my own tweaks to save you (and me) a thousand words describing how FT works and how it&#8217;s architectured.. (BTW, this is the first of vSphere blueprints to come):</p>
<p style="text-align: center;"><a href="http://www.hypervizor.com/wp-content/plugins/download-monitor/download.php?id=3"><img class="aligncenter" src="http://www.hypervizor.com/wp-content/uploads/2009/09/092309-1349-vsphere40fa1.gif" border="0" alt="" /></a></p>
<p> </p>
<p><span style="font-size:14pt"><strong>Fault Tolerance Video Demonstration:<br />
</strong></span></p>
<p>Thank god the contest rules mentioned the possibility of republishing an old content; otherwise I would have been rerecording and video editing this from the scratch, which is a kind of nightmare. I published this video back in April this year when the vSphere was just announced by VMware (the bits were not even available for download at that time), this means it&#8217;s one of the very first videos ever published about this cool new feature.</p>
<p>Before you hit the play button, let me tell you why this video is deferent from many of the other ones that I&#8217;ve seen later on:<br />
1 – In my scenario, I have three ESX hosts in a cluster rather than two as you may see in most of the FT demonstrations. What is so special about that? Well, it clearly shows the true concept of the &#8220;continues availability&#8221;, where in case of a complete ESX host failure, the FT will not just failover to another host, but will also automatically assign a third host in the cluster to protect itself in case of another host failure until the SysAdmin attend to the incident.</p>
<p>2 – I&#8217;m using in this video a continues file copy to the protected VM throughout the host failure process. This is to show you a &#8220;real-life&#8221; scenario where your VM is busy doing something critical (backup for example). You really don&#8217;t play movies in your mission critical VMs (I think Microsoft is the one who invented this idea in their Hyper-V live-migration demonstration, kind of weird!)</p>
<p style="text-align: center;"><a href="http://www.hypervizor.com/2009/05/video-vsphere4-unleashed-04-fault-tolerance/"><img class="aligncenter" src="http://www.hypervizor.com/wp-content/uploads/2009/09/092309-1349-vsphere40fa2.gif" border="0" alt="" /></a></p>
<p> </p>
<p><span style="font-size:14pt"><strong>My Real-life FT use cases:<br />
</strong></span></p>
<p>I&#8217;m taking off now my &#8220;VMware Evangelist&#8221; hat, and putting on the &#8220;VMware Customer&#8221; hat. What you&#8217;ll read here is my real-life use cases for the FT, no marketing talk, no political debates. This &#8220;is&#8221; the real deal:</p>
<p><strong>1 – Blackberry Enterprise Server &amp; RoveIT Mobile Admin:</strong><br />
BES is one of our most business critical applications because it&#8217;s being used by our higher management in their day-to-day communications. Initially we were depending on HA since we didn&#8217;t think that our luck would be that bad to have an ESX host failure while one of the executives sending an email.</p>
<p>This continued to be the case until we deployed the <a href="http://www.hypervizor.com/2009/04/video-tutorial-rove-mobile-admin-42-for-managing-your-vi3-environment-on-the-go-part-22/">RoveIT Mobile Admin</a> &amp; <a href="http://www.hypervizor.com/2009/04/video-vmware-vcenter-mobile-access-vcma-installation-usage-22/">vCenter Mobile Access</a> (with BES/MDS in the backend). We basically wanted to have a 24/7 access for our SysAdmins to our entire IT environment (including VMware) while they are on the go, using their Blackberry smart-phones (given by the corp for this specific purpose). This was mainly to improve our response time for emergency situations, and of course this service makes no sense unless it can tolerate the most severe situations of hardware failures. Enabling FT on both the BES and the Mobile Admin VMs allow us, from one hand, to ensure that our executives will never complain that they can&#8217;t use their Blackberry whenever they need, and that &#8220;IT Suck&#8221;. From the other hand, we, the IT suckers..er..i mean SysAdmins &amp; consultants, can have a piece of mind that we will always be able to get to our backend systems wherever there is a problem that requires an immediate attention.</p>
<p><strong>2 – ManageEngine Application Manager:</strong><br />
We heavily depend on the <a href="http://www.manageengine.com/products/applications_manager/">ManageEngine Application Manager</a> in our environment, where we get real-time emails and SMS notifications for any issues happening either in the OS layer (e.g. disk usage, service status ..etc) or the applications (e.g. Exchange high local queue, MS SQL DB issues ..etc). In order to maintain this level of real-time notifications, we had to put this application in a very high availability. Although the application comes with optional cluster capabilities, the VMware HA really was doing this trick without paying extra money. In both cases (the cluster option or the ESX HA) if an ESX host fails, we will have to wait approximately 10min for the application to be powered and operational on another host in the cluster. This is not realistic for an application that is supposed to tell us that the ESX has failed at the first place. With FT we are able to have the application up &amp; running all the time with no interruption whatsoever, and consequently send us the notifications of any Host/OS/Application issues no matter what happens across the underlying infrastructure.</p>
<p><strong>3 – Custom Application &#8211; Online payment gateway:</strong><br />
We have an online customer payment service consisting of a custom written application integrated with the IBM Websphere MQ and a backend Oracle DB. Everything is in high availability as you would expect, except for the custom application! I must add also that it is poorly written that it needs human intervention every time the VM needs to be rebooted in order to bring it up again. That being said, HA is not even an option in case of host failures. Unfortunately the application developer does not know how to address these issues in his application, and we are stuck with that fact since he&#8217;s working with the same backend payment gateway provider. We came up with two solutions for that:<br />
a) The Long run: gradually migrate the online service to a new system with a new backend payment gateway. We are around 30% now on this new service.<br />
b) The short run: put the custom application on FT enabled VM where we don&#8217;t have to suffer from any unplanned downtime associated with the VM and/or the host.</p>
<p> </p>
<p><span style="font-size:14pt"><strong>The conclusion:<br />
</strong></span></p>
<p>FT is a &#8220;must have&#8221; not a &#8220;nice to have&#8221; feature in any environment. I don&#8217;t really understand the big debate around it from the so-called &#8220;experts&#8221; who have been flooding us on twitter or the blogosphere about reasons why it&#8217;s &#8220;not enterprise ready yet&#8221;. Most of these debates are coming really from people who have not seen enough of these enterprise environments they are talking about and the challenges we have every day with scenarios like the ones I&#8217;ve listed above. Surely enough, FT has a quite long list of limitations that you can find on any of these blog posts (or on the VMware website itself), but you should also know that VMware is working on most of these limitations in future releases. The number one limitation that you will always hear about is the (1 vCPU) restriction for the FT enabled VM, well, let me tell you two things about that to finish up my article:</p>
<p>1 – The vast majority of the applications running in any datacenter do not need, or even make use of SMP. My three use cases above are examples for that.<br />
2 – VMware has published recently <a href="http://blogs.vmware.com/performance/2009/09/comparing-performance-of-1vcpu-nehalem-vm-with-2vcpu-harpertown-vm.html">this blog post</a> showing how a 1vCPU VM based on the revolutionary Intel Nehalem processor, can perform better than 2vCPUs using older generations.</p>
<p>P.S. This is probably one of my largest blog posts. I&#8217;m disqualified from the contest.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervizor.com/2009/09/vsphere-40-fault-tolerance-architecture-diagram-video-and-use-cases/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Diagram: VMware vSphere 4.0 in The Enterprise</title>
		<link>http://www.hypervizor.com/2009/08/diagram-vmware-vsphere-40-in-the-enterprise/</link>
		<comments>http://www.hypervizor.com/2009/08/diagram-vmware-vsphere-40-in-the-enterprise/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 11:00:14 +0000</pubDate>
		<dc:creator>Hany Michael</dc:creator>
				<category><![CDATA[Diagrams]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[diagrams]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.hypervizor.com/?p=624</guid>
		<description><![CDATA[I&#8217;m a big believer in the saying &#8220;A picture is worth a thousand words&#8220;. If you don&#8217;t believe in that, then this blog will never be the right place for you. I think there is a fair amount of my blog readers who had actually visited me in my office, and they&#8217;ve seen how I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big believer in the saying &#8220;<strong>A picture is worth a thousand words</strong>&#8220;. If you don&#8217;t believe in that, then this blog will never be the right place for you. I think there is a fair amount of my blog readers who had actually visited me in my office, and they&#8217;ve seen how I have all sorts of diagrams covering the walls, starting from the infrastructure and solutions architectures, all the way to detailed blueprints for the deferent technologies that I implement in my environment. Beside the extreme fun I have designing these diagrams, just looking at them on daily basis help me identify the areas of improvement and future developments quite easily. Why am I telling you this small story? Well, you are going to see many of this stuff coming on my blog more than any time before folks!</p>
<p><strong>Introducing the &#8220;VMware vSphere In The Enterprise&#8221; diagram v1.0<br />
</strong></p>
<p style="text-align: center;"><a href="http://www.hypervizor.com/wp-content/plugins/download-monitor/download.php?id=4"><img class="aligncenter" src="http://www.hypervizor.com/wp-content/uploads/2009/08/081009-1011-diagramvmwa1.gif" border="0" alt="" /></a></p>
<p><strong>Disclaimer:</strong> This is a very, very high level &#8220;visualization&#8221; of the &#8220;virtualization&#8221; architecture using VMware vSphere. Having said that, this should never be taken for granted or looked at as the perfect design for your vSphere environment. There is no such thing as a &#8220;perfect design&#8221; at the first place. There is always a customer requirement, and best practices that we follow to achieve the &#8220;perfect solution&#8221; for the customer. I can&#8217;t stress enough on this point as I know there are many VMware-newbie visitors on my blog who might be caught in this trap.</p>
<p><strong>A word of appreciation: </strong>I&#8217;d like to thank <a href="http://twitter.com/DuncanYB">Duncan Epping</a> for his great work of choosing the (Top 5 Planet V12n blog posts), which even for me, as a good follower of that RSS feed, I <strong>always</strong> miss quite a few great posts in there. In week 29, Duncan selected <a href="http://www.latogalabs.com/2009/07/vmware-network-port-list/">this post</a> that had an incredible list of network ports in the VMware environment, which I have used some of them in my diagram above. It&#8217;s not the complete list of course since it&#8217;s out of my diagram scope, although I do intend to do a complete &#8220;block diagram&#8221; in the future to visualize the entire list.<strong><br />
</strong></p>
<p><strong>Printing Considerations:</strong><br />
In case you haven&#8217;t noticed, this is an A2 scale diagram. I&#8217;ve initially tried to fit it into A3 while designing it but I couldn&#8217;t. The amount of information and layouts were just too much to fit in the A3 scale. The diagram still prints well on A3, but you&#8217;ll have a hard time reading some parts like the port numbers. That said, I highly recommend that you print it on an A2 plotter, which will give you the real look and feel of the diagram. In my case, although we have in our GIS department many plotters for printing even larger scales like A1 and A0, I just went to the nearest Xerox center and printed it there just to make sure how it will look like in commercial printing centers, and the printout was phenomenal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervizor.com/2009/08/diagram-vmware-vsphere-40-in-the-enterprise/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>vSphere In A Box: (Part 3): The Lab Manager 4.0 Automation</title>
		<link>http://www.hypervizor.com/2009/07/vsphere-in-a-box-part-3-the-lab-manager-40-automation/</link>
		<comments>http://www.hypervizor.com/2009/07/vsphere-in-a-box-part-3-the-lab-manager-40-automation/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 11:45:50 +0000</pubDate>
		<dc:creator>Hany Michael</dc:creator>
				<category><![CDATA[vSphere]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.hypervizor.com/?p=606</guid>
		<description><![CDATA[We&#8217;ve got quite a bit of stuff to talk about in this post/diagram/video, so I&#8217;ll keep the introduction as simple as this: It&#8217;s the third part, it&#8217;s the final part, and it&#8217;s my favorite part of the (vSphere In A Box) series. The Diagram: This is an overall illustration of the workflow and automation process [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve got quite a bit of stuff to talk about in this post/diagram/video, so I&#8217;ll keep the introduction as simple as this: It&#8217;s the third part, it&#8217;s the final part, and it&#8217;s my favorite part of the (vSphere In A Box) series.</p>
<p><strong>The Diagram:</strong><br />
This is an overall illustration of the workflow and automation process of the environment using the same single server, and an iSCSI array, that we&#8217;ve used in the previous posts. The diagram may look a bit complicated at the first glance, but I tried to keep things as simple as possible. I used the actual IP addresses, configurations, and workplaces names that I use in my environment and as you will see in the next video, to keep things clear and easier to follow.</p>
<p><center><a href="http://www.hypervizor.com/diags/HyperViZor-Diags-vS4-LM4-Automation-v1-0.pdf"><img src="http://www.hypervizor.com/wp-content/uploads/2009/07/072409-1120-vsphereinab1.gif" border="0" alt="" /></a></center></p>
<p><strong>The Video:</strong><br />
This is by no mean a Lab Manager tutorial, it&#8217;s just a very &#8220;quick tour&#8221; on the components and automation of the my vSphere labs. I intend to do a series of tutorials in the future on Lab Manager 4.0 itself, but for the sake of this subject I created this quick walkthrough video instead of taking more than 20 screenshots that won&#8217;t make much sense individually.</p>
<p><center><a href="http://www.hypervizor.com/videos/vs4iabox-lm4/"><img src="http://www.hypervizor.com/wp-content/uploads/2009/07/072409-1120-vsphereinab2.gif" border="0" alt="" /></a></center></p>
<p> </p>
<p><strong>My Use Cases:<br />
</strong>If you&#8217;ve been reading my previous few posts, you&#8217;ve probably known what are my objectives from this, and since I hate to repeat myself, I will copy &amp; paste one of the use cases I mentioned in an earlier post, followed by two new cases I&#8217;m working on now:</p>
<ol>
<li>[...] I need to build my own labs for my &#8220;virtual private cloud&#8221; project, which will typically require building multiple vESX clusters, not to mention the importance of having the templates and libraries for deploying these clusters whenever I need to test something new that would require significant changes (e.g. Nexus1000v for networking, or Reflex vTrust for security) [...]</li>
<li>I&#8217;m trying these days also to evaluate the VMware Site Recovery Manager running in two deferent and independent setups to simulate a real life scenario instead of using the traditional all-in-one-subnet setup. Since part of these applications are still in Beta, and consequently under NDA, I won&#8217;t be able to elaborate more on this use case until all the software are in the GA stage.</li>
<li>I discovered another great use case while I was working on the Lab Manager, which is training the SysAdmins in my current corp on the new vSphere platform. We are also growing rapidly with our virtual environment (soon to be: private cloud) and we&#8217;ll definitely need more SysAdmins on board. That being said, I now have an instrumental tool for provisioning independent labs for the SysAdmins to login and have their own hands-on experience with the new platform.</li>
</ol>
<p><strong>Other Considerations:<br />
</strong>As you all know, the vCenter Lab Manager 4.0 was never meant to run virtual ESX hosts inside itself, therefore, there are some tweaks and considerations that you need to know about while you are implementing this in your own environment. But the beauty of VMware is that all its components are highly customizable and work in a true harmony regardless of what you want to achieve at the end.</p>
<p>1) As you know, the vESX hosts need to be connected to a &#8220;Promiscuous enabled&#8221; vSwitch. When you create new Network Templates in LM, and later on deploy them within your configurations, the LM by default create the new vSwitch with this feature disabled, so you will need to go an manually enable that. I&#8217;m trying to figure out a way to automate this or set it to be enabled by default, I will update the post should I manage to do that.<br />
<img src="http://www.hypervizor.com/wp-content/uploads/2009/07/072409-1120-vsphereinab3.png" alt="" /></p>
<p>2) When you import your vESX templates you must uncheck the customization part as shown in the screenshot since the VM is not running a supported OS by VMware (like Windows or Linux), however, I managed to install the VMware tools inside the classic ESX 4.0 as shown in the next point.<br />
<img src="http://www.hypervizor.com/wp-content/uploads/2009/07/072409-1120-vsphereinab4.png" alt="" /></p>
<p>3) Although I haven’t tested this thoroughly yet, I believe you can customize the classic ESX hosts with COS in Lab Manager by installing the VMware tools as follows:</p>
<p>Mount the VMware tools ISO<br />
<img class="alignnone" src="http://www.hypervizor.com/wp-content/uploads/2009/07/esxvmtool01.png" alt="" width="721" height="72" /></p>
<p>unzip/untar the package<br />
<img class="alignnone" src="http://www.hypervizor.com/wp-content/uploads/2009/07/esxvmtool02.png" alt="" width="721" height="35" /></p>
<p>Run the perl script and follow the installation instructions:<br />
<img class="alignnone" src="http://www.hypervizor.com/wp-content/uploads/2009/07/esxvmtool03.png" alt="" width="723" height="233" /></p>
<p><strong></strong></p>
<p><strong>Conclusion:<br />
</strong>By this part, I believe that we’ve completed the entire series of the (vSphere In A  Box) and shown how and why you need to be doing this setup. I hope that everyone can clearly see now the huge deference between running the ESX hosts inside VMware Workstation compared to running it inside ESX itself, as well as the great benefits of doing that in a larger scale with the automation to achieve many of the use cases mentioned across this series of posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervizor.com/2009/07/vsphere-in-a-box-part-3-the-lab-manager-40-automation/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Release: VMware vCenter Lab Manager 4.0</title>
		<link>http://www.hypervizor.com/2009/07/release-vmware-vcenter-lab-manager-40/</link>
		<comments>http://www.hypervizor.com/2009/07/release-vmware-vcenter-lab-manager-40/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 04:00:01 +0000</pubDate>
		<dc:creator>Hany Michael</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[vcenter]]></category>

		<guid isPermaLink="false">http://www.hypervizor.com/?p=566</guid>
		<description><![CDATA[At the time of submitting this post, the press release from VMware should be out. It&#8217;s July 13th, 12 midnight NY time, and VMware is announcing a bunch of vCenter products including the much awaited Lab Manager 4.0. Unfortunately I was not in the beta program of LM4.0 to have an early hands-on experience, but [...]]]></description>
			<content:encoded><![CDATA[<p>At the time of submitting this post, the press release from VMware should be out. It&#8217;s July 13<sup>th</sup>, 12 midnight NY time, and VMware is announcing a bunch of vCenter products including the much awaited Lab Manager 4.0.</p>
<p>Unfortunately I was not in the beta program of LM4.0 to have an early hands-on experience, but I&#8217;ve been briefed about it, and I must say that I&#8217;m quite happy with the new features of the product. I&#8217;m exceptionally interested in this product now more than any time before, for three main reasons:<br />
1) I need to implement LM in a wide scale for our development department. Currently our developers are working independently everyone in his/her own island, using things like VMware server or workstation! No effective collaboration or automation whatsoever.</p>
<p>2) I need to implement LM for our infrastructure team to simulate our entire production environment. Again, I need something that can scale out easily (typically on blades), yet with flexible and fenced network configurations.</p>
<p>3) Lastly, I need to build my own labs for my &#8220;<a href="http://www.hypervizor.com/2009/07/vsphere-in-a-box-a-virtual-private-cloud-blueprint/" target="_blank">virtual private cloud</a>&#8221; project, which will typically require building multiple vESX clusters, not to mention the importance of having the templates and libraries for deploying these clusters whenever I need to test something new that would require significant changes (e.g. Nexus1000v for networking, or Reflex vTrust for security)</p>
<p>As soon as I wake up from sleep (yes, technically I&#8217;m sleeping now, this is a scheduled post) I will download the bits and start playing with it. I will come back with more details later, but between now and then, here are some highlights on the new features of LM4.0 along with two screenshots from the product team:</p>
<p>- Lab Manager 4.0 now fully supports VMware <strong>vSphere 4<br />
</strong>- Support for the VMware <strong>ESX(i)</strong> Form Factor (was not supported in previous versions).<br />
- LM is integrated now with VMware vCenter <strong>Stage Manager</strong>.<br />
<strong>- Host Spanning Private Networks:</strong> Host Spanning Private Networks, a new technology in Lab Manager 4, creates isolated private networks without the need for setting up VLANs. This new feature requires the Distributed Switch capability of VMware vSphere Enterprise Plus edition.<br />
- <strong>Multiple Workspaces:</strong> VMware vCenter Lab Manager 4 introduces the concept of multiple workspaces within organizations.<br />
- <strong>Archive to Library</strong>: Lab Manager 4 provides the ability to keep a particular configuration together with its change history for record within the library.<br />
- <strong>Configuration History:</strong> Lab Manager 4 mow provides a new configuration history tab for all configurations. The history of a configuration displays the list of the events related to this configuration.</p>
<p>For the complete and detailed list of new features, you can check out this WP from VMware: <a href="http://www.vmware.com/files/pdf/VMW_09Q2_WP_vCenter_LabManager4_10_R1.pdf">http://www.vmware.com/files/pdf/VMW_09Q2_WP_vCenter_LabManager4_10_R1.pdf</a></p>
<p><strong>Screenshot (1):</strong> VMware vCenter Lab Manager 4 streamlines application releases from development to production. The self-service interface provides on-demand access to virtualized application environments while IT remains in administrative control.<br />
<a href="http://www.hypervizor.com/wp-content/uploads/2009/07/1 - Lab Manager 4 - Move to Production.png"><img src="http://www.hypervizor.com/wp-content/uploads/2009/07/071209-2017-releasevmwa1.gif" border="0" alt="" /></a></p>
<p><strong>Screenshot (2):</strong> Advanced networking capabilities in Lab Manager 4 allow application teams to create realistic, production-like test environments for complex system and network configurations.<br />
<a href="http://www.hypervizor.com/wp-content/uploads/2009/07/2 - Lab Manager 4 - Advanced Networking.png"><img src="http://www.hypervizor.com/wp-content/uploads/2009/07/071209-2017-releasevmwa2.gif" border="0" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervizor.com/2009/07/release-vmware-vcenter-lab-manager-40/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

