 




<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>
	<lastBuildDate>Wed, 27 Jul 2011 11:50:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<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><![CDATA[Hey - Dglynn:  Super thanks for the extra lines.]]></description>
		<content:encoded><![CDATA[<p>Hey &#8211; 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><![CDATA[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 &quot;Creating MainGuestVirtualSwitch which will host the main networking VLANs&quot;
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:<br />
[CODE]esxcfg-vswitch –link=vmnic3 MainGuestVirtualSwitch<br />
esxcfg-vswitch –link=vmnic4 MainGuestVirtualSwitch[/CODE]<br />
with<br />
[CODE]echo &#8220;Creating MainGuestVirtualSwitch which will host the main networking VLANs&#8221;<br />
esxcfg-vswitch &#8211;add MainGuestVirtualSwitch<br />
vmware-vim-cmd internalsvc/refresh_network<br />
esxcfg-vswitch &#8211;link=vmnic3 MainGuestVirtualSwitch<br />
esxcfg-vswitch &#8211;link=vmnic4 MainGuestVirtualSwitch<br />
vmware-vim-cmd internalsvc/refresh_network<br />
esxcfg-vswitch &#8211;unlink=vmnic3 MainGuestVirtualSwitch<br />
esxcfg-vswitch &#8211;unlink=vmnic4 MainGuestVirtualSwitch<br />
vmware-vim-cmd internalsvc/refresh_network<br />
esxcfg-vswitch &#8211;link=vmnic3 MainGuestVirtualSwitch<br />
esxcfg-vswitch &#8211;link=vmnic4 MainGuestVirtualSwitch<br />
vmware-vim-cmd internalsvc/refresh_network[/CODE]<br />
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>
