<?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: PowerCLI: Number of vCPUs in a cluster</title>
	<atom:link href="http://www.virtu-al.net/2009/08/20/powercli-number-of-vcpus-in-a-cluster/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/08/20/powercli-number-of-vcpus-in-a-cluster/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Fri, 19 Mar 2010 18:00:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RobSF</title>
		<link>http://www.virtu-al.net/2009/08/20/powercli-number-of-vcpus-in-a-cluster/comment-page-1/#comment-857</link>
		<dc:creator>RobSF</dc:creator>
		<pubDate>Mon, 24 Aug 2009 14:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=858#comment-857</guid>
		<description>It turns out that you can also increase the limit via PowerCLI. If you add the following code into Al&#039;s script:
If ($RunningLimit -lt 192){
Write-Host &quot; CHANGING to 192....&quot;
$ESXHost &#124;Set-VMHostAdvancedConfiguration -Name &quot;Misc.RunningVCpuLimit&quot; -Value 192
}
... right after the line that displays the limit, then you can raise the limits on all of your hosts.</description>
		<content:encoded><![CDATA[<p>It turns out that you can also increase the limit via PowerCLI. If you add the following code into Al&#8217;s script:<br />
If ($RunningLimit -lt 192){<br />
Write-Host &#8221; CHANGING to 192&#8230;.&#8221;<br />
$ESXHost |Set-VMHostAdvancedConfiguration -Name &#8220;Misc.RunningVCpuLimit&#8221; -Value 192<br />
}<br />
&#8230; right after the line that displays the limit, then you can raise the limits on all of your hosts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/08/20/powercli-number-of-vcpus-in-a-cluster/comment-page-1/#comment-850</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 21 Aug 2009 08:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=858#comment-850</guid>
		<description>&lt;a href=&quot;#comment-836&quot; rel=&quot;nofollow&quot;&gt;@q &lt;/a&gt; 
Good idea, easily added to this script, I will update it.  I am going to include some memory and cpu stats in the daily report but contension is already covered by %RDY, after all you could have hundreds of under utilised vms on a host and all be fine.</description>
		<content:encoded><![CDATA[<p><a href="#comment-836" rel="nofollow">@q </a><br />
Good idea, easily added to this script, I will update it.  I am going to include some memory and cpu stats in the daily report but contension is already covered by %RDY, after all you could have hundreds of under utilised vms on a host and all be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: q</title>
		<link>http://www.virtu-al.net/2009/08/20/powercli-number-of-vcpus-in-a-cluster/comment-page-1/#comment-836</link>
		<dc:creator>q</dc:creator>
		<pubDate>Thu, 20 Aug 2009 21:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=858#comment-836</guid>
		<description>How would we add the number of physical CPU cores per host and per cluster?  The ratio of vCPUs to pCPUs describes CPU oversubscription and is useful when troubleshooting some performance issues...  Might even be a useful addition to the daily report!  :)  Thanks!</description>
		<content:encoded><![CDATA[<p>How would we add the number of physical CPU cores per host and per cluster?  The ratio of vCPUs to pCPUs describes CPU oversubscription and is useful when troubleshooting some performance issues&#8230;  Might even be a useful addition to the daily report!  <img src='http://www.virtu-al.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
