<?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: New User&#8217;s Guide to Configuring VMware ESX Networking via CLI</title>
	<atom:link href="http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Sun, 14 Mar 2010 18:41:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: NE</title>
		<link>http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/comment-page-1/#comment-46884</link>
		<dc:creator>NE</dc:creator>
		<pubDate>Thu, 03 Dec 2009 22:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1411#comment-46884</guid>
		<description>I will have multiple nics on my host and want to assign them ips...is there a command for that?  I'm not sure I'm understanding how that works.
Everything seems to focus on the service console and switches...I want to setup 2 nics to do a VM network.</description>
		<content:encoded><![CDATA[<p>I will have multiple nics on my host and want to assign them ips&#8230;is there a command for that?  I&#8217;m not sure I&#8217;m understanding how that works.<br />
Everything seems to focus on the service console and switches&#8230;I want to setup 2 nics to do a VM network.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/comment-page-1/#comment-45222</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 24 Jul 2009 22:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1411#comment-45222</guid>
		<description>ESX 4 no longer requires a service console port for iSCSI</description>
		<content:encoded><![CDATA[<p>ESX 4 no longer requires a service console port for iSCSI</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Gray</title>
		<link>http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/comment-page-1/#comment-45125</link>
		<dc:creator>Graham Gray</dc:creator>
		<pubDate>Tue, 14 Jul 2009 09:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1411#comment-45125</guid>
		<description>Thanks for the tip on enabling vMotion from the CLI!

I forgot to explain why the above iSCSI vSwitch config also includes a Service Console port in addition to the vmKernel port - this is added because iSCSI authentication is performed over the Service Console port and not the vmKernel, so we add a Service Console to make sure all iSCSI authentication traffic stays on the iSCSI network.

This was the case with ESX 3.x anyway - any idea if this is still the case with ESX 4?</description>
		<content:encoded><![CDATA[<p>Thanks for the tip on enabling vMotion from the CLI!</p>
<p>I forgot to explain why the above iSCSI vSwitch config also includes a Service Console port in addition to the vmKernel port - this is added because iSCSI authentication is performed over the Service Console port and not the vmKernel, so we add a Service Console to make sure all iSCSI authentication traffic stays on the iSCSI network.</p>
<p>This was the case with ESX 3.x anyway - any idea if this is still the case with ESX 4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/comment-page-1/#comment-45050</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Sat, 04 Jul 2009 13:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1411#comment-45050</guid>
		<description>I didn't include this command in the list above, but you can use this to enable VMotion:

vmware-vim-cmd hostsvc/vmotion/vnic_set vmkX

Where X is the number of the VMkernel NIC to be enabled for VMotion. The esxcfg-vmknic command can be used to enumerate the VMkernel NICs so that you know which one to use.

Thanks for sharing your information!</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t include this command in the list above, but you can use this to enable VMotion:</p>
<p>vmware-vim-cmd hostsvc/vmotion/vnic_set vmkX</p>
<p>Where X is the number of the VMkernel NIC to be enabled for VMotion. The esxcfg-vmknic command can be used to enumerate the VMkernel NICs so that you know which one to use.</p>
<p>Thanks for sharing your information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Gray</title>
		<link>http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/comment-page-1/#comment-45048</link>
		<dc:creator>Graham Gray</dc:creator>
		<pubDate>Sat, 04 Jul 2009 09:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1411#comment-45048</guid>
		<description>I posted some content on my company's extranet that may be relevant - creating vSwitches for iSCSI &amp; vMotion networks with Jumbo Frames enabled (as this is now supported/recommended in ESX4);

Note 1: This configuration example only applies to standard ESX v4 vSwitches. Distributed vSwitch MTUs are directly configurable via the vCenter GUI.
 
Note 2: In order for Jumbo Frames to function, MTU size (9000 bytes) must be enabled on all related hardware ie. iSCSI SAN, Network Switches &amp; ESX server.

Note 3: In this example, two physical NICs are connected to each vSwitch for failover/redundancy.
 
The following assumes the iSCSI switch is vSwitch1 (192.168.200.0/24) and vMotion switch is vSwitch2 (192.168.201.0/24). Names &amp; IP addresses will need to be changed to suit your deployments. 
 
This needs to be done through the root login at the ESX console. 
 
iSCSI vSwitch:
 
esxcfg-vswitch -a vSwitch1
esxcfg-vswitch -L vmnic4 vSwitch1
esxcfg-vswitch -L vmnic5 vSwitch1
esxcfg-vswitch --add-pg="iSCSI Service Console" vSwitch1
esxcfg-vswif -a -i 192.168.200.153 -n 255.255.255.0 -p "iSCSI Service Console" vswif1
esxcfg-vswitch -m 9000 vSwitch1
esxcfg-vswitch -A "iSCSI Network" vSwitch1
esxcfg-vmknic -a -i 192.168.200.53 -n 255.255.255.0 -m 9000 "iSCSI Network"
 
vMotion vSwitch:
 
esxcfg-vswitch -a vSwitch2
esxcfg-vswitch -L vmnic2 vSwitch2
esxcfg-vswitch -L vmnic3 vSwitch2
esxcfg-vswitch -m 9000 vSwitch2
esxcfg-vswitch -A "vMotion Network" vSwitch2
esxcfg-vmknic -a -i 192.168.201.53 -n 255.255.255.0 -m 9000 "vMotion Network"
Tick vMotion tickbox in vCenter GUI (there's no simple way to achieve this through the CLI, so just do it in the GUI).
 
Voilla!</description>
		<content:encoded><![CDATA[<p>I posted some content on my company&#8217;s extranet that may be relevant - creating vSwitches for iSCSI &amp; vMotion networks with Jumbo Frames enabled (as this is now supported/recommended in ESX4);</p>
<p>Note 1: This configuration example only applies to standard ESX v4 vSwitches. Distributed vSwitch MTUs are directly configurable via the vCenter GUI.</p>
<p>Note 2: In order for Jumbo Frames to function, MTU size (9000 bytes) must be enabled on all related hardware ie. iSCSI SAN, Network Switches &amp; ESX server.</p>
<p>Note 3: In this example, two physical NICs are connected to each vSwitch for failover/redundancy.</p>
<p>The following assumes the iSCSI switch is vSwitch1 (192.168.200.0/24) and vMotion switch is vSwitch2 (192.168.201.0/24). Names &amp; IP addresses will need to be changed to suit your deployments. </p>
<p>This needs to be done through the root login at the ESX console. </p>
<p>iSCSI vSwitch:</p>
<p>esxcfg-vswitch -a vSwitch1<br />
esxcfg-vswitch -L vmnic4 vSwitch1<br />
esxcfg-vswitch -L vmnic5 vSwitch1<br />
esxcfg-vswitch &#8211;add-pg=&#8221;iSCSI Service Console&#8221; vSwitch1<br />
esxcfg-vswif -a -i 192.168.200.153 -n 255.255.255.0 -p &#8220;iSCSI Service Console&#8221; vswif1<br />
esxcfg-vswitch -m 9000 vSwitch1<br />
esxcfg-vswitch -A &#8220;iSCSI Network&#8221; vSwitch1<br />
esxcfg-vmknic -a -i 192.168.200.53 -n 255.255.255.0 -m 9000 &#8220;iSCSI Network&#8221;</p>
<p>vMotion vSwitch:</p>
<p>esxcfg-vswitch -a vSwitch2<br />
esxcfg-vswitch -L vmnic2 vSwitch2<br />
esxcfg-vswitch -L vmnic3 vSwitch2<br />
esxcfg-vswitch -m 9000 vSwitch2<br />
esxcfg-vswitch -A &#8220;vMotion Network&#8221; vSwitch2<br />
esxcfg-vmknic -a -i 192.168.201.53 -n 255.255.255.0 -m 9000 &#8220;vMotion Network&#8221;<br />
Tick vMotion tickbox in vCenter GUI (there&#8217;s no simple way to achieve this through the CLI, so just do it in the GUI).</p>
<p>Voilla!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/comment-page-1/#comment-44912</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Thu, 25 Jun 2009 03:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1411#comment-44912</guid>
		<description>Rich,

Good post--having the right NIC cabled for Service Console traffic is definitely a real-world instance of when these commands come in handy. In fact, it's an issue that I even address in the Mastering vSphere book! Thanks for sharing that link, and keep up the good posts over at your site!</description>
		<content:encoded><![CDATA[<p>Rich,</p>
<p>Good post&#8211;having the right NIC cabled for Service Console traffic is definitely a real-world instance of when these commands come in handy. In fact, it&#8217;s an issue that I even address in the Mastering vSphere book! Thanks for sharing that link, and keep up the good posts over at your site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rbrambley</title>
		<link>http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/comment-page-1/#comment-44911</link>
		<dc:creator>rbrambley</dc:creator>
		<pubDate>Thu, 25 Jun 2009 02:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1411#comment-44911</guid>
		<description>Scott,

Great post and idea for a series. 

Some additional reference for your readers: I posted a while ago about a real world example scenario that requires using esx-cfg-vswitch and esxcfg-nics. http://vmetc.com/2008/05/26/trouble-pinging-multiple-nic-esx-host-after-install/</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>Great post and idea for a series. </p>
<p>Some additional reference for your readers: I posted a while ago about a real world example scenario that requires using esx-cfg-vswitch and esxcfg-nics. <a href="http://vmetc.com/2008/05/26/trouble-pinging-multiple-nic-esx-host-after-install/" rel="nofollow">http://vmetc.com/2008/05/26/trouble-pinging-multiple-nic-esx-host-after-install/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ron</title>
		<link>http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/comment-page-1/#comment-44901</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Wed, 24 Jun 2009 03:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1411#comment-44901</guid>
		<description>Great! Very concise and very appreciated!</description>
		<content:encoded><![CDATA[<p>Great! Very concise and very appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lacy</title>
		<link>http://blog.scottlowe.org/2009/06/23/new-user-networking-config-guide/comment-page-1/#comment-44900</link>
		<dc:creator>Lacy</dc:creator>
		<pubDate>Wed, 24 Jun 2009 03:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1411#comment-44900</guid>
		<description>Pretty nice post. I just came across your site and wanted to say 
that I have really enjoyed reading your blog posts. Any way 
I'll be subscribing to your blog and I hope you write again soon!</description>
		<content:encoded><![CDATA[<p>Pretty nice post. I just came across your site and wanted to say<br />
that I have really enjoyed reading your blog posts. Any way<br />
I&#8217;ll be subscribing to your blog and I hope you write again soon!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
