<?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>My Geek Finds &#187; vmware</title>
	<atom:link href="http://www.mygeekfinds.com/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekfinds.com</link>
	<description>Tech notes, Virtualization, Networking</description>
	<lastBuildDate>Tue, 23 Feb 2010 13:43:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMware Cookbook</title>
		<link>http://www.mygeekfinds.com/2009/11/vmware-cookbook/</link>
		<comments>http://www.mygeekfinds.com/2009/11/vmware-cookbook/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 16:45:59 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=307</guid>
		<description><![CDATA[I just picked this up today &#8211; VMware Cookbook &#8211; A Real-World Guide to Effective VMware Use
Most of the book was written while vSphere was still in beta so the book covers ESX/ESXi 3.5 and Virtual Center 2.5.
I have only thumbed through it so far but it looks like there is a lot of good [...]]]></description>
			<content:encoded><![CDATA[<p>I just picked this up today &#8211; <a href="http://www.amazon.com/gp/product/0596157258?ie=UTF8&#038;tag=vabikernet&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0596157258">VMware Cookbook &#8211; A Real-World Guide to Effective VMware Use</a></p>
<p>Most of the book was written while vSphere was still in beta so the book covers ESX/ESXi 3.5 and Virtual Center 2.5.</p>
<p>I have only thumbed through it so far but it looks like there is a lot of good information.  There are some pretty good tables with the configuration differences between 3.5 and 4 in Chapter 1.  The command line reference in Chapter 5 should be useful to both versions, as well as the Security stuff in Chapter 6.</p>
<p>Looking forward to reading the book cover to cover.  </p>
<p><a href="http://www.amazon.com/gp/product/0596157258?ie=UTF8&#038;tag=vabikernet&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0596157258"><img src="http://www.mygeekfinds.com/wp-content/uploads/2009/11/vmwarecookbook.jpg" alt="vmwarecookbook" title="vmwarecookbook" width="122" height="160" class="alignnone size-full wp-image-309" /></a><img src="http://www.assoc-amazon.com/e/ir?t=vabikernet&#038;l=as2&#038;o=1&#038;a=0596157258" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/11/vmware-cookbook/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Enable Web Access on vSphere ESX 4</title>
		<link>http://www.mygeekfinds.com/2009/06/enable-web-access-on-vsphere-esx-4/</link>
		<comments>http://www.mygeekfinds.com/2009/06/enable-web-access-on-vsphere-esx-4/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 14:23:01 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[chkconfig]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware-webAccess]]></category>
		<category><![CDATA[web access]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=247</guid>
		<description><![CDATA[Not sure why this is but Web Access to ESX 4 is disabled by default.
To enable it ssh to the service console and log in as root.

[root@vmware]# chkconfig &#8211;level 345 vmware-webAccess on

Verify it has been enabled for run level 3, 4, and 5

[root@vmware]# chkconfig &#8211;list vmware-webAccess
vmware-webAccess        0:off  [...]]]></description>
			<content:encoded><![CDATA[<p>Not sure why this is but Web Access to ESX 4 is disabled by default.</p>
<p>To enable it ssh to the service console and log in as root.</p>
<blockquote><p>
[root@vmware]# chkconfig &#8211;level 345 vmware-webAccess on
</p></blockquote>
<p>Verify it has been enabled for run level 3, 4, and 5</p>
<blockquote><p>
[root@vmware]# chkconfig &#8211;list vmware-webAccess<br />
vmware-webAccess        0:off   1:off   2:off   3:on    4:on    5:on    6:off
</p></blockquote>
<p>Start the service</p>
<blockquote><p>
[root@vmware]# service vmware-webAccess start<br />
Starting VMware Virtual Infrastructure Web Access:<br />
   VMware Virtual Infrastructure Web Access                [  OK  ]
</p></blockquote>
<p>You can now log in a root at https://vmwareESXhostname/ui/</p>
<p>Does anyone know why VMware disabled this by default?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/06/enable-web-access-on-vsphere-esx-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vSphere Evaluators Guide</title>
		<link>http://www.mygeekfinds.com/2009/05/vmware-vsphere-evaluators-guide/</link>
		<comments>http://www.mygeekfinds.com/2009/05/vmware-vsphere-evaluators-guide/#comments</comments>
		<pubDate>Wed, 27 May 2009 18:00:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=234</guid>
		<description><![CDATA[VMware vSphere Evaluators Guide
Awesome resource for anyone looking into deploying or upgrading to vSphere 4.0
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vmware.com/files/pdf/vsphere-evaluators-guide.pdf">VMware vSphere Evaluators Guide</a></p>
<p>Awesome resource for anyone looking into deploying or upgrading to vSphere 4.0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/05/vmware-vsphere-evaluators-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere Upgrades &#8211; vCenter and ESXi</title>
		<link>http://www.mygeekfinds.com/2009/05/vsphere-upgrades-vcenter-and-esxi/</link>
		<comments>http://www.mygeekfinds.com/2009/05/vsphere-upgrades-vcenter-and-esxi/#comments</comments>
		<pubDate>Wed, 27 May 2009 17:57:04 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=232</guid>
		<description><![CDATA[We upgraded our vCenter server on Tuesday AM and all is well so far.  Our production ESX servers are still on 3.5 Update 4 and vCenter is managing them fine.  We have tested the storage vmotion and converting vmdks from thick to thin &#8211; so far so good.  The management interface is [...]]]></description>
			<content:encoded><![CDATA[<p>We upgraded our vCenter server on Tuesday AM and all is well so far.  Our production ESX servers are still on 3.5 Update 4 and vCenter is managing them fine.  We have tested the storage vmotion and converting vmdks from thick to thin &#8211; so far so good.  The management interface is a little different but I like it.  The new inventory views of Networking and Datastores are very handy.  </p>
<p>We upgraded our test ESXi server this AM to ESXi 4.0 using the vSphere Host Update Utility.  The upgrade went very well.  The only real problem we ran into was with an older NIC that was not supported.  No problems other than that.</p>
<p>Our test ESX server is a HP DL380 G4 with 2 3.6GHz Xeon CPUs (Single Core) and 4 GB RAM.  This is managed as a stand alone server, it is not managed by vCenter.</p>
<p>If all goes well we will probably upgrade production ESX host this Sunday night.</p>
<p>Hope to have at least an overview of what I did at EMC World posted in the next day or so, just too busy right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/05/vsphere-upgrades-vcenter-and-esxi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VMware Resolution Paths</title>
		<link>http://www.mygeekfinds.com/2009/05/vmware-resolution-paths/</link>
		<comments>http://www.mygeekfinds.com/2009/05/vmware-resolution-paths/#comments</comments>
		<pubDate>Wed, 06 May 2009 19:05:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[My Notes]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=219</guid>
		<description><![CDATA[These are very handy when trying to troubleshoot VM/vCenter/ESX issues.  Just identify the path for the issue and read the KBs.
http://blogs.vmware.com/kb/2009/05/resolution-paths-published.html
&#8211;
Many common tech support issues in VMware products can be solved using what we call Resolution Paths. Resolution Paths are collections of modular steps that can be used to solve tech support issues.
These can [...]]]></description>
			<content:encoded><![CDATA[<p>These are very handy when trying to troubleshoot VM/vCenter/ESX issues.  Just identify the path for the issue and read the KBs.</p>
<p><a href="http://blogs.vmware.com/kb/2009/05/resolution-paths-published.html">http://blogs.vmware.com/kb/2009/05/resolution-paths-published.html</a><br />
&#8211;<br />
<em>Many common tech support issues in VMware products can be solved using what we call Resolution Paths. Resolution Paths are collections of modular steps that can be used to solve tech support issues.</p>
<p>These can be very handy and can save you having to make that call into Tech Support. Click the links below.  There&#8217;s one for each potential problem area.</em><br />
<a href="http://blogs.vmware.com/kb/2009/05/resolution-paths-published.html">http://blogs.vmware.com/kb/2009/05/resolution-paths-published.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/05/vmware-resolution-paths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualizing Cisco Unity on ESX</title>
		<link>http://www.mygeekfinds.com/2009/04/virtualizing-cisco-unity-on-esx/</link>
		<comments>http://www.mygeekfinds.com/2009/04/virtualizing-cisco-unity-on-esx/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:43:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[My Notes]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[call manager]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[uccx]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=215</guid>
		<description><![CDATA[Just doing a little reading on the possibilities of running Cisco Call Manager (Unified Communications), Unity, and CRS (UCCX) in a virtual environment.
Cisco actually supports running Unity as a virtual machine guest in ESX.  The Desgin Guide is here http://www.cisco.com/en/US/docs/voice_ip_comm/unity/virtualization_design/guide/cuvirtualdg010.html
Cisco does not support Vmotion, HA, or iSCSI attached storage for a virtualized Unity box. [...]]]></description>
			<content:encoded><![CDATA[<p>Just doing a little reading on the possibilities of running Cisco Call Manager (Unified Communications), Unity, and CRS (UCCX) in a virtual environment.</p>
<p>Cisco actually supports running Unity as a virtual machine guest in ESX.  The Desgin Guide is here <a href="http://www.cisco.com/en/US/docs/voice_ip_comm/unity/virtualization_design/guide/cuvirtualdg010.html">http://www.cisco.com/en/US/docs/voice_ip_comm/unity/virtualization_design/guide/cuvirtualdg010.html</a></p>
<p>Cisco does not support Vmotion, HA, or iSCSI attached storage for a virtualized Unity box.  They also do not support a physical to virtual conversion of a Unity server.  Hopefully Cisco will support Vmotion and HA at some point.</p>
<p>I also found some interesting information on running an older Call Manager version (4.x) as a VM &#8211; <a href="http://www.blindhog.net/cisco-install-call-manager-4x-with-vmware/">http://www.blindhog.net/cisco-install-call-manager-4x-with-vmware/</a></p>
<p>Here is some info I found on UCCX &#8211; <a href="http://tannerezell.com/cisco/?p=85">http://tannerezell.com/cisco/?p=85</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/04/virtualizing-cisco-unity-on-esx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware Launches vSphere 4</title>
		<link>http://www.mygeekfinds.com/2009/04/vmware-launches-vsphere-4/</link>
		<comments>http://www.mygeekfinds.com/2009/04/vmware-launches-vsphere-4/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 14:30:06 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=199</guid>
		<description><![CDATA[Introducing VMware vSphere 4 &#8211; The Industry&#8217;s First Cloud Operating System http://blogs.vmware.com/vmtn/2009/04/introducing-vmware-vsphere-4-the-industrys-first-cloud-operating-system.html
VMware vSphere 4 Launch Supported by Broad Virtualization Ecosystem  http://vmblog.com/archive/2009/04/21/vmware-vsphere-4-launch-supported-by-broad-virtualization-ecosystem.aspx
VMware vSphere 4 Provides &#8220;Always On IT&#8221; for SMB and Branch Office IT Environments With Low Cost, High Availability Solutions http://vmblog.com/archive/2009/04/21/vmware-vsphere-4-provides-always-on-it-for-smb-and-branch-office-it-environments-with-low-cost-high-availability-solutions.aspx
A random collection of what’s new vSphere eye candy http://www.boche.net/blog/index.php/2009/04/20/a-random-collection-of-whats-new-vsphere-eye-candy/
VMware Launches vSphere &#8211; http://www.mikedipetrillo.com/mikedvirtualization/2009/04/vmware-launches-vsphere.html
Yellow-bricks.com [...]]]></description>
			<content:encoded><![CDATA[<p>Introducing VMware vSphere 4 &#8211; The Industry&#8217;s First Cloud Operating System <a href="http://blogs.vmware.com/vmtn/2009/04/introducing-vmware-vsphere-4-the-industrys-first-cloud-operating-system.html">http://blogs.vmware.com/vmtn/2009/04/introducing-vmware-vsphere-4-the-industrys-first-cloud-operating-system.html</a></p>
<p>VMware vSphere 4 Launch Supported by Broad Virtualization Ecosystem  <a href="http://vmblog.com/archive/2009/04/21/vmware-vsphere-4-launch-supported-by-broad-virtualization-ecosystem.aspx">http://vmblog.com/archive/2009/04/21/vmware-vsphere-4-launch-supported-by-broad-virtualization-ecosystem.aspx</a></p>
<p>VMware vSphere 4 Provides &#8220;Always On IT&#8221; for SMB and Branch Office IT Environments With Low Cost, High Availability Solutions <a href="http://vmblog.com/archive/2009/04/21/vmware-vsphere-4-provides-always-on-it-for-smb-and-branch-office-it-environments-with-low-cost-high-availability-solutions.aspx">http://vmblog.com/archive/2009/04/21/vmware-vsphere-4-provides-always-on-it-for-smb-and-branch-office-it-environments-with-low-cost-high-availability-solutions.aspx</a></p>
<p>A random collection of what’s new vSphere eye candy <a href="http://www.boche.net/blog/index.php/2009/04/20/a-random-collection-of-whats-new-vsphere-eye-candy/">http://www.boche.net/blog/index.php/2009/04/20/a-random-collection-of-whats-new-vsphere-eye-candy/</a></p>
<p>VMware Launches vSphere &#8211; <a href="http://www.mikedipetrillo.com/mikedvirtualization/2009/04/vmware-launches-vsphere.html">http://www.mikedipetrillo.com/mikedvirtualization/2009/04/vmware-launches-vsphere.html</a></p>
<p>Yellow-bricks.com has put together a great list of vSphere links: <a href="http://www.yellow-bricks.com/2009/04/21/vsphere-linkage/">http://www.yellow-bricks.com/2009/04/21/vsphere-linkage/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/04/vmware-launches-vsphere-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Few VMware/ESX/ESXi Tips, Tricks, and How to&#8217;s</title>
		<link>http://www.mygeekfinds.com/2009/04/a-few-vmwareesxesxi-tips-tricks-and-how-tos/</link>
		<comments>http://www.mygeekfinds.com/2009/04/a-few-vmwareesxesxi-tips-tricks-and-how-tos/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 13:53:21 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[My Notes]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=181</guid>
		<description><![CDATA[Just a few quick useful VMware/ESX tips.
Installing VMware tools on an Ubuntu guest
ESX Server, NIC Teaming, and VLAN trunking
Speed up your Windows 2003 Server guests &#8211; Disable File Last Access Check
Hidden network adapters when importing to VMWare
Installing Windows XP on ESX with LSI Logic Driver
Moving hosts from one vCenter server to another.
Enable SSH on ESXi
Hope [...]]]></description>
			<content:encoded><![CDATA[<p>Just a few quick useful VMware/ESX tips.</p>
<p><a href="http://ubuntu-tutorials.com/2007/10/02/how-to-install-vmware-tools-on-ubuntu-guests/trackback/">Installing VMware tools on an Ubuntu guest</a></p>
<p><a href="http://blog.scottlowe.org/2006/12/04/esx-server-nic-teaming-and-vlan-trunking/trackback/">ESX Server, NIC Teaming, and VLAN trunking</a></p>
<p><a href="http://www.vmwareinfo.com/2008/07/speed-up-your-windows-2003-servers.html">Speed up your Windows 2003 Server guests &#8211; Disable File Last Access Check</a></p>
<p><a href="http://mariuszgal.com/blog/wp-trackback.php?p=14">Hidden network adapters when importing to VMWare</a></p>
<p><a href="http://virtrix.blogspot.com/2007/09/vmware-installing-windows-xp-on-esx.html">Installing Windows XP on ESX with LSI Logic Driver</a></p>
<p><a href="http://www.yellow-bricks.com/2009/04/17/the-basics-moving-hosts-from-one-vcenter-server-to-the-other/trackback/">Moving hosts from one vCenter server to another.</a></p>
<p><a href="http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/trackback/">Enable SSH on ESXi</a></p>
<p>Hope you find them as useful as I have. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/04/a-few-vmwareesxesxi-tips-tricks-and-how-tos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free VMware Visio Stencils from Veeam</title>
		<link>http://www.mygeekfinds.com/2009/04/free-vmware-visio-stencils-from-veeam/</link>
		<comments>http://www.mygeekfinds.com/2009/04/free-vmware-visio-stencils-from-veeam/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 11:04:54 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[My Notes]]></category>
		<category><![CDATA[stencils]]></category>
		<category><![CDATA[veeam]]></category>
		<category><![CDATA[visio]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=157</guid>
		<description><![CDATA[Check out these great Visio stencils available for free from Veeam. Perfect for designing or documenting your virtual infrastructure.

Veeam Stencils is a free collection of VMware Visio stencils that can be used by ESX administrators, system integrators and datacenter managers to create their own diagrams in Microsoft Visio 2003 or higher.
Download them here http://www.veeam.com/vmware-esx-stencils.html
]]></description>
			<content:encoded><![CDATA[<p>Check out these great <a href="http://www.veeam.com/vmware-esx-stencils.html">Visio stencils available for free from Veeam</a>. Perfect for designing or documenting your virtual infrastructure.</p>
<p><a href="http://www.mygeekfinds.com/wp-content/uploads/2009/04/visio.jpg"><img src="http://www.mygeekfinds.com/wp-content/uploads/2009/04/visio-300x262.jpg" alt="visio" title="visio" width="300" height="262" class="alignnone size-medium wp-image-158" /></a><br />
<em>Veeam Stencils is a free collection of VMware Visio stencils that can be used by ESX administrators, system integrators and datacenter managers to create their own diagrams in Microsoft Visio 2003 or higher.</em></p>
<p>Download them here <a href="http://www.veeam.com/vmware-esx-stencils.html">http://www.veeam.com/vmware-esx-stencils.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/04/free-vmware-visio-stencils-from-veeam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VM Reference VI3 Quick Reference Card</title>
		<link>http://www.mygeekfinds.com/2009/04/vm-reference-vi3-quick-reference-card/</link>
		<comments>http://www.mygeekfinds.com/2009/04/vm-reference-vi3-quick-reference-card/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 12:20:20 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[quick reference]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=116</guid>
		<description><![CDATA[From installing ESX to VM guest backup the VI3 Reference Card is a great quick reference guide for any administrator working with VMware&#8217;s Virtual Infrastructure 3.
How do you grow a VM disk?  What tcp ports are need by ESX?  How do you change the service consoles IP? How many hosts can you have [...]]]></description>
			<content:encoded><![CDATA[<p>From installing ESX to VM guest backup the <a href="http://www.vmreference.com/vi3-card/">VI3 Reference Card</a> is a great quick reference guide for any administrator working with VMware&#8217;s Virtual Infrastructure 3.</p>
<p>How do you grow a VM disk?  What tcp ports are need by ESX?  How do you change the service consoles IP? How many hosts can you have in a virtual cluster?  Quickly reference answers to these questions and more using the guide.</p>
<p>The latest version of the quick reference card can be found here &#8211; <a href="http://www.vmreference.com/vi3-card/">http://www.vmreference.com/vi3-card/</a></p>
<p><a href="http://www.vmreference.com/vi3-card/"><img src="http://www.mygeekfinds.com/wp-content/uploads/2009/04/vmreferenceguide-300x221.jpg" alt="vmreferenceguide" title="vmreferenceguide" width="300" height="221" class="alignnone size-medium wp-image-117" /></a></p>
<p><a href="http://www.vmreference.com/vi3-card/">Download it</a> and keep it handy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/04/vm-reference-vi3-quick-reference-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
