<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Techpot's Blog</title>
	<atom:link href="http://techpot.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techpot.wordpress.com</link>
	<description>Out of the Pot IT stuff</description>
	<lastBuildDate>Sun, 24 Jul 2011 09:03:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techpot.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Techpot's Blog</title>
		<link>http://techpot.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techpot.wordpress.com/osd.xml" title="Techpot&#039;s Blog" />
	<atom:link rel='hub' href='http://techpot.wordpress.com/?pushpress=hub'/>
		<item>
		<title>VMware ESX/ESXi and Syslog</title>
		<link>http://techpot.wordpress.com/2011/07/24/vmware-esxesxi-and-syslog/</link>
		<comments>http://techpot.wordpress.com/2011/07/24/vmware-esxesxi-and-syslog/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 09:03:01 +0000</pubDate>
		<dc:creator>TechPot</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://techpot.wordpress.com/?p=570</guid>
		<description><![CDATA[We all know that log files provides wealth of information when there is a need to troubleshoot an issue or while investigating a security incident to give you some examples.  There is already lot written about VMware ESXi hosts and vCenter log files. However in this post,  I am going to explore this topic from a very basic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=570&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We all know that log files provides wealth of information when there is a need to troubleshoot an issue or while investigating a security incident to give you some examples.  There is already lot written about VMware ESXi hosts and vCenter log files. However in this post,  I am going to explore this topic from a very basic point of view. So let&#8217;s get started.</p>
<p><strong>Q1. What are the different log files that exists on ESXi hosts? And where are they stored?</strong></p>
<p>A1. By default, the common log files are stored as specified below:</p>
<ul>
<li>The VMkernel, vmkwarning, and hostd logs are located at /var/log/messages.</li>
<li>The Host Management service (hostd = Host daemon) log is located at /var/log/vmware/hostd.log.</li>
<li>The VirtualCenter Agent log is located at /var/log/vmware/vpx/vpxa.log.</li>
<li>The System boot log is located at /var/log/sysboot.log.</li>
</ul>
<p>Please read <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1021801">this </a>article for more details.</p>
<p><strong>Q2. Why do we need to send the VMware ESX/ESXi log files to another server such as a Syslog server?</strong></p>
<p>A2. By default the VMware ESXi server stores log files in a scratch partition on the local disk. The scratch partition is non-persistent by default, meaning the contents it holds will be lost when the host server is rebooted or powered-off.</p>
<p><strong>Q3. Is there a way to make scratch partition persistent?</strong></p>
<p>A3. Yes, navigate to this <a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;externalId=1033696">article </a>for more details.</p>
<p><strong>Q4. When is the scratch partition created?</strong></p>
<p>A4. During installation of ESX/ESXi, upon first reboot.</p>
<p><strong>Q.5 What happens if there is no sufficient space on local disk to create a scratch partition?</strong></p>
<p>A5. A portion of RAM will be used as scratch partition. This portion is called RAM disk.</p>
<p><strong>Q6. What does the scratch partition contain?</strong></p>
<p>A6. It contains log files, diagnostic info and system swap.</p>
<p><strong>Q7. So how to send the log files to remote Syslog server?</strong></p>
<p>A7. This is a two step process, usually.</p>
<ol>
<li>Make sure a Syslog server exists in your network. Few examples of Syslog server are VMware vMA vilogger, splunk, etc.</li>
<li>Configure your ESXi hosts to send the log files to the Syslog server.</li>
</ol>
<p>Note: The procedure on how to configure the above two components depends on the software you are using. Below, are few references:</p>
<p><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1016621">Enabling syslog on ESXi</a></p>
<p><a href="http://damiankarlson.com/2010/11/10/esxi-4-1-remote-log-collection-with-vmware-vma-4-1/">ESXi 4.1 remote log collection with VMware vMA 4.1</a></p>
<p><a href="http://www.simonlong.co.uk/blog/2010/05/28/using-vma-as-your-esxi-syslog-server/">Using vMA as a syslog collector</a></p>
<p>&nbsp;</p>
<p>Additionally, the recently previewed vSphere 5 includes a syslogger component that appears to be very easy to setup. Jason Boche has blogged about this new feature on his blog which is <a href="http://www.boche.net/blog/index.php/2011/07/23/configure-a-vcenter-5-0-integrated-syslog-server/">here</a>. As you have read above there are various options to record and maintained vSphere log files that will be handy while troubleshooting your vSphere environment.</p>
<br />Filed under: <a href='http://techpot.wordpress.com/category/server-virtualization/vmware/esxi/'>ESXi</a>, <a href='http://techpot.wordpress.com/category/server-virtualization/vmware/'>Vmware</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techpot.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techpot.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techpot.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techpot.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techpot.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techpot.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techpot.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techpot.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techpot.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techpot.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techpot.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techpot.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techpot.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techpot.wordpress.com/570/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=570&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techpot.wordpress.com/2011/07/24/vmware-esxesxi-and-syslog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9d2af6840e65f4c68bf521dddcd15b1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">TechPot</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware vSphere 5.0 License and Edition Comparison</title>
		<link>http://techpot.wordpress.com/2011/07/21/vmware-vsphere-5-0-license-and-edition-comparison/</link>
		<comments>http://techpot.wordpress.com/2011/07/21/vmware-vsphere-5-0-license-and-edition-comparison/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 09:24:26 +0000</pubDate>
		<dc:creator>TechPot</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://techpot.wordpress.com/?p=566</guid>
		<description><![CDATA[VMware vSphere 5.0 License and Edition Comparison matrix is available here, here and here. Filed under: Vmware<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=566&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>VMware vSphere 5.0 License and Edition Comparison matrix is available <a href="http://malaysiavm.com/blog/vmware-vsphere-5-license-comparison-chart/">here</a>, <a href="http://www.vmware.com/products/datacenter-virtualization/vsphere/small_business_editions_comparison.html">here </a>and <a href="http://www.vmware.com/products/vsphere/buy/editions_comparison.html">here</a>.</p>
<br />Filed under: <a href='http://techpot.wordpress.com/category/server-virtualization/vmware/'>Vmware</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techpot.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techpot.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techpot.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techpot.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techpot.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techpot.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techpot.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techpot.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techpot.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techpot.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techpot.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techpot.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techpot.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techpot.wordpress.com/566/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=566&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techpot.wordpress.com/2011/07/21/vmware-vsphere-5-0-license-and-edition-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9d2af6840e65f4c68bf521dddcd15b1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">TechPot</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware vSphere 5 Licensing &#8211; Tutorial</title>
		<link>http://techpot.wordpress.com/2011/07/18/vmware-vsphere-5-licensing-tutorial/</link>
		<comments>http://techpot.wordpress.com/2011/07/18/vmware-vsphere-5-licensing-tutorial/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 15:14:51 +0000</pubDate>
		<dc:creator>TechPot</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://techpot.wordpress.com/?p=563</guid>
		<description><![CDATA[VMware vSphere 5 Licensing tutorial is available here. Filed under: Vmware<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=563&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>VMware vSphere 5 Licensing tutorial is available <a href="http://download3.vmware.com/media/vsphere/licensing/vs5_licensing_pricing.html">here</a>.</p>
<br />Filed under: <a href='http://techpot.wordpress.com/category/server-virtualization/vmware/'>Vmware</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techpot.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techpot.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techpot.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techpot.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techpot.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techpot.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techpot.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techpot.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techpot.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techpot.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techpot.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techpot.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techpot.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techpot.wordpress.com/563/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=563&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techpot.wordpress.com/2011/07/18/vmware-vsphere-5-licensing-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9d2af6840e65f4c68bf521dddcd15b1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">TechPot</media:title>
		</media:content>
	</item>
		<item>
		<title>vSphere 5 Links</title>
		<link>http://techpot.wordpress.com/2011/07/15/vsphere-5-links/</link>
		<comments>http://techpot.wordpress.com/2011/07/15/vsphere-5-links/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 19:13:03 +0000</pubDate>
		<dc:creator>TechPot</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://techpot.wordpress.com/?p=561</guid>
		<description><![CDATA[Massive vSphere 5 links collected by Eric Siebert is available here. Filed under: Vmware<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=561&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Massive vSphere 5 links collected by Eric Siebert is available <a href="http://vsphere-land.com/vsphere-links/vsphere-5-links.html">here</a>.</p>
<br />Filed under: <a href='http://techpot.wordpress.com/category/server-virtualization/vmware/'>Vmware</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techpot.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techpot.wordpress.com/561/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techpot.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techpot.wordpress.com/561/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techpot.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techpot.wordpress.com/561/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techpot.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techpot.wordpress.com/561/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techpot.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techpot.wordpress.com/561/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techpot.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techpot.wordpress.com/561/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techpot.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techpot.wordpress.com/561/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=561&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techpot.wordpress.com/2011/07/15/vsphere-5-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9d2af6840e65f4c68bf521dddcd15b1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">TechPot</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple VMware vSphere 4 &amp; 5 License Calculator</title>
		<link>http://techpot.wordpress.com/2011/07/15/simple-vmware-vsphere-4-5-license-calculator/</link>
		<comments>http://techpot.wordpress.com/2011/07/15/simple-vmware-vsphere-4-5-license-calculator/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 18:57:08 +0000</pubDate>
		<dc:creator>TechPot</dc:creator>
				<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://techpot.wordpress.com/?p=558</guid>
		<description><![CDATA[Simple VMware vSphere 4 &#38; 5 License Calculator is available @ http://www.virtualvcp.com/download-tools/164-simple-vmware-vsphere-4-a-5-license-calculator Filed under: Vmware<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=558&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Simple VMware vSphere 4 &amp; 5 License Calculator is available @ <a href="http://www.virtualvcp.com/download-tools/164-simple-vmware-vsphere-4-a-5-license-calculator">http://www.virtualvcp.com/download-tools/164-simple-vmware-vsphere-4-a-5-license-calculator</a></p>
<br />Filed under: <a href='http://techpot.wordpress.com/category/server-virtualization/vmware/'>Vmware</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techpot.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techpot.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techpot.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techpot.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techpot.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techpot.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techpot.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techpot.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techpot.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techpot.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techpot.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techpot.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techpot.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techpot.wordpress.com/558/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=558&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techpot.wordpress.com/2011/07/15/simple-vmware-vsphere-4-5-license-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9d2af6840e65f4c68bf521dddcd15b1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">TechPot</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware vSphere 5: The BIG feature list</title>
		<link>http://techpot.wordpress.com/2011/07/15/vmware-vsphere-5-the-big-feature-list/</link>
		<comments>http://techpot.wordpress.com/2011/07/15/vmware-vsphere-5-the-big-feature-list/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 18:38:45 +0000</pubDate>
		<dc:creator>TechPot</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://techpot.wordpress.com/?p=554</guid>
		<description><![CDATA[A quick list of new VMware vSphere 5 features is available @ http://vmguy.com/wordpress/index.php/archives/1674 Filed under: Cloud Computing, Vmware<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=554&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A quick list of new VMware vSphere 5 features is available @ <a href="http://vmguy.com/wordpress/index.php/archives/1674">http://vmguy.com/wordpress/index.php/archives/1674</a></p>
<br />Filed under: <a href='http://techpot.wordpress.com/category/cloud-computing/'>Cloud Computing</a>, <a href='http://techpot.wordpress.com/category/server-virtualization/vmware/'>Vmware</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techpot.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techpot.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techpot.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techpot.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techpot.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techpot.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techpot.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techpot.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techpot.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techpot.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techpot.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techpot.wordpress.com/554/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techpot.wordpress.com/554/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techpot.wordpress.com/554/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=554&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techpot.wordpress.com/2011/07/15/vmware-vsphere-5-the-big-feature-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9d2af6840e65f4c68bf521dddcd15b1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">TechPot</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware ESX Disk Configuration Options</title>
		<link>http://techpot.wordpress.com/2011/06/27/vmware-esx-disk-configuration-options/</link>
		<comments>http://techpot.wordpress.com/2011/06/27/vmware-esx-disk-configuration-options/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 17:15:37 +0000</pubDate>
		<dc:creator>TechPot</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://techpot.wordpress.com/?p=552</guid>
		<description><![CDATA[VMware ESX offers several options for creating virtual disks (i.e., VMDK files) for your virtual machines (VMs). This article covers options for thin and thick VM disk provisioning, along with general recommendations and guidelines for storing VMDK files on ESX DAS and SANs. It’s especially important to consider the block size when formatting an ESX [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=552&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>VMware ESX offers several options for creating virtual disks (i.e., VMDK files) for your virtual machines (VMs). This article covers options for thin and thick VM disk provisioning, along with general recommendations and guidelines for storing VMDK files on ESX DAS and SANs. It’s especially important to consider the block size when formatting an ESX storage group; otherwise, you might have to back up any existing VMs and reformat the storage group. These disk configuration parameters have a significant effect on functionality, performance, and manageability.</p>
<p>Full article is <a href="http://www.windowsitpro.com/print/virtualization2/VMware-ESX-Disk-Storage-Options-129975">here</a>.</p>
<br />Filed under: <a href='http://techpot.wordpress.com/category/server-virtualization/vmware/esxi/'>ESXi</a>, <a href='http://techpot.wordpress.com/category/server-virtualization/'>Server Virtualization</a>, <a href='http://techpot.wordpress.com/category/server-virtualization/vmware/'>Vmware</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techpot.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techpot.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techpot.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techpot.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techpot.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techpot.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techpot.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techpot.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techpot.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techpot.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techpot.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techpot.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techpot.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techpot.wordpress.com/552/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=552&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techpot.wordpress.com/2011/06/27/vmware-esx-disk-configuration-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9d2af6840e65f4c68bf521dddcd15b1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">TechPot</media:title>
		</media:content>
	</item>
		<item>
		<title>The vCluster” – A Highly Available Dynamic Blade Solution Design with Vsphere 4</title>
		<link>http://techpot.wordpress.com/2011/06/11/the-vcluster%e2%80%9d-%e2%80%93-a-highly-available-dynamic-blade-solution-design-with-vsphere-4/</link>
		<comments>http://techpot.wordpress.com/2011/06/11/the-vcluster%e2%80%9d-%e2%80%93-a-highly-available-dynamic-blade-solution-design-with-vsphere-4/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 19:56:47 +0000</pubDate>
		<dc:creator>TechPot</dc:creator>
				<category><![CDATA[HP]]></category>
		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://techpot.wordpress.com/?p=549</guid>
		<description><![CDATA[The vCluster” – A Highly Available Dynamic Blade Solution Design with Vsphere 4  is available here. Filed under: HP, Vmware<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=549&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The vCluster” – A Highly Available Dynamic Blade Solution Design with Vsphere 4  is available <a href="http://jeffreywolfanger.com/vcluster-vsphere-4-design-a-highly-available-dynamic-blade-solution/">here</a>.</p>
<br />Filed under: <a href='http://techpot.wordpress.com/category/hp/'>HP</a>, <a href='http://techpot.wordpress.com/category/server-virtualization/vmware/'>Vmware</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techpot.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techpot.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techpot.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techpot.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techpot.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techpot.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techpot.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techpot.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techpot.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techpot.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techpot.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techpot.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techpot.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techpot.wordpress.com/549/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techpot.wordpress.com&amp;blog=6864412&amp;post=549&amp;subd=techpot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techpot.wordpress.com/2011/06/11/the-vcluster%e2%80%9d-%e2%80%93-a-highly-available-dynamic-blade-solution-design-with-vsphere-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9d2af6840e65f4c68bf521dddcd15b1?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">TechPot</media:title>
		</media:content>
	</item>
	</channel>
</rss>
