<?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>VCritical &#187; Server Core</title>
	<atom:link href="http://www.vcritical.com/tag/server-core/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vcritical.com</link>
	<description>Informed Virtualization Criticism</description>
	<lastBuildDate>Mon, 30 Aug 2010 12:20:13 +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>Yes, NIC teaming is not unsupported</title>
		<link>http://www.vcritical.com/2009/02/yes-nic-teaming-is-not-unsupported/</link>
		<comments>http://www.vcritical.com/2009/02/yes-nic-teaming-is-not-unsupported/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 18:41:32 +0000</pubDate>
		<dc:creator>Eric Gray</dc:creator>
				<category><![CDATA[Virtualizationism]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Server Core]]></category>

		<guid isPermaLink="false">http://www.vcritical.com/?p=162</guid>
		<description><![CDATA[Unlike Hyper-V, VMware ESX ships with complete network interface (NIC) teaming capabilities, a critical feature for hypervisors.]]></description>
			<content:encoded><![CDATA[<p>Network teaming is useful for providing redundancy and increasing network capacity for servers.  Traditionally, the downside has been getting it set up &#8212; often requiring the installation of non-native drivers for the network interface cards (NICs).</p>
<h2>VMware ESX NIC Teaming</h2>
<p>VMware ESX ships with the ability to connect multiple NICs to a single vSwitch&#8211;right out of the box.  No additional drivers or configuration needed.  You just need to click a few buttons to add the additional NICs.  You end up with something like this:</p>
<p><img class="alignnone size-full wp-image-692" title="VMware ESX vSwitch with NIC team." src="http://www.vcritical.com/wp-content/uploads/2009/02/vswitch-nic-team.png" alt="VMware ESX vSwitch with NIC team." width="469" height="234" /></p>
<p>There are several advanced configuration options available, but for the most part it &#8220;just works&#8221; and can be set up very quickly.  This is one of the many great benefits of virtualizing your server hardware&#8211;individual virtual machines benefit from enhanced network redundancy without any additional configuration in the guest OS.  Plus, it works for all guests, regardless of OS vendor.</p>
<h2>Hyper-V NIC Teaming</h2>
<p>How does Hyper-V handle NIC teaming?  <span id="more-162"></span>They punt and leave it up to the hardware (server and/or NIC) manufacturers.  This puts the system administrator in an unpleasant situation.  Take, for example, <a href="http://web2.minasi.com/forum/topic.asp?whichpage=1&amp;TOPIC_ID=28524&amp;#136573" target="_blank">this thread on Mark Minasi&#8217;s Forum</a>.  That is not an isolated incident, <a href="http://www.google.com/search?q=network+team+hyper-v" target="_blank">as you can see.</a></p>
<p>Since this feature is up to the server vendor, let&#8217;s see what one of them has to say about it.  According to this <a href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01516156/c01516156.pdf">HP integration note</a>, dated January 2009:</p>
<p style="padding-left: 30px;"><strong>IMPORTANT</strong><br />
Windows Server 2008 Hyper-V does not support the Network Configuration Utility (NIC Teaming). Deselect this component before installing the PSP components.</p>
<p>Ouch.  But wait&#8211;HP just published a <a href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01663264/c01663264.pdf">HOWTO paper</a> on the topic.  Perhaps things are changing.  Evidently, the installation order of the teaming drivers and Hyper-V is critical:</p>
<p style="padding-left: 30px;"><strong>NOTE</strong><br />
If the teaming software is installed first, the network adapters may cease passing traffic. The resolution to this issue is to uninstall both the HP teaming software and Hyper-V, reboot the server and then reinstall Hyper-V and the teaming software.</p>
<p>But this is my favorite part (Server Core fans, take note):</p>
<p style="padding-left: 30px;"><strong>Uninstalling teaming software</strong><br />
If HP ProLiant Network Teaming Software is already installed on a server, it must be removed (uninstalled) prior to installing and enabling Hyper-V.</p>
<p style="padding-left: 30px;"><strong>NOTE</strong><br />
There is no known method of uninstalling HP ProLiant Teaming software on machines running Windows Server 2008 Server Core. A tool for removing the teaming software is under development and will be available on the HP website in the future. HP recommends that any machine designated to run Server Core, Hyper-V, and teaming be configured as such during the initial installation, using the specified order of installation described above.</p>
<p>Even if Hyper-V is &#8220;free&#8221; and the HP NIC teaming drivers are &#8220;free,&#8221; <strong>your time is valuable</strong>.  Do you want to spend it configuring your hypervisor host OS, or getting real work done for your customers?</p>
<p><strong>UPDATE</strong> You can read more about NIC teaming straight from Microsoft <a href="http://blogs.technet.com/apb/archive/2009/02/25/using-vmm-to-manage-you-hyper-v-nic-teams-created-with-bacs.aspx" target="_blank">in this new post</a>, via <a href="http://blogs.technet.com/chengw/archive/2009/02/26/nic-teaming-and-vmm.aspx" target="_blank">Cheng&#8217;s Random Thoughts</a>.  Wow &#8212; don&#8217;t configure VLANs in SCVMM.  Where&#8217;s the single pane of glass?</p>
<p><em>Please note, the purpose of this article is to highlight the state-of-the-art in hypervisor NIC teaming &#8211;  not knock HP.  I am very satisfied with the HP Proliant servers that I use every day.  They run ESX like a champ!</em></p>


<p>Related posts:<ol><li><a href='http://www.vcritical.com/2009/08/single-pane-of-glass-hyper-v-edition/' rel='bookmark' title='Permanent Link: Single Pane of Glass &#8212; Hyper-V Edition'>Single Pane of Glass &#8212; Hyper-V Edition</a></li>
<li><a href='http://www.vcritical.com/2010/03/its-not-hyper-v-its-the-drivers/' rel='bookmark' title='Permanent Link: It&#8217;s not Hyper-V &#8212; it&#8217;s the drivers!'>It&#8217;s not Hyper-V &#8212; it&#8217;s the drivers!</a></li>
<li><a href='http://www.vcritical.com/2008/12/let-them-eat-cake/' rel='bookmark' title='Permanent Link: Let them eat cake!'>Let them eat cake!</a></li>
<li><a href='http://www.vcritical.com/2008/12/thanks-for-all-the-port-groups/' rel='bookmark' title='Permanent Link: Thanks for all the port groups!'>Thanks for all the port groups!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vcritical.com/2009/02/yes-nic-teaming-is-not-unsupported/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
