<?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>vFrank</title>
	<atom:link href="http://www.vfrank.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vfrank.org</link>
	<description>Essense of virtualization</description>
	<lastBuildDate>Tue, 06 Mar 2012 13:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>vCloud Fencing</title>
		<link>http://www.vfrank.org/2012/03/01/vcloud-fencing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vcloud-fencing</link>
		<comments>http://www.vfrank.org/2012/03/01/vcloud-fencing/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 09:25:31 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[vCloud]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=561</guid>
		<description><![CDATA[VMware vCloud Director has several use cases. One of them is to use vCloud director for &#8220;lab management&#8221; purposes. For instance you can run several vApps simultaneous with the same IP and MAC addresses completely isolated or &#8220;fenced&#8221; We are currently building our own vApps for VMware training  [...]]]></description>
			<content:encoded><![CDATA[<p>VMware vCloud Director has several use cases. One of them is to use vCloud director for &#8220;lab management&#8221; purposes. For instance you can run several vApps simultaneous with the same IP and MAC addresses completely isolated or &#8220;fenced&#8221; We are currently building our own vApps for VMware training purposes. The ability to build one vApp for one student &#8211; add it to the catalog and then deploy it X amount of times is essential in our environment. </p>
<p>To understand fencing in vCloud Director you really need to understand the basic network concepts in vCloud director. vCloud director has three kind of networks</p>
<p><strong>External Network: </strong>This is basically a portgroup on a standard vSwitch, Distributed vSwitch or Nexus1000. This is where you get &#8220;into&#8221; the cloud. The external network is a network where you physically have allocated a vlan and an IP segment. The IP segment can either be public internet ip addresses or private ip addresses. In our case we are using the private subnet &#8220;10.10.10.0/24&#8243; When you define your External Network you have to define this IP segment gateway and subnet mask. Besides that you define a &#8220;static IP pool&#8221;. This pool is addresses vCloud director can manage and use for vShield edge devices and virtual machines.</p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2012/03/external_network1.jpg"><img class="alignnone size-thumbnail wp-image-572" title="external_network" src="http://www.vfrank.org/wp-content/uploads/2012/03/external_network1-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><strong style="text-align: center;">Organisation network:</strong><span style="text-align: center;"> An organisation network is a network only available to the organisation it is deployed to. This network is automatically created in vCloud Director and you don&#8217;t need to manually create the portgroup in vSphere. The Organisation network can either be </span><strong style="text-align: center;">1)</strong><span style="text-align: center;"> direct connected to an external connected (in this case we use 10.10.10.0/24) </span><strong style="text-align: center;">2)</strong><span style="text-align: center;"> routed connected with a vShield edge device (in this case a vShield edge device will have an IP on the external network example: 10.10.10.20 and another ip address on the organisation network &#8211; for instanse 192.168.0.1) or </span><strong style="text-align: center;">3)</strong><span style="text-align: center;"> no connection to an external network.</span></p>
<p><strong>vApp network:</strong> a vApp network available to only virtual machines in the same vApp. This network is automatically created when defining it. The vApp network can either be<strong> 1)</strong> routed connected to the organisation network or <strong>2)</strong> no connection to organisation network.</p>
<p>If you need more information on vCloud network concepts check out Duncans great two series post on the matter:<a href="http://www.yellow-bricks.com/2010/09/07/vcd-networking-part-1-intro/" target="_blank"> vcd network post 1</a> |  <a href="http://www.yellow-bricks.com/2010/09/09/vcd-networking-part-2-network-pools/" target="_blank">vcd network post 2</a></p>
<p><strong>Fencing in vCloud Director</strong></p>
<p>Option 1:</p>
<p>You can do fencing in vCloud director in two ways. When looking at the GUI it would seem only one. But you can actually do fencing without putting a vApp into &#8220;Fence vApp&#8221; mode. An example of this. Look at the following two screenshots. I am building a vApp that is connected to my organisation network. That means I am using my organisation IP addresses for all virtual machines in the vApp. (10.10.10.0/24). In the first screenshot I have not selected the &#8220;Fence vApp&#8221; checkmark. In the second I have selected it.</p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_1.jpg"><img class="alignnone size-thumbnail wp-image-564" title="fencing_1" src="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_1-150x150.jpg" alt="" width="150" height="150" /></a>           <a href="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_2.jpg"><img class="alignnone size-thumbnail wp-image-565" title="fencing_2" src="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_2-150x150.jpg" alt="" width="150" height="150" /></a>    <a href="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_org_1.png"><img class="alignnone size-thumbnail wp-image-569" title="fencing_org_1" src="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_org_1-150x150.png" alt="" width="150" height="150" /></a>   <a href="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_org_2.png"><img class="alignnone size-thumbnail wp-image-570" title="fencing_org_2" src="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_org_2-150x150.png" alt="" width="150" height="150" /></a></p>
<p>The first one is direct connected to the organisation network &#8211; and in this option I have no way of running with duplicate IP and MAC for my virtual machines. After selecting the &#8220;Fence vApp&#8221; checkmark you should notice that it changes connection type to &#8220;Fenced&#8221; and you will see NAT and FIREWALL enabled. In this case we can now copy the vApp without customization and run it serveral times with the same IP and MAC addresses.</p>
<p>One thing to notice about this way of doing fencing is that you can only use the &#8220;Fence&#8221; button on organisation networks. NOT on vApp networks. This will give a situation where a vShield Edge will be deployed where the internal and external interface has the same IP subnet(10.10.10.0/24), and the edge does proxy-arp and NAT </p>
<p>This option is probably the first one you would go to because you acutally see the &#8220;Fence&#8221; option inside vCloud Director. The truth is though, that you can do fencing without ever setting that option. And you would probably do option 2 instead.</p>
<p>Option 2: </p>
<p>When looking at option1 we see that the vShield edge device is the one making sure we can do the fencing. In vCloud director when we create &#8220;vApp&#8221; network we can choose to make it &#8220;routed&#8221; to an organisation network. To do &#8220;manually&#8221; fencing you would create a vApp network when creating your vApp. This vApp you would connect with a routed connection to the External network. In our case we would get a &#8220;vApp&#8221; network with IP 192.168.2.0/24 with a vShield Edge Device connected and on the other side of the vShield edge you would have the 10.10.10.0/24 network. </p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_3.jpg"><img class="alignnone size-thumbnail wp-image-566" title="fencing_3" src="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_3-150x150.jpg" alt="" width="150" height="150" /></a>  <a href="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_4.png"><img class="alignnone size-thumbnail wp-image-567" title="fencing_4" src="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_4-150x150.png" alt="" width="150" height="150" /></a>    <a href="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_5.png"><img class="alignnone size-thumbnail wp-image-568" title="fencing_5" src="http://www.vfrank.org/wp-content/uploads/2012/03/fencing_5-150x150.png" alt="" width="150" height="150" /></a></p>
<p>Look at screenshot 2 and 3. This is what happens when you copy a vApp and don&#8217;t customize it. The vApp network will be the exact same. The only difference is the external IP address of the vShield Edge device. This means that you can use the external address to get &#8220;into&#8221; your vApps virtual machine with a simple NAT rule.</p>
<p><strong>Summary</strong></p>
<p>Fencing can be done in two ways. Both use the vShield Edge Device.</p>
<p>Option 1: Use the &#8220;Fence&#8221; option and use your organisation IP range directly on your fenced virtual machines. (same inside and outside IP range 10.10.10.0/24)</p>
<p>Option 2: Create a vApp network and make it &#8220;routed&#8221;. In this case you have one internal IP segment192.168.0.0/24 and one external IP segment 10.10.10.0/24)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2012/03/01/vcloud-fencing/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>VCAP-DCD5 Beta Exam Experiences</title>
		<link>http://www.vfrank.org/2012/02/14/vcap-dcd5-beta-exam-experiences/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vcap-dcd5-beta-exam-experiences</link>
		<comments>http://www.vfrank.org/2012/02/14/vcap-dcd5-beta-exam-experiences/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 19:16:19 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=557</guid>
		<description><![CDATA[Because I am VCP5 and VCAP-DCD4 I was invited to the beta exam of the VCAP-DCD5 exam. I took that exam today, so I want to blog about it right away while it is fresh in memory. I cannot go into very specific details, but I will try to give as much value without violating any exam policies.
The test  [...]]]></description>
			<content:encoded><![CDATA[<p>Because I am VCP5 and VCAP-DCD4 I was invited to the beta exam of the VCAP-DCD5 exam. I took that exam today, so I want to blog about it right away while it is fresh in memory. I cannot go into very specific details, but I will try to give as much value without violating any exam policies.</p>
<p>The test is 3hours and 45minutes, but because my native language is not english I got an extra 30 minutes to complete it. So totally 4hours and 15minutes. It is a long test and I guess you will need all of the time.</p>
<p>The overall felling of the test was good. The questions were reasonable written. The VMware certification can be proud of it. The exam focuses on the design part of vSphere and you need to answer some technical questions, most questions were design related though.</p>
<p>One advice I would give to anyone who is going to take the test. You need to know  <strong>Constraints, Requirements, Risks </strong>and <strong>Assumptions.</strong> Know their definitions in your sleep. Know how to distinguish them!</p>
<p>Most questions are multiple choice. But you will also get some where you have to use the built in design tool to create a diagram for a specific customer case. And you will have questions where you need to fit things from row a to row b.</p>
<p>To prepare for the test you will need to look at the blueprint. The test is very true to the blueprint. If you are experienced with VMware it will be a big help. </p>
<p>Time management is a concern. The design questions and fit row a and b can easily take up some time. Use the feature to flag for later review and go back to the questions you are unsure of at the end.</p>
<p>I don&#8217;t know how my exam went. When doing the beta exam you will have to wait 8 weeks to find out. Hopefully I did good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2012/02/14/vcap-dcd5-beta-exam-experiences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMworld 2012 dates</title>
		<link>http://www.vfrank.org/2012/01/30/vmworld-2012-dates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmworld-2012-dates</link>
		<comments>http://www.vfrank.org/2012/01/30/vmworld-2012-dates/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 09:15:28 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=554</guid>
		<description><![CDATA[I just checked the www.vmworld.com website and the dates for VMworld 2012 is announced.
VMworld US (San Francisco) August 27-30
VMworld Europe (Barcelona) October 9-11
I hope to see a lot of our partners and students in Barcelona.
]]></description>
			<content:encoded><![CDATA[<p>I just checked the www.vmworld.com website and the dates for VMworld 2012 is announced.</p>
<p><strong>VMworld US (San Francisco) August 27-30</strong></p>
<p><strong>VMworld Europe (Barcelona) October 9-11</strong></p>
<p>I hope to see a lot of our partners and students in Barcelona.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2012/01/30/vmworld-2012-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware VSA &#8211; ESXi requirements</title>
		<link>http://www.vfrank.org/2011/12/21/vmware-vsa-esxi-requirements/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-vsa-esxi-requirements</link>
		<comments>http://www.vfrank.org/2011/12/21/vmware-vsa-esxi-requirements/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 11:42:19 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=550</guid>
		<description><![CDATA[A cool new feature of vSphere5 is the VMware VSA. It is pretty much a virtual appliance that makes local storage shared storage. 
VMware has just released a VSA Deep Dive document a must read if you are considering this solution. 
Some of the ESXi requirements for VSA is:

Host must be installed  [...]]]></description>
			<content:encoded><![CDATA[<p>A cool new feature of vSphere5 is the VMware VSA. It is pretty much a virtual appliance that makes local storage shared storage. </p>
<p>VMware has just released a <a href="http://www.vmware.com/files/pdf/techpaper/VM-vSphere-Storage-Appliance-Deep-Dive-WP.pdf">VSA Deep Dive document</a> a must read if you are considering this solution. </p>
<p>Some of the ESXi requirements for VSA is:</p>
<ul>
<li><span style="line-height: 18px;">Host must be installed with ESXi 5.0</span></li>
<li><span style="line-height: 18px;">It must be a greenfield deployment. No existing virtual machines running</span></li>
<li><span style="line-height: 18px;">ESXi and vCenter server must have the same gateway address. They need to be on the same subnet</span></li>
<li><span style="line-height: 18px;">4 &#8211; 6 or 8 spindles is supported</span></li>
</ul>
<div><span style="line-height: 18px;">Check out the document to find other requirements.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2011/12/21/vmware-vsa-esxi-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove a LUN from an ESX host</title>
		<link>http://www.vfrank.org/2011/11/23/how-to-remove-a-lun-from-an-esx-host/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-remove-a-lun-from-an-esx-host</link>
		<comments>http://www.vfrank.org/2011/11/23/how-to-remove-a-lun-from-an-esx-host/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 08:08:02 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=543</guid>
		<description><![CDATA[I have been contacted several times in the last couple of week about the removal of LUNS from an ESX host. In every case the Storage Admin had masked the LUN away from the ESX hosts on the storage array. This is NOT the way to do it. It will result in a APD (all paths down) to the LUN. A side  [...]]]></description>
			<content:encoded><![CDATA[<p>I have been contacted several times in the last couple of week about the removal of LUNS from an ESX host. In every case the Storage Admin had masked the LUN away from the ESX hosts on the storage array. This is NOT the way to do it. It will result in a APD (all paths down) to the LUN. A side effect will be that hostd will be affected and start disconnecting in vCenter.</p>
<p><strong>ESX 4.x</strong></p>
<p>When removing a LUN from an ESX 4.x host you will need to use the &#8220;esxcli&#8221; commands. <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1015084" target="_blank">kb 1015084</a> </p>
<p><strong>ESX 5</strong></p>
<p>When removing from ESX 5 things have gotten a lot easier. Now you can do most from the vSphere Client. Check out the following <a href="http://kb.vmware.com/kb/2004605" target="_blank">kb 2004605</a> </p>
<p>The give away here is: Never just remove a LUN from the SAN that the ESX host has access to. Even though you have removed all virtual machines and nothing is running on it. Before doing anything on the storage array, you will need to detach the LUN from the ESX host.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2011/11/23/how-to-remove-a-lun-from-an-esx-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VCI Day at VMworld</title>
		<link>http://www.vfrank.org/2011/10/17/vci-day-at-vmworld/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vci-day-at-vmworld</link>
		<comments>http://www.vfrank.org/2011/10/17/vci-day-at-vmworld/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 13:46:16 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/2011/10/17/vci-day-at-vmworld/</guid>
		<description><![CDATA[
Eric sloof and me. This guy used to have a six disk iomega!   
]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://www.vfrank.org/wp-content/uploads/2011/10/wpid-IMG_20111017_154337.jpg" /></p>
<p>Eric sloof and me. This guy used to have a six disk iomega! <img src='http://www.vfrank.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2011/10/17/vci-day-at-vmworld/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Multiple Network Adaptors for vMotion</title>
		<link>http://www.vfrank.org/2011/09/16/using-multiple-network-adaptors-for-vmotion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-multiple-network-adaptors-for-vmotion</link>
		<comments>http://www.vfrank.org/2011/09/16/using-multiple-network-adaptors-for-vmotion/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 16:25:25 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[vMotion]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=521</guid>
		<description><![CDATA[One of the coolest new features in vSphere 5 is the ability to use multiple network adaptors for vMotion traffic. This will work on Standard vSwitches and Distributed Switches. It does not require any special license. If you have vMotion licensed you can use the feature.
Prior to vSphere 5 vMotion  [...]]]></description>
			<content:encoded><![CDATA[<p>One of the coolest new features in vSphere 5 is the ability to use multiple network adaptors for vMotion traffic. This will work on Standard vSwitches and Distributed Switches. It does not require any special license. If you have vMotion licensed you can use the feature.</p>
<p>Prior to vSphere 5 vMotion traffic would only use one physical network adaptor. It did not help to add multiple adaptors and change load balancing to IP Hash and bond the physical nisc in an etherchannel. That meant the only way to increase vMotion throughput was to upgrade from 1Gb to 10Gb Ethernet! Not a plausible solution for everyone.</p>
<p><strong>Configuration</strong></p>
<p>In order to use this new feature you need to configure multiple vmkernel adaptors for vMotion. Actually you will need to configure one for each physical adaptor connected to the vSwitch.</p>
<p>In my example I want to use two physical adapters for vMotion (vmnic1 and vmnic2). First I create a new vSwitch and create two vmkernel adaptors for vMotion. The vmkernel ip addresses are in the same subnet.</p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2011/09/screen1.jpg"><img class="alignnone size-medium wp-image-522" title="screen1" src="http://www.vfrank.org/wp-content/uploads/2011/09/screen1-300x123.jpg" alt="" width="300" height="123" /></a></p>
<p>After creating the two vmkernel interfaces on the vSwitch we need to set “vMotion1” <strong>active on vmnic1 </strong>and <strong>standby on vmnic2</strong>. We will then set the “vMotion2” interface <strong>active on vmnic2</strong> and <strong>standby on vmnic1.</strong></p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2011/09/screen2.jpg"><img class="alignnone size-medium wp-image-523" title="screen2" src="http://www.vfrank.org/wp-content/uploads/2011/09/screen2-300x250.jpg" alt="" width="300" height="250" /></a></p>
<p>Now you have 2Gb of throughput for your vMotion network. If you need more throughput just add more physical nics and create extra vmkernel interfaces.</p>
<p><strong>Verifying it is working</strong></p>
<p>To verify you have set it up correctly and you are using multiple nics for vMotion traffic do the following:</p>
<p>1. Select your ESXi host in the vCenter inventory.</p>
<p>2. Select the performance tab</p>
<p>3. Select advanced</p>
<p>4. Select &#8220;chart options&#8221;</p>
<p>5. Then create a graph with &#8220;network&#8221; realtime and choose the nics you are using for vMotion. Either choose &#8220;data transmit rate&#8221; or &#8220;data receive rate&#8221; &#8211; make the graph stacked.</p>
<p>6. Start a vMotion and check that every nic is loaded.</p>
<p>Here is a screenshot of my enviroment. Look at the end of the graph. A vMotion is saturating three 1Gb adaptors! <img src='http://www.vfrank.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2011/09/multinicvmotion.jpg"><img class="alignnone size-medium wp-image-530" title="multinicvmotion" src="http://www.vfrank.org/wp-content/uploads/2011/09/multinicvmotion-300x110.jpg" alt="" width="300" height="110" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2011/09/16/using-multiple-network-adaptors-for-vmotion/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VCP5 upgrade paths</title>
		<link>http://www.vfrank.org/2011/08/30/vcp5-upgrade-paths/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vcp5-upgrade-paths</link>
		<comments>http://www.vfrank.org/2011/08/30/vcp5-upgrade-paths/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 10:13:52 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=510</guid>
		<description><![CDATA[If you want to become a VCP5, the following is your options:
1. New to VMware (no courses, no certifications) &#8211; Attend the 5 day &#8220;Install Configure Manage&#8221; course. Then do the test
2. Already VCP3 &#8211; Take the 2 day &#8220;vSphere 5 Whats New&#8221; course. Then do the test
3. Already VCP4 &#8211; Go directly to the  [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to become a VCP5, the following is your options:</p>
<p>1. New to VMware (no courses, no certifications) &#8211; Attend the 5 day &#8220;Install Configure Manage&#8221; course. Then do the test</p>
<p>2. Already VCP3 &#8211; Take the 2 day &#8220;vSphere 5 Whats New&#8221; course. Then do the test</p>
<p>3. Already VCP4 &#8211; Go directly to the VCP5 test. No courses required. (until 29 Feb. 2012)</p>
<p><a href="http://www.vfrank.org/wp-content/uploads/2011/08/vcp_upgrade_path.jpg"><img class="alignnone size-medium wp-image-511" title="vcp_upgrade_path" src="http://www.vfrank.org/wp-content/uploads/2011/08/vcp_upgrade_path-300x129.jpg" alt="" width="300" height="129" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2011/08/30/vcp5-upgrade-paths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere Install, Configure, Manage 5 course</title>
		<link>http://www.vfrank.org/2011/08/26/vsphere-install-configure-manage-5-course/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vsphere-install-configure-manage-5-course</link>
		<comments>http://www.vfrank.org/2011/08/26/vsphere-install-configure-manage-5-course/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 11:26:58 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=507</guid>
		<description><![CDATA[After the GA of the vSphere 5 software it is time to start training on it. The highly popular Install, Configure, Manage course has been updated with the new content.
At Arrow ECS Denmark we are having the first course in Aarhus September 12 (still a few seats left) and in Copenhagen September 19  [...]]]></description>
			<content:encoded><![CDATA[<p>After the GA of the vSphere 5 software it is time to start training on it. The highly popular Install, Configure, Manage course has been updated with the new content.</p>
<p>At Arrow ECS Denmark we are having the first course in <strong>Aarhus September 12 (still a few seats left) </strong>and in <strong>Copenhagen September 19 (few seats left)</strong></p>
<p>If you want to be among the first participants on the course. Write an e-mail to <strong>training@arrowecs.dk</strong></p>
<p>I will personally be the instructor on both courses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2011/08/26/vsphere-install-configure-manage-5-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere 5 is ready for download</title>
		<link>http://www.vfrank.org/2011/08/25/vsphere-5-is-ready-for-download/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vsphere-5-is-ready-for-download</link>
		<comments>http://www.vfrank.org/2011/08/25/vsphere-5-is-ready-for-download/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 06:42:07 +0000</pubDate>
		<dc:creator>FrankBrix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vfrank.org/?p=505</guid>
		<description><![CDATA[Ok guys, just a short post. vSphere 5 is ready for download! Get it here. Who will be the first to update their production enviroment to this new version?  
]]></description>
			<content:encoded><![CDATA[<p>Ok guys, just a short post. vSphere 5 is ready for download! Get it <a href="http://www.vmware.com/downloads" target="_blank">here</a>. Who will be the first to update their production enviroment to this new version? <img src='http://www.vfrank.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vfrank.org/2011/08/25/vsphere-5-is-ready-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

