<?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 VMpros</title>
	<atom:link href="http://blog.vmpros.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vmpros.nl</link>
	<description>It&#039;s all about virtualization...</description>
	<lastBuildDate>Wed, 29 May 2013 09:57:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on VMware: Configure Multipath Policy via PowerCLI by sanderdaems</title>
		<link>http://blog.vmpros.nl/2011/05/25/vmware-configure-multipath-policy-via-powercli/comment-page-1/#comment-5704</link>
		<dc:creator>sanderdaems</dc:creator>
		<pubDate>Wed, 29 May 2013 09:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vmpros.nl/2011/05/25/vmware-configure-multipath-policy-via-powercli/#comment-5704</guid>
		<description><![CDATA[Thanks Brian!]]></description>
		<content:encoded><![CDATA[<p>Thanks Brian!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: Configure Multipath Policy via PowerCLI by Brian Knutsson - ATEA A/S (DK)</title>
		<link>http://blog.vmpros.nl/2011/05/25/vmware-configure-multipath-policy-via-powercli/comment-page-1/#comment-5703</link>
		<dc:creator>Brian Knutsson - ATEA A/S (DK)</dc:creator>
		<pubDate>Wed, 29 May 2013 09:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vmpros.nl/2011/05/25/vmware-configure-multipath-policy-via-powercli/#comment-5703</guid>
		<description><![CDATA[This is for vSphere 5.1

$strHost = Get-VMHost 
connect-viserver $strHost
$esxcli = $strHost &#124; Get-EsxCLI
$esxcli.storage.nmp.satp.set($null,&quot;VMW_PSP_RR&quot;,&quot;VMW_SATP_ALUA&quot;)
$strHost &#124; Get-ScsiLun -CanonicalName &quot;naa.6001*&quot; &#124; Set-ScsiLun -Multipathpolicy &quot;roundrobin&quot;
$esxcli.storage.nmp.device.list() &#124; Where {$_.PathSelectionPolicy -eq &quot;VMW_PSP_RR&quot;} &#124; %{$esxcli.storage.nmp.psp.roundrobin.deviceconfig.set($null,$true, $_.device, 1,&quot;iops&quot;,$null)}
$esxcli.storage.nmp.device.list() &#124; Where {$_.PathSelectionPolicy -eq &quot;VMW_PSP_RR&quot;} &#124; %{$esxcli.storage.nmp.psp.roundrobin.deviceconfig.get($_.device)}]]></description>
		<content:encoded><![CDATA[<p>This is for vSphere 5.1</p>
<p>$strHost = Get-VMHost<br />
connect-viserver $strHost<br />
$esxcli = $strHost | Get-EsxCLI<br />
$esxcli.storage.nmp.satp.set($null,&#8221;VMW_PSP_RR&#8221;,&#8221;VMW_SATP_ALUA&#8221;)<br />
$strHost | Get-ScsiLun -CanonicalName &#8220;naa.6001*&#8221; | Set-ScsiLun -Multipathpolicy &#8220;roundrobin&#8221;<br />
$esxcli.storage.nmp.device.list() | Where {$_.PathSelectionPolicy -eq &#8220;VMW_PSP_RR&#8221;} | %{$esxcli.storage.nmp.psp.roundrobin.deviceconfig.set($null,$true, $_.device, 1,&#8221;iops&#8221;,$null)}<br />
$esxcli.storage.nmp.device.list() | Where {$_.PathSelectionPolicy -eq &#8220;VMW_PSP_RR&#8221;} | %{$esxcli.storage.nmp.psp.roundrobin.deviceconfig.get($_.device)}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: Configure Multipath Policy via PowerCLI by Rohit</title>
		<link>http://blog.vmpros.nl/2011/05/25/vmware-configure-multipath-policy-via-powercli/comment-page-1/#comment-5692</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Sat, 25 May 2013 19:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vmpros.nl/2011/05/25/vmware-configure-multipath-policy-via-powercli/#comment-5692</guid>
		<description><![CDATA[My vCenter server having multiple virtual Data center and multiple cluster, so what is the single command to get detail of All DataStore Multi path policy]]></description>
		<content:encoded><![CDATA[<p>My vCenter server having multiple virtual Data center and multiple cluster, so what is the single command to get detail of All DataStore Multi path policy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: Easy upgrade to vSphere ESXi 5.1 by Svirgoli</title>
		<link>http://blog.vmpros.nl/2012/09/17/vmware-easy-upgrade-to-vsphere-esxi-5-1/comment-page-1/#comment-5653</link>
		<dc:creator>Svirgoli</dc:creator>
		<pubDate>Sun, 12 May 2013 17:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vmpros.nl/?p=4479#comment-5653</guid>
		<description><![CDATA[Upgraded to 5.1 update 1! Thanks for the post.

A question: how can upgrade my datastore from vmfs 5.54 to 5.58? I don&#039;t see any things for to do it. 

thanks again.]]></description>
		<content:encoded><![CDATA[<p>Upgraded to 5.1 update 1! Thanks for the post.</p>
<p>A question: how can upgrade my datastore from vmfs 5.54 to 5.58? I don&#8217;t see any things for to do it. </p>
<p>thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: ESXi requires the Execute Disable/No Execute CPU feature to be enabled by cloud</title>
		<link>http://blog.vmpros.nl/2012/09/17/vmware-esxi-requires-the-execute-disableno-execute-cpu-feature-to-be-enabled/comment-page-1/#comment-5645</link>
		<dc:creator>cloud</dc:creator>
		<pubDate>Thu, 09 May 2013 15:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vmpros.nl/?p=4469#comment-5645</guid>
		<description><![CDATA[hi 
thanks it&#039;s resolved the problem , please can you explain how that procudure can solve the problem 
thanks]]></description>
		<content:encoded><![CDATA[<p>hi<br />
thanks it&#8217;s resolved the problem , please can you explain how that procudure can solve the problem<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: Disconnect idling vCenter sessions with PowerCLI by Mitrajeet</title>
		<link>http://blog.vmpros.nl/2010/10/02/vmware-disconnect-idling-vcenter-sessions-with-powercli/comment-page-1/#comment-5627</link>
		<dc:creator>Mitrajeet</dc:creator>
		<pubDate>Thu, 02 May 2013 05:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vmpros.nl/2010/10/02/vmware-disconnect-idling-vcenter-sessions-with-powercli/#comment-5627</guid>
		<description><![CDATA[it is disconnecting all my Active/IDLE sessions ...
i want to disconnect only IDLE one ..]]></description>
		<content:encoded><![CDATA[<p>it is disconnecting all my Active/IDLE sessions &#8230;<br />
i want to disconnect only IDLE one ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: List all RDM disks in Hosts and Virtual Machines via PowerCLI by SamB</title>
		<link>http://blog.vmpros.nl/2011/08/03/vmware-list-all-rdm-disks-in-virtual-machines-via-powercli/comment-page-1/#comment-5625</link>
		<dc:creator>SamB</dc:creator>
		<pubDate>Thu, 02 May 2013 02:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vmpros.nl/2011/08/03/vmware-list-all-rdm-disks-in-virtual-machines-via-powercli/#comment-5625</guid>
		<description><![CDATA[If Exporting to CSV, how do you write the Output accross a csv sheet.]]></description>
		<content:encoded><![CDATA[<p>If Exporting to CSV, how do you write the Output accross a csv sheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: Enhanced VMotion Compatibility (EVC) processor support (1003212) by Edgardo</title>
		<link>http://blog.vmpros.nl/2009/05/20/vmware-enhanced-vmotion-compatibility-evc-processor-support-1003212/comment-page-1/#comment-5623</link>
		<dc:creator>Edgardo</dc:creator>
		<pubDate>Wed, 01 May 2013 09:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vmpros.nl/2009/05/20/vmware-enhanced-vmotion-compatibility-evc-processor-support-1003212/#comment-5623</guid>
		<description><![CDATA[Good way of telling, and nice paragraph to take data regarding 
my presentation subject, which i am going to present in school.]]></description>
		<content:encoded><![CDATA[<p>Good way of telling, and nice paragraph to take data regarding<br />
my presentation subject, which i am going to present in school.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: ESXi requires the Execute Disable/No Execute CPU feature to be enabled by Charlie</title>
		<link>http://blog.vmpros.nl/2012/09/17/vmware-esxi-requires-the-execute-disableno-execute-cpu-feature-to-be-enabled/comment-page-1/#comment-5620</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Tue, 30 Apr 2013 15:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vmpros.nl/?p=4469#comment-5620</guid>
		<description><![CDATA[Thanks is true....]]></description>
		<content:encoded><![CDATA[<p>Thanks is true&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: Host Baseboard Management Controller status by Rob</title>
		<link>http://blog.vmpros.nl/2012/01/03/vmware-host-baseboard-management-controller-status/comment-page-1/#comment-5601</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 26 Apr 2013 14:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vmpros.nl/?p=4203#comment-5601</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-5442&quot; rel=&quot;nofollow&quot;&gt;@Mick &lt;/a&gt; 
We are running several HP DL165 G7&#039;s with a mix of ESXi5.0 to ESXi5.1 versions, all with the standard iLO license (ie. we have not added the Advanced iLO license features), and while I can access the iLO vi http and ssh, likewise they fail to show up in the vSphere client, but worse for us is that the hponcfg utility in the esxi shell complains it cant find the iLO device:

/opt/hp/tools # ./hponcfg 
HP Lights-Out Online Configuration utility
Version 4.0-10 (c) Hewlett-Packard Company, 2011
ERROR:  Could not find the Management Processor Device Node.
	Please check if the iLO driver module is installed and running properly.
	ACTION REQUIRED: Install/Re-install hp Lights-Out driver package(&#039;hp-ilo&#039; RPM) for iLO. 

Anyone have any ideas ?]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-5442" rel="nofollow">@Mick </a><br />
We are running several HP DL165 G7&#8242;s with a mix of ESXi5.0 to ESXi5.1 versions, all with the standard iLO license (ie. we have not added the Advanced iLO license features), and while I can access the iLO vi http and ssh, likewise they fail to show up in the vSphere client, but worse for us is that the hponcfg utility in the esxi shell complains it cant find the iLO device:</p>
<p>/opt/hp/tools # ./hponcfg<br />
HP Lights-Out Online Configuration utility<br />
Version 4.0-10 (c) Hewlett-Packard Company, 2011<br />
ERROR:  Could not find the Management Processor Device Node.<br />
	Please check if the iLO driver module is installed and running properly.<br />
	ACTION REQUIRED: Install/Re-install hp Lights-Out driver package(&#8216;hp-ilo&#8217; RPM) for iLO. </p>
<p>Anyone have any ideas ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
