<?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>Sat, 11 Feb 2012 14:14:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/08/20/powercli-number-of-vcpus-in-a-cluster/#comment-6681</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Thu, 09 Jun 2011 16:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=858#comment-6681</guid>
		<description>I adjusted this old code here: http://www.virtu-al.net/2011/06/09/number-of-physical-virtual-cpus-per-host-cluster/ that should help.</description>
		<content:encoded><![CDATA[<p>I adjusted this old code here: <a href="http://www.virtu-al.net/2011/06/09/number-of-physical-virtual-cpus-per-host-cluster/" rel="nofollow">http://www.virtu-al.net/2011/06/09/number-of-physical-virtual-cpus-per-host-cluster/</a> that should help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Number of Physical &#38; Virtual CPU&#8217;s per host &#38; Cluster &#171; &#171; Virtu-AlVirtu-Al</title>
		<link>http://www.virtu-al.net/2009/08/20/powercli-number-of-vcpus-in-a-cluster/#comment-6680</link>
		<dc:creator>Number of Physical &#38; Virtual CPU&#8217;s per host &#38; Cluster &#171; &#171; Virtu-AlVirtu-Al</dc:creator>
		<pubDate>Thu, 09 Jun 2011 16:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=858#comment-6680</guid>
		<description>[...] I received a comment on an older post of mine which gave output of the number of virtual CPU’s on a host and also in a cluster, the comment [...]</description>
		<content:encoded><![CDATA[<p>[...] I received a comment on an older post of mine which gave output of the number of virtual CPU’s on a host and also in a cluster, the comment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Smith</title>
		<link>http://www.virtu-al.net/2009/08/20/powercli-number-of-vcpus-in-a-cluster/#comment-6672</link>
		<dc:creator>Justin Smith</dc:creator>
		<pubDate>Wed, 08 Jun 2011 22:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=858#comment-6672</guid>
		<description>How can I get the data to be output to a text file or html?</description>
		<content:encoded><![CDATA[<p>How can I get the data to be output to a text file or html?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad King</title>
		<link>http://www.virtu-al.net/2009/08/20/powercli-number-of-vcpus-in-a-cluster/#comment-2611</link>
		<dc:creator>Chad King</dc:creator>
		<pubDate>Wed, 01 Sep 2010 22:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=858#comment-2611</guid>
		<description>Coudln&#039;t get this to work - is there an update to this script or how should I run this script?  I apologize am recently new to the powerCLI and the community.  I just got VCP and definitly need to work on my CLI skills with ESXi coming.  Much help appreciated.</description>
		<content:encoded><![CDATA[<p>Coudln&#8217;t get this to work &#8211; is there an update to this script or how should I run this script?  I apologize am recently new to the powerCLI and the community.  I just got VCP and definitly need to work on my CLI skills with ESXi coming.  Much help appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobSF</title>
		<link>http://www.virtu-al.net/2009/08/20/powercli-number-of-vcpus-in-a-cluster/#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-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-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>

