<?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 for www.vExperienced.co.uk</title>
	<atom:link href="http://www.vexperienced.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vexperienced.co.uk</link>
	<description>What do you want to v?</description>
	<lastBuildDate>Wed, 22 Feb 2012 11:32:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on NVRAM problems on Netapp 3200 series filers by Ed Grigson</title>
		<link>http://www.vexperienced.co.uk/2011/12/28/nvram-problems-on-netapp-3200-series-filers/comment-page-1/#comment-826</link>
		<dc:creator>Ed Grigson</dc:creator>
		<pubDate>Wed, 22 Feb 2012 11:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexperienced.co.uk/?p=1587#comment-826</guid>
		<description>We&#039;ve not yet, so I can&#039;t help unfortunately. I&#039;m still hoping I&#039;ll get downtime approved sometime soon so I can apply the firmware. We&#039;ve just racked another 3240 which I can test the firmware process with but unfortunately (?) the new controller is not yet exhibiting the FCMTO issue so I can&#039;t vouch for the fix there either. Maybe someone else can confirm via comments that it&#039;s worked for them?</description>
		<content:encoded><![CDATA[<p>We&#8217;ve not yet, so I can&#8217;t help unfortunately. I&#8217;m still hoping I&#8217;ll get downtime approved sometime soon so I can apply the firmware. We&#8217;ve just racked another 3240 which I can test the firmware process with but unfortunately (?) the new controller is not yet exhibiting the FCMTO issue so I can&#8217;t vouch for the fix there either. Maybe someone else can confirm via comments that it&#8217;s worked for them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NVRAM problems on Netapp 3200 series filers by Alan</title>
		<link>http://www.vexperienced.co.uk/2011/12/28/nvram-problems-on-netapp-3200-series-filers/comment-page-1/#comment-825</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 22 Feb 2012 10:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexperienced.co.uk/?p=1587#comment-825</guid>
		<description>Have you applied the fimware update yet? We applied it to 4 of our filers but it does not seem to fix the issue as we are still seeing that the Battery current is zero.</description>
		<content:encoded><![CDATA[<p>Have you applied the fimware update yet? We applied it to 4 of our filers but it does not seem to fix the issue as we are still seeing that the Battery current is zero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a custom PowerCLI brush for syntax highlighting on WordPress by Ed Grigson</title>
		<link>http://www.vexperienced.co.uk/2012/02/20/adding-a-custom-powercli-brush-for-syntax-highlighting-on-wordpress/comment-page-1/#comment-824</link>
		<dc:creator>Ed Grigson</dc:creator>
		<pubDate>Mon, 20 Feb 2012 18:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexperienced.co.uk/?p=1724#comment-824</guid>
		<description>&lt;a href=&quot;#comment-822&quot; rel=&quot;nofollow&quot;&gt;@Michael Poore &lt;/a&gt; 
Strewth, you&#039;re eagle eyed! 

You&#039;re right that many PowerCLI scripts will include normal PowerShell cmdlets, so in my brush file I&#039;ve added a second &#039;keywords += &#039;&lt;cmdlets&gt;&#039; line so the PowerCLI cmdlets are in addition to the usual PowerShell commands, not instead of. I somehow missed that in the script which generates the &#039;keywords +=&#039; line however. It&#039;s duly updated. 

It&#039;s also worth pointing out that if you want to add cmdlets from other vendors (Netapp&#039;s ONTAP Toolkit for example) you&#039;ll need to amend line 6. Either drop the &#039;-Module vmware*&#039; part (as Michael rightly points out) or filter by your vendor of choice. Thanks!&lt;/cmdlets&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-822" rel="nofollow">@Michael Poore </a><br />
Strewth, you&#8217;re eagle eyed! </p>
<p>You&#8217;re right that many PowerCLI scripts will include normal PowerShell cmdlets, so in my brush file I&#8217;ve added a second &#8216;keywords += &#8216;<cmdlets>&#8216; line so the PowerCLI cmdlets are in addition to the usual PowerShell commands, not instead of. I somehow missed that in the script which generates the &#8216;keywords +=&#8217; line however. It&#8217;s duly updated. </p>
<p>It&#8217;s also worth pointing out that if you want to add cmdlets from other vendors (Netapp&#8217;s ONTAP Toolkit for example) you&#8217;ll need to amend line 6. Either drop the &#8216;-Module vmware*&#8217; part (as Michael rightly points out) or filter by your vendor of choice. Thanks!</cmdlets></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a custom PowerCLI brush for syntax highlighting on WordPress by Michael Poore</title>
		<link>http://www.vexperienced.co.uk/2012/02/20/adding-a-custom-powercli-brush-for-syntax-highlighting-on-wordpress/comment-page-1/#comment-822</link>
		<dc:creator>Michael Poore</dc:creator>
		<pubDate>Mon, 20 Feb 2012 15:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexperienced.co.uk/?p=1724#comment-822</guid>
		<description>Nice. I&#039;ve used SyntaxHighlighter in the past. Given that many PowerCLI scripts will include normal PowerShell commands though, and I don&#039;t think that you can nest brushes with SyntaxHighlighter, you probably would want to remove &quot;-Module vmware*&quot; from line 06 and capture all commands from all modules wouldn&#039;t you?
I&#039;ll try it out later and let you know.</description>
		<content:encoded><![CDATA[<p>Nice. I&#8217;ve used SyntaxHighlighter in the past. Given that many PowerCLI scripts will include normal PowerShell commands though, and I don&#8217;t think that you can nest brushes with SyntaxHighlighter, you probably would want to remove &#8220;-Module vmware*&#8221; from line 06 and capture all commands from all modules wouldn&#8217;t you?<br />
I&#8217;ll try it out later and let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vExpert 2012 &#8211; the mutual benefit of the 1% by Arjan</title>
		<link>http://www.vexperienced.co.uk/2012/02/17/vexpert-2012-the-mutual-benefit-of-the-1/comment-page-1/#comment-821</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Mon, 20 Feb 2012 12:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexperienced.co.uk/?p=1792#comment-821</guid>
		<description>&lt;a href=&quot;#comment-819&quot; rel=&quot;nofollow&quot;&gt;@Ed Grigson &lt;/a&gt; 
If nothing strange happens I&#039;ll be in Barcelona :-)</description>
		<content:encoded><![CDATA[<p><a href="#comment-819" rel="nofollow">@Ed Grigson </a><br />
If nothing strange happens I&#8217;ll be in Barcelona <img src='http://www.vexperienced.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vExpert 2012 &#8211; the mutual benefit of the 1% by Ed Grigson</title>
		<link>http://www.vexperienced.co.uk/2012/02/17/vexpert-2012-the-mutual-benefit-of-the-1/comment-page-1/#comment-819</link>
		<dc:creator>Ed Grigson</dc:creator>
		<pubDate>Sun, 19 Feb 2012 16:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexperienced.co.uk/?p=1792#comment-819</guid>
		<description>Thanks Arjan. I suspect the challenge for VMware will be the growing number of people who are all contributing great content to the community - either the bar is going to rise or the number of vExpert&#039;s is going to increase (or maybe both). You&#039;ve got lots of great content on your site so fingers crossed for you! See you in Barcelona for VMworld maybe?

Regards,

Ed.</description>
		<content:encoded><![CDATA[<p>Thanks Arjan. I suspect the challenge for VMware will be the growing number of people who are all contributing great content to the community &#8211; either the bar is going to rise or the number of vExpert&#8217;s is going to increase (or maybe both). You&#8217;ve got lots of great content on your site so fingers crossed for you! See you in Barcelona for VMworld maybe?</p>
<p>Regards,</p>
<p>Ed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vExpert 2012 &#8211; the mutual benefit of the 1% by Arjan</title>
		<link>http://www.vexperienced.co.uk/2012/02/17/vexpert-2012-the-mutual-benefit-of-the-1/comment-page-1/#comment-818</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Sun, 19 Feb 2012 15:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexperienced.co.uk/?p=1792#comment-818</guid>
		<description>Hi Ed,

Great article! You really say it the way it is! 

I hope you&#039;ll be recognized as a vExpert, because in my opinion you&#039;re doing this for the right reason!

It&#039;s the passion for the products VMware makes, and to give others a look over your shoulder when you experience things that need to be solved in your daily job. Or things you think are worthy of sharing with your peers. 

I&#039;ll hold my fingers crossed for you too (as I&#039;ll do for myself ;-))

Have a great day!

Greetz,

Arjan</description>
		<content:encoded><![CDATA[<p>Hi Ed,</p>
<p>Great article! You really say it the way it is! </p>
<p>I hope you&#8217;ll be recognized as a vExpert, because in my opinion you&#8217;re doing this for the right reason!</p>
<p>It&#8217;s the passion for the products VMware makes, and to give others a look over your shoulder when you experience things that need to be solved in your daily job. Or things you think are worthy of sharing with your peers. </p>
<p>I&#8217;ll hold my fingers crossed for you too (as I&#8217;ll do for myself <img src='http://www.vexperienced.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p>Have a great day!</p>
<p>Greetz,</p>
<p>Arjan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is the HP power setting impacting your performance? by HP BIOS Setting affecting your VM Performance. &#171; My Blog, My Precious.</title>
		<link>http://www.vexperienced.co.uk/2012/01/04/is-the-hp-power-setting-impacting-your-performance/comment-page-1/#comment-817</link>
		<dc:creator>HP BIOS Setting affecting your VM Performance. &#171; My Blog, My Precious.</dc:creator>
		<pubDate>Fri, 17 Feb 2012 09:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexperienced.co.uk/?p=1320#comment-817</guid>
		<description>[...] another interesting article on vExperienced highlighting a default BIOS setting that may affect the performance of your VM environment.    [...]</description>
		<content:encoded><![CDATA[<p>[...] another interesting article on vExperienced highlighting a default BIOS setting that may affect the performance of your VM environment.    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Space: the final frontier (gotcha upgrading to vSphere5 with NFS) by Ed Grigson</title>
		<link>http://www.vexperienced.co.uk/2012/02/16/space-the-final-frontier-gotcha-upgrading-to-vsphere5-with-nfs/comment-page-1/#comment-816</link>
		<dc:creator>Ed Grigson</dc:creator>
		<pubDate>Fri, 17 Feb 2012 07:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexperienced.co.uk/?p=1778#comment-816</guid>
		<description>Thanks for the suggestions David. 

I&#039;m probably playing &#039;devils advocate&#039; more than I need to in the article - first up I&#039;m OK with PowerCLI even though I&#039;m no &lt;a href=&quot;http://www.twitter.com/jonathanmedd&quot; rel=&quot;nofollow&quot;&gt;Jonathan Medd&lt;/a&gt;! We were already using a script to extract the datastore settings from a host pre-upgrade and then another to reapply them after the upgrade, and a script to simply remove spaces from our datastore names does make sense now that we know the root cause. I&#039;m not sure why I wrote that we aren&#039;t entitled to Host Profiles, as we&#039;ve been using them exactly as you suggest (I think it&#039;s my subconscious frustration that they&#039;re an Enterprise+ feature). I&#039;m not familiar with Inventory Snapshot so I&#039;ll go and have a look and see what it can offer us.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestions David. </p>
<p>I&#8217;m probably playing &#8216;devils advocate&#8217; more than I need to in the article &#8211; first up I&#8217;m OK with PowerCLI even though I&#8217;m no <a href="http://www.twitter.com/jonathanmedd" rel="nofollow">Jonathan Medd</a>! We were already using a script to extract the datastore settings from a host pre-upgrade and then another to reapply them after the upgrade, and a script to simply remove spaces from our datastore names does make sense now that we know the root cause. I&#8217;m not sure why I wrote that we aren&#8217;t entitled to Host Profiles, as we&#8217;ve been using them exactly as you suggest (I think it&#8217;s my subconscious frustration that they&#8217;re an Enterprise+ feature). I&#8217;m not familiar with Inventory Snapshot so I&#8217;ll go and have a look and see what it can offer us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Space: the final frontier (gotcha upgrading to vSphere5 with NFS) by @dboftlp</title>
		<link>http://www.vexperienced.co.uk/2012/02/16/space-the-final-frontier-gotcha-upgrading-to-vsphere5-with-nfs/comment-page-1/#comment-815</link>
		<dc:creator>@dboftlp</dc:creator>
		<pubDate>Fri, 17 Feb 2012 02:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexperienced.co.uk/?p=1778#comment-815</guid>
		<description>Several things come to mind immediately. 1st &amp; foremost, get PowerCLI, it&#039;s long overdue. With that many hosts &amp; datastores per host the learning curve will pay for itself very quickly if not immediately in your case! Secondly, VMWare flings, more specifically Inventory Snapshot. Brilliant piece of work, check it out. Also, if you&#039;re upgrading hosts, wait to apply the licenses, create your host profiles and apply the profiles to the hosts as they come online. You can apply the licenses up to 60 days after &amp; en masse once everything is up &amp; running nicely. jm2c!  :D

kthxbai,
@dboftlp</description>
		<content:encoded><![CDATA[<p>Several things come to mind immediately. 1st &amp; foremost, get PowerCLI, it&#8217;s long overdue. With that many hosts &amp; datastores per host the learning curve will pay for itself very quickly if not immediately in your case! Secondly, VMWare flings, more specifically Inventory Snapshot. Brilliant piece of work, check it out. Also, if you&#8217;re upgrading hosts, wait to apply the licenses, create your host profiles and apply the profiles to the hosts as they come online. You can apply the licenses up to 60 days after &amp; en masse once everything is up &amp; running nicely. jm2c!  <img src='http://www.vexperienced.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>kthxbai,<br />
@dboftlp</p>
]]></content:encoded>
	</item>
</channel>
</rss>

