<?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>It&#039;s Just Another Layer &#187; vSphere4.1</title>
	<atom:link href="http://itsjustanotherlayer.com/tag/vsphere4-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://itsjustanotherlayer.com</link>
	<description>Virtualization is a layer in software. What are you abstracting away from?</description>
	<lastBuildDate>Sat, 03 Sep 2011 23:33:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Upgrading to ESX 4 Classic sets NIC speed to static setting</title>
		<link>http://itsjustanotherlayer.com/2010/07/upgrading-to-esx-4-classic-sets-nic-speed-to-static-setting/</link>
		<comments>http://itsjustanotherlayer.com/2010/07/upgrading-to-esx-4-classic-sets-nic-speed-to-static-setting/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:36:33 +0000</pubDate>
		<dc:creator>iguy</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere4.1]]></category>

		<guid isPermaLink="false">http://itsjustanotherlayer.com/?p=459</guid>
		<description><![CDATA[Recently I found that my environment of ESX 4 Classic has a lot of static NIC speed settings. This is a rather interesting discovery as I&#8217;ve been a strong proponent of using Auto Negotiation on all the NICs as that &#8230; <a href="http://itsjustanotherlayer.com/2010/07/upgrading-to-esx-4-classic-sets-nic-speed-to-static-setting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently I found that my environment of ESX 4 Classic has a lot of static NIC speed settings. This is a rather interesting discovery as I&#8217;ve been a strong proponent of using Auto Negotiation on all the NICs as that will help one find flaky or poorly connected cables along with a variety of other issues. If you have it force set to a speed, you won&#8217;t get any notification that a given connection is working poorly until someone digs in pretty deeply.</p>
<p>Ethermind goes into very well with some <a href="http://etherealmind.com/ethernet-autonegotiation-works-why-how-standard-should-be-set/">deep research into WHY</a> you should always use AutoNegotiation at Gig or faster speeds.</p>
<p><a href="http://itsjustanotherlayer.com/wp-content/uploads/2010/07/NICSpeeds.png"><img class="alignleft size-medium wp-image-460" title="NIC Speeds" src="http://itsjustanotherlayer.com/wp-content/uploads/2010/07/NICSpeeds-300x165.png" alt="Nic Configured Speeds" width="300" height="165" /></a></p>
<p>As such found that there are many 100meg static settings. This has a tendancy to cause problems with network performance when the other side thinks it is auto-negotiating.</p>
<p>To fix this if you are properly redundant is a safe way to walk through your environment updating and giving each NIC a chance to negotiate before doing the next on each host.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="powershell" style="font-family:monospace;">connect<span style="color: pink;">-</span>viserver <span style="color: pink;">-</span>server vCenter <span style="color: pink;">-</span>cred <span style="color: #000000;">&#40;</span><span style="color: #008080; font-weight: bold;">Get-Credential</span><span style="color: #000000;">&#41;</span>
get<span style="color: pink;">-</span>vmhostnetworkadapter <span style="color: pink;">-</span>physical <span style="color: pink;">|</span> <span style="color: #0000FF;">where</span> <span style="color: #000000;">&#123;</span><span style="color: #000080;">$_</span>.Name <span style="color: #FF0000;">-eq</span> <span style="color: #800000;">&quot;vmnic0&quot;</span><span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> set<span style="color: pink;">-</span>vmhostnetworkadapter <span style="color: pink;">-</span>Autonegotiate</pre></td></tr></table></div>

<p><strong>Update 30 July 2010 @ 11:38am</strong>:  Just found out that I&#8217;m not the first to blog post about this.   Here&#8217;s an <a href="http://www.ivobeerens.nl/?p=537">earlier post</a> on the subject.</p>
]]></content:encoded>
			<wfw:commentRss>http://itsjustanotherlayer.com/2010/07/upgrading-to-esx-4-classic-sets-nic-speed-to-static-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

