<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The VMguy &#187; vSphere</title>
	<atom:link href="http://vmguy.com/wordpress/index.php/archives/tag/vsphere/feed" rel="self" type="application/rss+xml" />
	<link>http://vmguy.com/wordpress</link>
	<description>Virtualization for the little guy</description>
	<lastBuildDate>Tue, 20 Jul 2010 16:37:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>vSphere and MSCS</title>
		<link>http://vmguy.com/wordpress/index.php/archives/1019</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/1019#comments</comments>
		<pubDate>Tue, 18 Aug 2009 10:02:23 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[MSCS]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=1019</guid>
		<description><![CDATA[Many of my users out there run Microsoft Cluster Services on ESX.  A great questions was asked of me today: have the rules changed with running MSCS on vSphere?  The answer is: a little. There are 3 scenarios of MSCS clusters and ESX: Cluster-in-a-box (both MSCS nodes are on the same physical host &#8211; great [...]]]></description>
			<content:encoded><![CDATA[<p>Many of my users out there run Microsoft Cluster Services on ESX.  A great questions was asked of me today: have the rules changed with running MSCS on vSphere?  The answer is: a little.</p>
<p>There are 3 scenarios of MSCS clusters and ESX: <strong>Cluster-in-a-box</strong> (both MSCS nodes are on the same physical host &#8211; great for testing), <strong>cross-host</strong> (where each of the MSCS node VMs resides on different ESX hosts), and <strong>physical-virtual</strong> (where one MSCS node is physical, one is virtual).  The requirements for MSCS can change, even in the minor updates, so check the documentation often.  Here&#8217;s my compiled list of requirements/tips for MSCS on ESX 4.0:</p>
<ul>
<li>You are still limited to two-node clusters with MSCS on ESX 4.</li>
<li>From a storage perspective, you can use local storage (for cluster-in-a-box) or Fiber Channel (for cross-host or physical-virtual clusters).  There is still no support for NFS or iSCSI (I personally think this is because FC and local storage have more predictable performance &#8211; although iSCSI is improving on this).</li>
<li>If you are doing cross-host, both hosts must be running the same version of ESX (this just makes sense really).</li>
<li>The MSCS node VMs cannot move as part of HA or DRS.  (HA is being a little redundant for MSCS, DRS is because MSCS is so hyper-sensitive to network connectivity that even a ping loss could failover the MSCS cluster).</li>
<li>You cannot use MSCS with Fault Tolerance  (i.e. FT VM&#8217;s can reside on the same physical ESX hosts, but MSCS node VMs cannot run as FT pairs)</li>
<li>You cannot vMotion MSCS node VM&#8217;s.  (Same reason as DRS).</li>
<li>You cannot use N-Port ID Virtualization (NPIV)</li>
<li>If you are using FC and using the native multipathing in ESX, you cannot use round robin as a path policy.</li>
<li>You must use VM hardware version 7 with ESX/ESXi 4.0 (if you migrated the VMs from ESX 3.5 or before, make sure to upgrade your VM hardware version)</li>
<li>Failover clustering with Windows Server 2008 is not supported with virtual compatibility mode RDM&#8217;s, for Win2008 use physical compatibility mode RDMs.</li>
<li>You cannot use thin-provisioned disks for the Windows OS vmdk&#8217;s, they have to be thick.</li>
<li>For Win2000 and Win2003 use LSI Logic Parallel as the controller type for the shared storage.  For Win2008 use LSI Logic SAS.</li>
<li>For physical-virtual MSCS clusters, use RDMs in physical compatibility mode (this just makes sense if you think about it)</li>
<li>You cannot run storage multipathing software in the VMs or on ESX (i.e. no PowerPath VE).</li>
<li>You cannot over-commit memory for the MSCS node VMs, set the Memory Reservation option for each of the nodes to the amount of memory assigned to the virtual machine.</li>
<li>Set the disk I/O timeout to 60 sec. or more (HKLM\System\CurrentControlSet\Services\Disk\TimeOutValue) in the registry.</li>
</ul>
<p>You can find all the details and steps walking you thru the setup of MSCS on ESX in <a href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_mscs.pdf" target="_blank">this article</a> .  If you&#8217;re not on vSphere yet but you want to run MSCS nodes as VMs, you can find the proper docs for your version of ESX in a freshly updated <a href="http://kb.vmware.com/kb/1004617" target="_blank">KB article</a> located <a href="http://kb.vmware.com/kb/1004617" target="_blank">here</a> .</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F1019';
  addthis_title  = 'vSphere+and+MSCS';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/1019/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How does Fault Tolerance prevent a split brain scenario?</title>
		<link>http://vmguy.com/wordpress/index.php/archives/844</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/844#comments</comments>
		<pubDate>Fri, 22 May 2009 11:00:49 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Fault Tolerance]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=844</guid>
		<description><![CDATA[I&#8217;m training all of my partner engineers this week and they always ask the toughest technical questions.  Thanks to Scott Phillips for asking me this one: What does Fault Tolerance do to prevent a split brain if both Primary and Secondary VMs become isolated? Fault Tolerance (FT) uses an on-disk generation number file.  When FT [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m training all of my partner engineers this week and they always ask the toughest technical questions.  Thanks to Scott Phillips for asking me this one:</p>
<p>What does Fault Tolerance do to prevent a split brain if both Primary and Secondary VMs become isolated?</p>
<p>Fault Tolerance (FT) uses an on-disk generation number file.  When FT is enabled the primary VM creates a file on shared storage called generation.N where N is a counter number.  The secondary VM is started and when it connects to the primary, the primary tells the secondary what the generation number is.  Once the Primary or secondary detects that there is a failure in the other half of the VM pair, it will try to rename the generation.N file to generation.N+1.  If the rename succeeds, the VM takes over as being the Primary (or remains the primary if it already was) and takes corrective action to rebuild a secondary and become protected again.  If the rename of the generation.N file fails, that means that the other VM in the pair already renamed the file and took over and the current VM shuts down.</p>
<p>There you have it, the disk subsystem prevents both VM&#8217;s from becoming the primary at the same time and creating a split brain.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F844';
  addthis_title  = 'How+does+Fault+Tolerance+prevent+a+split+brain+scenario%3F';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/844/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Release: vSphere is here!</title>
		<link>http://vmguy.com/wordpress/index.php/archives/839</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/839#comments</comments>
		<pubDate>Thu, 21 May 2009 10:14:30 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[VMware News]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=839</guid>
		<description><![CDATA[ESX 4.0 build: 164009 vCenter 4.0 build: 162902 The wait is over!  vSphere is out and available!  Go get it here ! addthis_url = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F839'; addthis_title = 'Release%3A+vSphere+is+here%21'; addthis_pub = 'thevmguy';]]></description>
			<content:encoded><![CDATA[<p>ESX 4.0 build: 164009</p>
<p>vCenter 4.0 build: 162902</p>
<p>The wait is over!  vSphere is out and available!  <a href="http://www.vmware.com/download/vsphere" target="_blank">Go get it here</a> !</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F839';
  addthis_title  = 'Release%3A+vSphere+is+here%21';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/839/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere Performance Enhancements White Paper</title>
		<link>http://vmguy.com/wordpress/index.php/archives/817</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/817#comments</comments>
		<pubDate>Wed, 06 May 2009 11:00:23 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Enhanced VMotion Compatibility]]></category>
		<category><![CDATA[EPT]]></category>
		<category><![CDATA[Extended Page Table]]></category>
		<category><![CDATA[Rapid Virtualization Indexing]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=817</guid>
		<description><![CDATA[Sorry, missed this one from a week ago.  VMware released a technical white paper on all of the performance enhancements in vSphere 4.0.  Things like 8-way SMP VMs or 64 NFS mounts per cluster as well as many more.  Some good reading if you like the technology and to see what has been enhanced and [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry, missed this one from a week ago.  VMware released a technical white paper on all of the performance enhancements in vSphere 4.0.  Things like 8-way SMP VMs or 64 NFS mounts per cluster as well as many more.  Some good reading if you like the technology and to see what has been enhanced and added.</p>
<p>You can read all of the details in the white paper<a href="http://www.vmware.com/files/pdf/vsphere_performance_wp.pdf" target="_blank"> here</a> .</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F817';
  addthis_title  = 'vSphere+Performance+Enhancements+White+Paper';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/817/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vCenter Server Linked Mode</title>
		<link>http://vmguy.com/wordpress/index.php/archives/803</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/803#comments</comments>
		<pubDate>Mon, 04 May 2009 11:00:57 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=803</guid>
		<description><![CDATA[When I have been talking to customers about all of the upcoming benefits of vSphere, Linked Mode sticks out in my mind.  Linked mode allows for multiple vCenter servers to share information between them.  This could be very helpful in managing multiple vCenter servers at different locations or branch offices.  It could also be helpful [...]]]></description>
			<content:encoded><![CDATA[<p>When I have been talking to customers about all of the upcoming benefits of vSphere, Linked Mode sticks out in my mind.  Linked mode allows for multiple vCenter servers to share information between them.  This could be very helpful in managing multiple vCenter servers at different locations or branch offices.  It could also be helpful in setting up a vCenter server in a DR site to be managed with a single vSphere client.</p>
<p>vCenter 4.0 (vCenter is now 4.0 to be on par with ESX) includes linked mode in the <a href="http://www.vmware.com/products/vi/vc/buy.html" target="_blank">standard edition</a> of vCenter.  Those users who have current support on vCenter standard edition will receive linked mode as part of their included subscription.  Linked mode is not included in the <a href="http://www.vmware.com/products/vi/vc/buy.html" target="_blank">foundation edition</a> of vCenter or in the <a href="http://www.vmware.com/products/vsphere/buy/editions_comparison.html" target="_blank">vSphere essentials editions</a> .  Linked mode uses a ADAM (Active Directory Application Mode) database to replicate it&#8217;s configuration between multiple vCenter servers.  Some of the things stored in the ADAM database include:<span id="more-803"></span></p>
<ul>
<li>Connection information (IP addresses and ports)</li>
<li>Certificates and thumbprints</li>
<li>License Information</li>
<li>User Roles</li>
</ul>
<p>When vCenter servers are &quot;linked,&quot; connecting to any one will allow an administrator to see and manage any of the vCenters in the link group thru one vSphere Client assuming they have rights to do so (as seen below).<br />
<img src="http://vmguy.com/wordpress/wp-content/uploads/2009/05/linked_mode.jpg" alt="Linked Mode" /></p>
<p>Permissions can be configured so that an admin may only have rights to certain vCenter servers in the link group and not others.  The scalability has also been increased dramatically.  A single vCenter instance can manage 300 ESX hosts and 3000 VMs.  A linked mode group can manage 1000 ESX hosts and 10,000 VM&#8217;s (now you know why a search field was added to the client.)</p>
<p>You can read about linked mode and all of the new features in vCenter <a href="http://www.vmware.com/products/vi/vc/features.html" target="_blank">here</a> .</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F803';
  addthis_title  = 'vCenter+Server+Linked+Mode';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/803/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>License keys: Everything is about to get a whole lot better!</title>
		<link>http://vmguy.com/wordpress/index.php/archives/772</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/772#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:16:34 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=772</guid>
		<description><![CDATA[I have to tell you what a crazy week it has been.  In the first 48 hours since the vSphere announcements I have presented vSphere 5 times!  (1 customer, 2 partners, 2 events)  The conversation and interest is awesome.  I&#8217;m constantly taking a poll on what pieces of functionality gain the most approval or applause [...]]]></description>
			<content:encoded><![CDATA[<p>I have to tell you what a crazy week it has been.  In the first 48 hours since the vSphere announcements I have presented vSphere 5 times!  (1 customer, 2 partners, 2 events)  The conversation and interest is awesome.  I&#8217;m constantly taking a poll on what pieces of functionality gain the most approval or applause from the room.  This is the winner so far:  In vSphere 4.0, VMware has changed their licensing method for activation.  In previous generations (3.5 and before) you had to do the following steps (get some Advil, some of you may have flashbacks from this):</p>
<ol>
<li>Receive activation code in email</li>
<li>Go to license portal</li>
<li>Generate a new license file</li>
<li>Choose server or host based file</li>
<li>Select license quantities to activate</li>
<li>Download or email license file</li>
<li>Install license server if needed</li>
<li>Upload license file to license server</li>
<li>Re-read license file to server</li>
<li>Configure licensing in VC/ESX UI</li>
<li>Product activated.</li>
</ol>
<p>The great news is that this has been drastically simplified in vSphere 4.0.  Licenses are now delivered as 25-character keys.  The procedure now looks like this:</p>
<ol>
<li>Receive license keys in email</li>
<li>Enter license key into vSphere Client GUI</li>
<li>Assign licenses to ESX hosts</li>
<li>Product activated.</li>
</ol>
<p>Here&#8217;s a shot of what the new licensing config looks like in the new vSphere client:</p>
<p><img src="http://vmguy.com/wordpress/wp-content/uploads/2009/04/licensing.jpg" alt="Licensing" /></p>
<p>This definitely got the biggest &quot;Thank You&quot; from the audience.  The license server will still be available in vSphere 4.0 so that you have backward compatibility.  For instance, if you wanted to run some ESX 3.5 and some 4.0 together.  vCenter 4.0 will be required to manage both versions of ESX together (vCenter 2.5 cannot manage ESX 4.0 hosts however vCenter 4.0 is backward compatible).</p>
<p>Not a ground-breaking feature by any means, but one solving some pain that customers have felt for a long time.  Enjoy, reports about more of the new features coming soon.  Next up: vCenter Linked Mode</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F772';
  addthis_title  = 'License+keys%3A+Everything+is+about+to+get+a+whole+lot+better%21';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/772/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Day 3 Keynotes from Partner Exchange</title>
		<link>http://vmguy.com/wordpress/index.php/archives/746</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/746#comments</comments>
		<pubDate>Thu, 16 Apr 2009 16:21:27 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Partner Related]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=746</guid>
		<description><![CDATA[We&#8217;ll I woke up at 5:30am this morning and could not sleep so I grabbed breakfast early and got a front row seat for today&#8217;s keynotes.  The keynotes today started with Dr. Stephen Herrod (pictured below), SVP of R&#38;D and CTO, VMware. Stephen talked about the main focus of VMware.  That is, to enable customers [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ll I woke up at 5:30am this morning and could not sleep so I grabbed breakfast early and got a front row seat for today&#8217;s keynotes.  The keynotes today started with Dr. Stephen Herrod (pictured below), SVP of R&amp;D and CTO, VMware.<br />
<img src="http://vmguy.com/wordpress/wp-content/uploads/2009/04/stephen.jpg" alt="Dr. Stephen Herrod" /> <span id="more-746"></span></p>
<p>Stephen talked about the main focus of VMware.  That is, to enable customers to deliver IT as a service, at the same time remembering 3 key factors:  <strong>Efficency, Control, and Choice</strong> .  He went on to discuss vSphere.  He gave some awesome statistics on vSphere, particularly: <span style="text-decoration: underline;">over 3 million Engineering hours have gone into vSphere</span> .  For the <strong>Efficiency</strong> section, he discussed the scalability and performance.  He talked about power savings and <a href="http://www.vmware.com/technology/virtual-datacenter-os/infrastructure.html" target="_blank">storage savings</a> .  For <strong>Control</strong> , he talked about <a href="http://www.vmware.com/products/vcenter-configcontrol/" target="_blank">Config-Control</a> and how to maintain consistency in host configuration.    He then discussed <a href="http://www.vmware.com/products/vnetwork-distributed-switch/" target="_blank">distributed switches</a> and how they add control to the networking layer.  <a href="http://www.vmware.com/technology/virtual-datacenter-os/application.html" target="_blank">vApp</a> and how it will let admins control their apps better as a single unit.  He then went on to demo a very polished <a href="http://www.vmware.com/products/fault-tolerance/" target="_blank">Fault Tolerant</a> configuration.  This was received very well and with a resounding applause from the crowd.  He talked about <a href="http://www.vmware.com/products/vshield-zones/" target="_blank">vShield Zones</a> and how they protect applications from talking to the infrastructure that they shouldn&#8217;t for customers without advanced firewall experience.  Lastly, <strong>Choice</strong> .  The goal is to allow any server, any storage, any OS, and any app to run local in the private cloud or a cloud in a different location, public or private.  He showed a list of the supported OSes for vSphere compared to those of Hyper-V and it was not even close.  I guess it is an advantage to not have an OS business.</p>
<p>After the functionality section Stephen introduced Bogomil Balansky (below), VP of Product Marketing, VMware.<br />
<img src="http://vmguy.com/wordpress/wp-content/uploads/2009/04/bogomil.jpg" alt="Bogomil Balansky" /></p>
<p>Bogomil introduced the Partners to the licensing and packaging of vSphere.  I apologize, due to legal restrictions I cannot list those here.  Hopefully we will find out more information from the <a href="http://www.vmware.com/go/nextgen/" target="_blank">announcement coming April 21st</a> .</p>
<p>Stephen returned to the stage and discussed the API and plug in capability of vSphere which was a great segway to the next presenters: Adam Famularo (below on left) SVP and GM, Recovery Management and Data Modeling Business Unit, CA, and the second presenter was Roger Pilc (below, seated), Corporate SVP and GM, CA.<br />
<img src="http://vmguy.com/wordpress/wp-content/uploads/2009/04/img_3322_sm.jpg" alt="Adam and Roger" /></p>
<p>Adam showed a great video on the University of Texas, Brownsville, and how they used <a href="http://www.ca.com/us/business-continuity.aspx" target="_blank">CA XOsoft</a> to recover their MS Exchange environment on VMware at their disaster recovery site during Katrina.  He went on to discuss CA&#8217;s organization and how they are all aligned.  He discussed many of the channel programs that are available (this is a Partner conference after all).  He talked about upcoming Arcserve and XOsoft releases.  I apologize, I don&#8217;t know what is public or not from the information that was presented so I&#8217;m going to leave the details out on that one.  Roger took the lead at this point.  He discussed the cloud and how it is transforming business.  That management is one of the key pieces needed to take it to the next level.  He closed with an explanation of the VMware &#8211; CA relationship and how that joint effort can truly improve overall service quality from the cloud.</p>
<p>Now onto my labs today, I&#8217;ll check back in soon.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F746';
  addthis_title  = 'Day+3+Keynotes+from+Partner+Exchange';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/746/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
