<?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>Yellow Bricks &#187; Lessons Learned</title>
	<atom:link href="http://www.yellow-bricks.com/tag/lessons-learned/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:12:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>ESXi lockdown mode</title>
		<link>http://www.yellow-bricks.com/2010/03/23/esxi-lockdown-mode/</link>
		<comments>http://www.yellow-bricks.com/2010/03/23/esxi-lockdown-mode/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 14:05:41 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5640</guid>
		<description><![CDATA[<p>During the VCDX Defense panels one of the candidates mentioned using lock down mode for ESXi to add an extra layer of security. It seems that there is a common misunderstanding about the lockdown mode. Here&#8217;s how our documentation describes it: Enabling lockdown mode disables all direct root access to ESXi machines. Any subsequent local changes to the host must be [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/03/23/esxi-lockdown-mode/">ESXi lockdown mode</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>During the VCDX Defense panels one of the candidates mentioned using lock down mode for ESXi to add an extra layer of security. It seems that there is a common misunderstanding about the lockdown mode. Here&#8217;s how our documentation describes it:</p>
<blockquote><p>Enabling lockdown mode disables all direct root access to ESXi machines. Any subsequent local changes to the host must be made in a vSphere Client session or vSphere CLI command to vCenter Server using a fully editable Active Directory account. You can also use a local user account defined by the host. By default, no local user accounts exist on the ESXi system. Such accounts can only be created prior to enabling lockdown mode in a vSphere Client session directly on the ESXi system. The changes to the host are limited to the privileges granted to that user locally on that host.</p></blockquote>
<p>I guess this table explains it a bit better, I ripped this from &#8220;<a href="http://virtualrw.blogspot.com/2008/09/esxi-lockdown-mode.html">it&#8217;s all virtual</a>&#8221; so credits where credits are due:</p>
<style type="text/css">
table.sample { border-width: 1px 1px 1px 1px; border-spacing: 1px; border-style: solid solid solid solid; border-color: gray gray gray gray; border-collapse: separate; background-color: white; }
table.sample th { border-width: 1px 1px 1px 1px; padding: 1px 1px 1px 1px; border-style: solid solid solid solid; border-color: gray gray gray gray; background-color: white; -moz-border-radius: 0px 0px 0px 0px; }
table.sample td { border-width: 1px 1px 1px 1px; padding: 1px 1px 1px 1px; border-style: solid solid solid solid; border-color: gray gray gray gray; background-color: white; -moz-border-radius: 0px 0px 0px 0px; }
</style>
<table class="sample">
<tbody>
<tr>
<td>Access method</td>
<td>Lockdown Disabled Access granted </td>
<td>Lockdown Enabled Access granted</td>
</tr>
<tr>
<td>vCenter</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Physical Console access with root</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Physical Console access with anyother user</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>vSphere Client directly to ESXi with root</td>
<td>Yes</td>
<td><b>No</b></td>
</tr>
<tr>
<td>vSphere Client directly to ESXi with anyother user</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>PowerCLI / RCLI to ESXi with root</td>
<td>Yes</td>
<td><b>No</b></td>
</tr>
<tr>
<td>PowerCLI / RCLI to ESXi with anyother user</td>
<td>Yes</td>
<td>Yes</td>
</tr>
</tbody>
</table>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/03/23/esxi-lockdown-mode/">ESXi lockdown mode</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/03/23/esxi-lockdown-mode/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Changing the directory of your vSphere vCenter log files</title>
		<link>http://www.yellow-bricks.com/2010/03/10/changing-the-directory-of-your-vsphere-vcenter-log-files/</link>
		<comments>http://www.yellow-bricks.com/2010/03/10/changing-the-directory-of-your-vsphere-vcenter-log-files/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:19:43 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5558</guid>
		<description><![CDATA[<p>Something that a lot of people haven&#8217;t looked in to or just don&#8217;t think about is relocating the log files of vCenter, I wrote a short article 2 years ago and thought it was time to reiterate it. By default (Windows 2003) log files are stored in &#8220;C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\Logs&#8221;, and for Windows 2008 log files are [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/03/10/changing-the-directory-of-your-vsphere-vcenter-log-files/">Changing the directory of your vSphere vCenter log files</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Something that a lot of people haven&#8217;t looked in to or just don&#8217;t think about is relocating the log files of vCenter, I wrote a short <a href="http://www.yellow-bricks.com/2008/09/08/virtualcenter-log-files-in-your-temp-directory/">article</a> 2 years ago and thought it was time to reiterate it. By default (Windows 2003) log files are stored in &#8220;C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\Logs&#8221;, and for Windows 2008 log files are stored in &#8220;C:\ProgramData\VMware\VMware VirtualCenter\Logs&#8221;.</p>
<p>As you can imagine the C:\ partition is not the ideal place for storing log files. I would personally recommend to use a separate drive for logfiles so avoid it from flooding any OS or Program related drives. You could pick a small size based on the expected log size and if needed increase the amount of logs that are stored and the size of the log file.</p>
<p>Changing this is pretty simple. Open &#8220;vpxd.cfg&#8221; and add the following line in between &lt;log&gt; and &lt;/log&gt;</p>
<pre style="padding-left: 30px;">&lt;directory&gt;D:\VMware\Logs&lt;/directory&gt;</pre>
<p>Changing the amount of log files stored and the size is also pretty basic, in this example vCenter will store 10 logfiles which are max 10MB each:</p>
<pre style="padding-left: 30px;">&lt;maxFileSize&gt;10485760&lt;/maxFileSize&gt;
&lt;maxFileNum&gt;10&lt;/maxFileNum&gt;</pre>
<p>Keep in mind that you will need to restart the vCenter Service after these changes before they take effect!</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/03/10/changing-the-directory-of-your-vsphere-vcenter-log-files/">Changing the directory of your vSphere vCenter log files</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/03/10/changing-the-directory-of-your-vsphere-vcenter-log-files/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Adding NICs to your vSwitch on ESXi?</title>
		<link>http://www.yellow-bricks.com/2010/03/09/adding-nics-to-your-vswitch-on-esxi/</link>
		<comments>http://www.yellow-bricks.com/2010/03/09/adding-nics-to-your-vswitch-on-esxi/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 13:39:09 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5549</guid>
		<description><![CDATA[<p>I just finished installing vSphere ESXi 4.0 update 1, I used all the default settings. I expected that all my portgroups would inherit all their settings from the vSwitch that was configured during installation&#8230; unfortunately this is not the case as can be seen in the screenshots below. Default install with no redundancy: VM Network inherits from vSwitch: Management Network [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/03/09/adding-nics-to-your-vswitch-on-esxi/">Adding NICs to your vSwitch on ESXi?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I just finished installing vSphere ESXi 4.0 update 1, I used all the default settings. I expected that all my portgroups would inherit all their settings from the vSwitch that was configured during installation&#8230; unfortunately this is not the case as can be seen in the screenshots below.</p>
<p>Default install with no redundancy:<br />
<img class="colorbox-5549"  src="http://farm5.static.flickr.com/4026/4419102629_dec749a878_o.png" alt="" /><br />
VM Network inherits from vSwitch:<br />
<img class="colorbox-5549"  src="http://farm3.static.flickr.com/2763/4419102651_66da23e74b.jpg" alt="" /></p>
<p>Management Network does <span style="text-decoration: underline;">not</span> inherit from vSwitch:<br />
<img class="colorbox-5549"  src="http://farm3.static.flickr.com/2752/4419102691_0bb52ef2ee.jpg" alt="" /></p>
<p>For the default &#8220;VM Network&#8221; portgroup everything works as expected. But for the &#8220;Management Network&#8221; it doesn&#8217;t. So what&#8217;s the problem? Well it might not be a huge issue but it is something you will need to keep in mind. I wanted to add two NICs to my vSwitch0 and expected that both would be marked as &#8220;active&#8221; on the vSwitch. And this is what happens on the vSwitch, BUT the &#8220;Management Network&#8221; does not inherit the vSwitch settings so what do you think will happen? Again see the screenshot below for the details:</p>
<p><img class="colorbox-5549"  src="http://farm5.static.flickr.com/4062/4419102711_ba02af6458.jpg" alt="" /></p>
<p>For some weird reason one of the vmnics is set to &#8220;unused&#8221; instead of active&#8230; Keep this in mind when installing / configuring ESXi as you might end up with <span style="text-decoration: underline;">less</span> redundancy then expected. I just did a quick search if it was a known/documented change and it appears that I am not the <a href="http://blogs.egroup-us.com/?p=1704">only one</a> who ran into this, but is does not seem to be a commonly known &#8220;issue&#8221;/change.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/03/09/adding-nics-to-your-vswitch-on-esxi/">Adding NICs to your vSwitch on ESXi?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/03/09/adding-nics-to-your-vswitch-on-esxi/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Disable Tech Support on ESXi?</title>
		<link>http://www.yellow-bricks.com/2010/03/01/disable-tech-support-on-esxi/</link>
		<comments>http://www.yellow-bricks.com/2010/03/01/disable-tech-support-on-esxi/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:12:30 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5480</guid>
		<description><![CDATA[<p>We had an interesting discussion on one of the internal mailing lists this week. Someone asked what the general opinion was about disabling Tech Support. Of course some said disabling should not be a problem, but many also disagreed. The reason for this is simple: Support. When Tech Support is disabled it removes the option to login to the console [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/03/01/disable-tech-support-on-esxi/">Disable Tech Support on ESXi?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>We had an interesting discussion on one of the internal mailing lists this week. Someone asked what the general opinion was about disabling Tech Support. Of course some said disabling should not be a problem, but many also disagreed. The reason for this is simple: Support.</p>
<p>When Tech Support is disabled it removes the option to login to the console with &#8220;<a href="http://kb.vmware.com/kb/1003677">unsupported</a>&#8220;. Please keep in mind that the console is the only way to get direct command line access to ESXi as SSH is disabled by default. This also means that in order to get access to the console you will need access to the physical host, or the IP KVM switch / DRAC / ILO for that matter. Hosts are usually located in a secured environment which removes the need for limiting console access in my opinion.</p>
<p>I can still imagine that people have a different opinion, but if you look at it from a support perspective you might change your mind. Troubleshooting an issue can get really complicated when there is no Tech Support access. I guess in a high secure environment you could treat ESXi as a stateless appliance and just install a new version when it fails. Personally I would prefer to find the root cause and try to prevent the same problem from occurring again.</p>
<p>Of course you can <a href="http://kb.vmware.com/kb/1003677">enable</a> Tech Support again when needed but a reboot is required. This might cause the symptoms of the problem you were facing to disappear. It&#8217;s my recommendation to Keep Tech Support <span style="text-decoration: underline;">enabled</span>.</p>
<p>[edit] Of course Alan &#8220;the king of powershell&#8221; Renouf jumped on this topic immediately and created a <a href="http://www.virtu-al.net/2010/03/01/powercli-technical-support-mode/">couple of lines of script</a> which show you the current setting, disable it for all hosts or enable it for all hosts. Thanks Alan! [/edit]</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/03/01/disable-tech-support-on-esxi/">Disable Tech Support on ESXi?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/03/01/disable-tech-support-on-esxi/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>ESXi and Boot From SAN support</title>
		<link>http://www.yellow-bricks.com/2010/02/24/esxi-and-boot-from-san-support/</link>
		<comments>http://www.yellow-bricks.com/2010/02/24/esxi-and-boot-from-san-support/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 06:56:22 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5424</guid>
		<description><![CDATA[<p>Rodos just reported on twitter that it looks like Boot From SAN is supported for ESXi. Unfortunately the KB article Rodos refers to in his tweet, kb.vmware.com/kb/1015000, is incorrect and Boot From SAN is not supported for ESXi. I&#8217;ve already reported this internally and hopefully the KB article will be fixed soon. The correct statement can be found in the [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/24/esxi-and-boot-from-san-support/">ESXi and Boot From SAN support</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Rodos just <a href="http://twitter.com/rodos/status/9562830210">reported</a> on twitter that it looks like Boot From SAN is supported for ESXi. Unfortunately the KB article Rodos refers to in his tweet, <a href="http://kb.vmware.com/kb/1015000">kb.vmware.com/kb/1015000</a>, is incorrect and Boot From SAN is <span style="text-decoration: underline;">not supported</span> for ESXi. I&#8217;ve already reported this internally and hopefully the KB article will be fixed soon. The correct statement can be found in the install guide and is as follows:</p>
<blockquote><p>Installing on a Fibre Channel SAN is supported experimentally. Do not attempt to install ESXi with a SAN attached, unless you want to try this experimental feature.</p>
<p>Source: <a href="http://www.vmware.com/pdf/vsphere4/r40_u1/vsp_40_u1_esxi_i_vc_setup_guide.pdf" target="_blank">ESXi Installable and vCenter Server Setup Guide</a> (page 20)</p></blockquote>
<p>For those interested in what &#8220;experimental&#8221; actually means, read this <a href="http://www.vmware.com/support/policies/experimental.html">section</a> on the VMware website.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/24/esxi-and-boot-from-san-support/">ESXi and Boot From SAN support</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/02/24/esxi-and-boot-from-san-support/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Remove the ESXi web welcome screen</title>
		<link>http://www.yellow-bricks.com/2010/01/28/remove-the-esxi-web-welcome-screen/</link>
		<comments>http://www.yellow-bricks.com/2010/01/28/remove-the-esxi-web-welcome-screen/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:24:06 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5196</guid>
		<description><![CDATA[<p>I received a question from a customer who wanted, for security reasons, to remove the ESXi web welcome screen. This is the screen that enables you to download the vSphere Client and RCLI and even browse datastores. I&#8217;ve tested it and removing (or renaming) the following file will lead to a blank page when the ESXi host is accessed via [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/01/28/remove-the-esxi-web-welcome-screen/">Remove the ESXi web welcome screen</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I received a question from a customer who wanted, for security reasons, to remove the ESXi web welcome screen. This is the screen that enables you to download the vSphere Client and RCLI and even browse datastores.</p>
<p>I&#8217;ve tested it and removing (or renaming) the following file will lead to a blank  page when the ESXi host is accessed via http(s):</p>
<pre style="padding-left: 30px;">/usr/lib/vmware/hostd/docroot/index.html</pre>
<p>&lt;edit&gt;</p>
<p>William Lam created another work around which is definitely a more elegant solution: <a href="http://communities.vmware.com/docs/DOC-11864">Remove the ESXi web welcome screen.</a></p>
<p>&lt;/edit&gt;</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/01/28/remove-the-esxi-web-welcome-screen/">Remove the ESXi web welcome screen</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/01/28/remove-the-esxi-web-welcome-screen/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>ESXi – lessons learned part 4</title>
		<link>http://www.yellow-bricks.com/2010/01/09/esxi-%e2%80%93-lessons-learned-part-4/</link>
		<comments>http://www.yellow-bricks.com/2010/01/09/esxi-%e2%80%93-lessons-learned-part-4/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 15:21:12 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Lessons Learned]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5025</guid>
		<description><![CDATA[<p>I was just figuring something out from the command line on an ESXi 4.0 host. I needed to mount a partition but a regular &#8220;mount&#8221; did not work so it took me a couple of seconds to realize why. The solution was simple and similar to the regular mount command: /usr/bin/busybox mount also might come in handy: /usr/bin/busybox fdisk -l [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/01/09/esxi-%e2%80%93-lessons-learned-part-4/">ESXi – lessons learned part 4</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was just figuring something out from the command line on an ESXi 4.0 host. I needed to mount a partition but a regular &#8220;mount&#8221; did not work so it took me a couple of seconds to realize why. The solution was simple and similar to the regular mount command:</p>
<pre style="padding-left: 30px;">/usr/bin/busybox mount</pre>
<p>also might come in handy:</p>
<pre style="padding-left: 30px;">/usr/bin/busybox fdisk -l</pre>
<p>Busybox&#8230; indeed, that&#8217;s what is being used under the hood and that&#8217;s what needs to be used for specific commands. Just run /usr/bin/busybox and you will see which commands you will have to your disposal. Another command I often use when working on the ESXi console is &#8220;vim-cmd&#8221;. Remember these&#8230;</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/01/09/esxi-%e2%80%93-lessons-learned-part-4/">ESXi – lessons learned part 4</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/01/09/esxi-%e2%80%93-lessons-learned-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESXi – lessons learned part 3</title>
		<link>http://www.yellow-bricks.com/2009/12/22/esxi-%e2%80%93-lessons-learned-part-3/</link>
		<comments>http://www.yellow-bricks.com/2009/12/22/esxi-%e2%80%93-lessons-learned-part-3/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 14:54:21 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4764</guid>
		<description><![CDATA[<p>This is probably one of the last blog articles this year as I&#8217;ve got two weeks of holiday! I wish you all a merry Christmas and a happy New Year! Let&#8217;s cut the crap, and start with why you are reading this&#8230; ESXi Lessons Learned: I&#8217;ve been looking into creating an unattended install for ESXi. As mentioned in Lessons Learned [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/22/esxi-%e2%80%93-lessons-learned-part-3/">ESXi – lessons learned part 3</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>This is probably one of the last blog articles this year as I&#8217;ve got two weeks of holiday! I wish you all a merry Christmas and a happy New Year! Let&#8217;s cut the crap, and start with why you are reading this&#8230; ESXi Lessons Learned:</p>
<p>I&#8217;ve been looking into creating an unattended install for ESXi. As mentioned in Lessons Learned part 2 this is not something that can be done out of the box unfortunately. I did a quick search on the internet and the VMware internal mailing lists but couldn&#8217;t find anything useful and that&#8217;s why I booted the ISO and logged into the console via &#8220;ALT-F1&#8243; -&gt; Unsupported -&gt; enter.</p>
<p>After some fiddling around in the ESXi iso I noticed a file called &#8220;/usr/lib/vmware/installer/ThinESXInstall.py&#8221;. I am not a python guru but I guess the following lines were pretty obvious:</p>
<pre style="padding-left: 30px;">Steps = [ WelcomeStep, LicenseStep, TargetSelectionStep, ConfirmStep, \
WriteStep, PostConfigStep, CompleteStep, RebootStep ]</pre>
<p>This line describes the steps taken during the install. After I noticed these I did a quick search again on the filename and an article came up of my friend from down under, <a href="http://vinternals.com/2009/07/unattended-esxi-installation/">Stu aka Mr Vinternals</a>. Stu describes which steps can be removed to decrease the amount of manual intervention:</p>
<pre style="padding-left: 30px;">Steps = [ TargetSelectionStep, WriteStep, PostConfigStep, RebootStep ]</pre>
<p>Only the TargetSelectionStep requires input at the moment but that is also something that can be fixed. Look at the script &#8220;ThinESXInstallSteps.py&#8221;. There is a section that describes the disk selection, you can automate it by altering it and selecting a local disk with &#8220;IsLocal()&#8221;. That&#8217;s all I can say for now&#8230;.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/22/esxi-%e2%80%93-lessons-learned-part-3/">ESXi – lessons learned part 3</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/12/22/esxi-%e2%80%93-lessons-learned-part-3/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>ESXi &#8211; lessons learned part 2</title>
		<link>http://www.yellow-bricks.com/2009/12/10/esxi-lessons-learned-part-2/</link>
		<comments>http://www.yellow-bricks.com/2009/12/10/esxi-lessons-learned-part-2/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 13:24:26 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4702</guid>
		<description><![CDATA[<p>New week, new lessons learned&#8230; You can find part 1 here. When Jumbo Frames were introduced in ESX 3.5 a lot of people were interested but it wasn&#8217;t supported for the VMkernel which is were most people want to use it as it reduces CPU cycles used due to iSCSI/NFS traffic. When vSphere was released it was one of the [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/10/esxi-lessons-learned-part-2/">ESXi &#8211; lessons learned part 2</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>New week, new lessons learned&#8230; You can find part 1 <a href="http://www.yellow-bricks.com/2009/12/03/esxi-lessons-learned-part-1/">here</a>.</p>
<p>When Jumbo Frames were introduced in ESX 3.5 a lot of people were interested but it wasn&#8217;t supported for the VMkernel which is were most people want to use it as it reduces CPU cycles used due to iSCSI/NFS traffic. When vSphere was released it was one of the things I noticed first. Full support for Jumbo Frames&#8230; however:</p>
<ul>
<li>Jumbo frames are <span style="text-decoration: line-through;">not</span> supported for VMkernel networking interfaces in ESXi. (<a href="http://www.vmware.com/pdf/vsphere4/r40_u1/vsp_40_u1_esxi_server_config.pdf">page 54</a>)</li>
</ul>
<p>Although obvious in my opinion it wasn&#8217;t obvious for one of my customers:</p>
<ul>
<li>VMware ESXi does not support web access at this time.</li>
</ul>
<p>Although I personally usually disable web access as it a security risk this customer had specific operational procedures around vCenter failures which included web access. It&#8217;s not a huge problem as the vSphere/vCenter Client can directly connect to an ESXi host, but it is something you will need to keep in mind when implementing ESXi.</p>
<p>Another thing I discovered today is that scripted/unattended installations of ESXi are not currently supported which makes deploying difficult. (Not only unsupported but also not easily set up) I am currently investigating the option to at least install it with default settings and without manual intervention&#8230; If I am successful I will post it in the next &#8220;lessons learned&#8221;.</p>
<p><strong><a href="http://www.yellow-bricks.com/2009/12/19/esxi-lessons-learned-2-revised/">REVISED!</a></strong></p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/10/esxi-lessons-learned-part-2/">ESXi &#8211; lessons learned part 2</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/12/10/esxi-lessons-learned-part-2/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>ESXi &#8211; lessons learned part 1</title>
		<link>http://www.yellow-bricks.com/2009/12/03/esxi-lessons-learned-part-1/</link>
		<comments>http://www.yellow-bricks.com/2009/12/03/esxi-lessons-learned-part-1/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 12:40:21 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4680</guid>
		<description><![CDATA[<p>I am working on a large ESXi deployment and thought I would start writing down some of the lessons learned. I will try to create a single post every week, if I can find the time that is. Scratch! There are two things that stood out the couple of days, on a technical level, when I was reading the ESXi [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/03/esxi-lessons-learned-part-1/">ESXi &#8211; lessons learned part 1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I am working on a large ESXi deployment and thought I would start writing down some of the lessons learned. I will try to create a single post every week, if I can find the time that is.</p>
<h3>Scratch!</h3>
<p>There are two things that stood out the couple of days, on a technical level, when I was reading the ESXi installable documentation:</p>
<p>One of the things that used to be a requirement was the Scratch Partition. It appears that with vSphere this requirement has been removed:</p>
<blockquote><p>During the autoconfiguration phase, a 4GB VFAT scratch partition is created if the partition is not present on another disk. When ESXi boots, the system tries to find a suitable partition on a local disk to create a scratch partition. The scratch partition is not required.</p></blockquote>
<p>Of course this does not necessarily mean that you do not need one as explained in the second part of the paragraph:</p>
<blockquote><p>It is used to store vm-support output, which you need when you create a support bundle. If the scratch partition is not present, vm-support output is stored in a ramdisk. This might be problematic in low-memory situations, but is not critical.</p></blockquote>
<p>So the question remains what would my recommendation be? The answer is it depends, yes I know the easy way out. But when you have enough RAM on a host and from experience know that usually you only create support dumps on hosts which are in maintenance mode then don&#8217;t worry about it and don&#8217;t create it. However if you feel there is a need to create vm-support dumps while running production make sure there is a scratch partition with enough free space available.</p>
<h3>Support</h3>
<p>Yes ESXi is fully supported but there are some restrictions:</p>
<ul>
<li>Boot from FC SAN &#8211; Experimental Support</li>
<li>Stateless PXE Boot &#8211; Experimental Support</li>
</ul>
<p>Now what does &#8220;experimental support&#8221; mean? According to the VMware <a href="http://www.vmware.com/support/policies/experimental.html">website</a> it means the following:</p>
<blockquote><p>VMware includes certain &#8220;experimental features&#8221; in some of our product releases. These features are there for you to test and experiment with. VMware does not expect these features to be used in a production environment. However, if you do encounter any issues with an &#8220;experimental feature&#8221;, VMware is interested in any feedback you are willing to share. Please submit a support request through the normal access methods. VMware cannot, however, commit to troubleshoot, provide workarounds or provide fixes for these &#8220;experimental features&#8221;.</p></blockquote>
<p>So does that mean that in the case of stateless the booting process is experimental? Or the installation process in the case of boot from FC SAN?</p>
<p>No it does not. Everything related to ESXi is &#8220;experimental&#8221;. So what does this mean? Imagine you are facing serious storage issues and you just called VMware. VMware analyzes your environment and notices that it&#8217;s a PXE booted environment, they will more than likely give your support call a lower priority. Not only a lower priority but the support is &#8220;best effort&#8221;, no guarantees.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/03/esxi-lessons-learned-part-1/">ESXi &#8211; lessons learned part 1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/12/03/esxi-lessons-learned-part-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

