<?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: vSphere 4.1: Multicore Virtual CPUs</title>
	<atom:link href="http://www.boche.net/blog/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 15:34:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Parker Race</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-3442</link>
		<dc:creator>Parker Race</dc:creator>
		<pubDate>Mon, 08 Aug 2011 14:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-3442</guid>
		<description>Thanks for the explanation.</description>
		<content:encoded><![CDATA[<p>Thanks for the explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-3427</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 04 Aug 2011 19:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-3427</guid>
		<description>2 vCPUs and 2 cores per socket should have resulted in 2 vCPUs (cores) in 1 socket which is what you saw.  To use this feature correctly in vSphere 4, you provide the absolute number of cores (vCPUs) in the pull down box.  The extra parameter works as a divider to tell the guest OS and its applications how many sockets the environment lives on.  Here are a few examples:

Number of virtual processors: 1
cpuid.coresPerSocket: 1 (single core)
Number of cores OS/apps see: 1
Number of sockets OS/apps see: 1

Number of virtual processors: 2
cpuid.coresPerSocket: 1 (single core)
Number of cores OS/apps see: 2
Number of sockets OS/apps see: 2

Number of virtual processors: 2
cpuid.coresPerSocket: 2 (dual core)
Number of cores OS/apps see: 2
Number of sockets OS/apps see: 1

Number of virtual processors: 4
cpuid.coresPerSocket: 1 (single core)
Number of cores OS/apps see: 4
Number of sockets OS/apps see: 4

Number of virtual processors: 4
cpuid.coresPerSocket: 2 (dual core)
Number of cores OS/apps see: 4
Number of sockets OS/apps see: 2

Number of virtual processors: 4
cpuid.coresPerSocket: 4 (quad core)
Number of cores OS/apps see: 4
Number of sockets OS/apps see: 1

Number of virtual processors: 8
cpuid.coresPerSocket: 1 (single core)
Number of cores OS/apps see: 8
Number of sockets OS/apps see: 8

Number of virtual processors: 8
cpuid.coresPerSocket: 2 (dual core)
Number of cores OS/apps see: 8
Number of sockets OS/apps see: 4

Number of virtual processors: 8
cpuid.coresPerSocket: 4 (quad core)
Number of cores OS/apps see: 8
Number of sockets OS/apps see: 2

Hopefully you see the patterns here, the biggest one being &quot;Number of virtual processors&quot; will always equal &quot;Number of cores OS/apps see&quot;.  
The calculation piece is the cores per socket configuration.</description>
		<content:encoded><![CDATA[<p>2 vCPUs and 2 cores per socket should have resulted in 2 vCPUs (cores) in 1 socket which is what you saw.  To use this feature correctly in vSphere 4, you provide the absolute number of cores (vCPUs) in the pull down box.  The extra parameter works as a divider to tell the guest OS and its applications how many sockets the environment lives on.  Here are a few examples:</p>
<p>Number of virtual processors: 1<br />
cpuid.coresPerSocket: 1 (single core)<br />
Number of cores OS/apps see: 1<br />
Number of sockets OS/apps see: 1</p>
<p>Number of virtual processors: 2<br />
cpuid.coresPerSocket: 1 (single core)<br />
Number of cores OS/apps see: 2<br />
Number of sockets OS/apps see: 2</p>
<p>Number of virtual processors: 2<br />
cpuid.coresPerSocket: 2 (dual core)<br />
Number of cores OS/apps see: 2<br />
Number of sockets OS/apps see: 1</p>
<p>Number of virtual processors: 4<br />
cpuid.coresPerSocket: 1 (single core)<br />
Number of cores OS/apps see: 4<br />
Number of sockets OS/apps see: 4</p>
<p>Number of virtual processors: 4<br />
cpuid.coresPerSocket: 2 (dual core)<br />
Number of cores OS/apps see: 4<br />
Number of sockets OS/apps see: 2</p>
<p>Number of virtual processors: 4<br />
cpuid.coresPerSocket: 4 (quad core)<br />
Number of cores OS/apps see: 4<br />
Number of sockets OS/apps see: 1</p>
<p>Number of virtual processors: 8<br />
cpuid.coresPerSocket: 1 (single core)<br />
Number of cores OS/apps see: 8<br />
Number of sockets OS/apps see: 8</p>
<p>Number of virtual processors: 8<br />
cpuid.coresPerSocket: 2 (dual core)<br />
Number of cores OS/apps see: 8<br />
Number of sockets OS/apps see: 4</p>
<p>Number of virtual processors: 8<br />
cpuid.coresPerSocket: 4 (quad core)<br />
Number of cores OS/apps see: 8<br />
Number of sockets OS/apps see: 2</p>
<p>Hopefully you see the patterns here, the biggest one being &#8220;Number of virtual processors&#8221; will always equal &#8220;Number of cores OS/apps see&#8221;.<br />
The calculation piece is the cores per socket configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parker Race</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-3424</link>
		<dc:creator>Parker Race</dc:creator>
		<pubDate>Thu, 04 Aug 2011 16:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-3424</guid>
		<description>We are having weird results with this. I created a machine for Red Hat Linux 5.6. I assigned to vcpus and and 2 cores per socket. When the OS was installed it saw 1 cpu with 2 cores? We had to assigne 4 cpus with 2 cores per socket.</description>
		<content:encoded><![CDATA[<p>We are having weird results with this. I created a machine for Red Hat Linux 5.6. I assigned to vcpus and and 2 cores per socket. When the OS was installed it saw 1 cpu with 2 cores? We had to assigne 4 cpus with 2 cores per socket.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin C. MacMillan</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2581</link>
		<dc:creator>Collin C. MacMillan</dc:creator>
		<pubDate>Mon, 08 Nov 2010 17:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2581</guid>
		<description>ugh, AMD 2400/6100... not 2300/6100</description>
		<content:encoded><![CDATA[<p>ugh, AMD 2400/6100&#8230; not 2300/6100</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin C. MacMillan</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2580</link>
		<dc:creator>Collin C. MacMillan</dc:creator>
		<pubDate>Mon, 08 Nov 2010 17:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2580</guid>
		<description>Actually, odd number of cores do work, despite the documentation:

http://solori.wordpress.com/2010/11/08/short-take-vsphere-multi-core-virtual-machines/

While functional, I suspect such configurations have limited support by VMware. However, in AMD 2300/6100 and Intel 5600 systems, the ability to match the virtual core count to the physical core count in NUMA systems could be very important deployment considerations.</description>
		<content:encoded><![CDATA[<p>Actually, odd number of cores do work, despite the documentation:</p>
<p><a href="http://solori.wordpress.com/2010/11/08/short-take-vsphere-multi-core-virtual-machines/" rel="nofollow">http://solori.wordpress.com/2010/11/08/short-take-vsphere-multi-core-virtual-machines/</a></p>
<p>While functional, I suspect such configurations have limited support by VMware. However, in AMD 2300/6100 and Intel 5600 systems, the ability to match the virtual core count to the physical core count in NUMA systems could be very important deployment considerations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2563</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 04 Nov 2010 19:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2563</guid>
		<description>@Jay
The VM is going to see cores and sockets.  The VM will be able to take advantage of multiple cores per socket and realize all of the benefits that go along with that (namely licensing).</description>
		<content:encoded><![CDATA[<p>@Jay<br />
The VM is going to see cores and sockets.  The VM will be able to take advantage of multiple cores per socket and realize all of the benefits that go along with that (namely licensing).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Rogers</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2562</link>
		<dc:creator>Jay Rogers</dc:creator>
		<pubDate>Thu, 04 Nov 2010 17:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2562</guid>
		<description>http://bit.ly/aUWglE is KB showing this. Should guest show all cores or just # of vCPU assigned the guest?</description>
		<content:encoded><![CDATA[<p><a href="http://bit.ly/aUWglE" rel="nofollow">http://bit.ly/aUWglE</a> is KB showing this. Should guest show all cores or just # of vCPU assigned the guest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2544</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 03 Nov 2010 07:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2544</guid>
		<description>Is HA still available with multiple cores assigned?</description>
		<content:encoded><![CDATA[<p>Is HA still available with multiple cores assigned?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2452</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Tue, 12 Oct 2010 14:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2452</guid>
		<description>Hi Jason,
Great feature but how can i configure a single virtual processor dual core?
I want to install MS SQL server on a virtual machine with one processor (cost of a licence) but dual core for performance.
My ESXi 4.1 host have a single processor 4 cores.

Thank you for any help.</description>
		<content:encoded><![CDATA[<p>Hi Jason,<br />
Great feature but how can i configure a single virtual processor dual core?<br />
I want to install MS SQL server on a virtual machine with one processor (cost of a licence) but dual core for performance.<br />
My ESXi 4.1 host have a single processor 4 cores.</p>
<p>Thank you for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2341</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sun, 05 Sep 2010 18:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2341</guid>
		<description>Thanks for calling out the error Mike. I&#039;ve updated the blog post with the correction.</description>
		<content:encoded><![CDATA[<p>Thanks for calling out the error Mike. I&#8217;ve updated the blog post with the correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2335</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 04 Sep 2010 09:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2335</guid>
		<description>Hate to be a nitpick, but 2^4=16, not 8. 2^3 however, is much closer to 8.</description>
		<content:encoded><![CDATA[<p>Hate to be a nitpick, but 2^4=16, not 8. 2^3 however, is much closer to 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2330</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Mon, 30 Aug 2010 21:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2330</guid>
		<description>Hi Jason, this is good stuff.  Do you know if there is an official VMware doc available that outlines the procedures on setting this up?</description>
		<content:encoded><![CDATA[<p>Hi Jason, this is good stuff.  Do you know if there is an official VMware doc available that outlines the procedures on setting this up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2268</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Mon, 02 Aug 2010 20:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2268</guid>
		<description>Enterprise Plus licensing is required for 8 vCPUs</description>
		<content:encoded><![CDATA[<p>Enterprise Plus licensing is required for 8 vCPUs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2267</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Mon, 02 Aug 2010 20:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2267</guid>
		<description>Jason - Can you confirm that Enterprise *PLUS* licensing is required and not just Enterprise?</description>
		<content:encoded><![CDATA[<p>Jason &#8211; Can you confirm that Enterprise *PLUS* licensing is required and not just Enterprise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.boche.net/blog/index.php/2010/07/25/vsphere-4-1-multicore-virtual-cpus/comment-page-1/#comment-2258</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 30 Jul 2010 06:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=2610#comment-2258</guid>
		<description>Yes I knew it but it wasn&#039;t offically supported by VMware.  In 4.1, VMware boasts this as a newly supported &quot;feature&quot;.</description>
		<content:encoded><![CDATA[<p>Yes I knew it but it wasn&#8217;t offically supported by VMware.  In 4.1, VMware boasts this as a newly supported &#8220;feature&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

