<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: ESX network configuration automation with esxcfg-vswitch</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/virtualization-pro/esx-network-configuration-automation-with-esxcfg-vswitch/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/esx-network-configuration-automation-with-esxcfg-vswitch/</link>
	<description>A SearchVMware.com blog</description>
	<pubDate>Mon, 09 Nov 2009 13:05:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Rick Vanover</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/esx-network-configuration-automation-with-esxcfg-vswitch/#comment-85</link>
		<dc:creator>Rick Vanover</dc:creator>
		<pubDate>Thu, 25 Sep 2008 16:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/esx-network-configuration-automation-with-esxcfg-vswitch/#comment-85</guid>
		<description>Hey - Dglynn:  Super thanks for the extra lines.</description>
		<content:encoded><![CDATA[<p>Hey - Dglynn:  Super thanks for the extra lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dglynn</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/esx-network-configuration-automation-with-esxcfg-vswitch/#comment-84</link>
		<dc:creator>Dglynn</dc:creator>
		<pubDate>Thu, 25 Sep 2008 16:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/esx-network-configuration-automation-with-esxcfg-vswitch/#comment-84</guid>
		<description>Rick, 
To have vmnic3 and vmnic4 in active/active replace:
[CODE]esxcfg-vswitch –link=vmnic3 MainGuestVirtualSwitch
esxcfg-vswitch –link=vmnic4 MainGuestVirtualSwitch[/CODE]
with
[CODE]echo "Creating MainGuestVirtualSwitch which will host the main networking VLANs"
esxcfg-vswitch --add MainGuestVirtualSwitch
vmware-vim-cmd internalsvc/refresh_network
esxcfg-vswitch --link=vmnic3 MainGuestVirtualSwitch
esxcfg-vswitch --link=vmnic4 MainGuestVirtualSwitch
vmware-vim-cmd internalsvc/refresh_network
esxcfg-vswitch --unlink=vmnic3 MainGuestVirtualSwitch
esxcfg-vswitch --unlink=vmnic4 MainGuestVirtualSwitch
vmware-vim-cmd internalsvc/refresh_network
esxcfg-vswitch --link=vmnic3 MainGuestVirtualSwitch
esxcfg-vswitch --link=vmnic4 MainGuestVirtualSwitch
vmware-vim-cmd internalsvc/refresh_network[/CODE]
and yes I know it looks redundant :)</description>
		<content:encoded><![CDATA[<p>Rick,<br />
To have vmnic3 and vmnic4 in active/active replace:</p>
<pre>esxcfg-vswitch –link=vmnic3 MainGuestVirtualSwitch
esxcfg-vswitch –link=vmnic4 MainGuestVirtualSwitch</pre>
<p>with</p>
<pre>echo &#8220;Creating MainGuestVirtualSwitch which will host the main networking VLANs&#8221;
esxcfg-vswitch &#8211;add MainGuestVirtualSwitch
vmware-vim-cmd internalsvc/refresh_network
esxcfg-vswitch &#8211;link=vmnic3 MainGuestVirtualSwitch
esxcfg-vswitch &#8211;link=vmnic4 MainGuestVirtualSwitch
vmware-vim-cmd internalsvc/refresh_network
esxcfg-vswitch &#8211;unlink=vmnic3 MainGuestVirtualSwitch
esxcfg-vswitch &#8211;unlink=vmnic4 MainGuestVirtualSwitch
vmware-vim-cmd internalsvc/refresh_network
esxcfg-vswitch &#8211;link=vmnic3 MainGuestVirtualSwitch
esxcfg-vswitch &#8211;link=vmnic4 MainGuestVirtualSwitch
vmware-vim-cmd internalsvc/refresh_network</pre>
<p>and yes I know it looks redundant <img src='http://itknowledgeexchange.techtarget.com/virtualization-pro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->