<?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 laurensdekoning.nl</title>
	<atom:link href="http://laurensdekoning.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://laurensdekoning.nl</link>
	<description>All about VMware, NetApp, PowerShell, Windows, Microsoft and Linux in general.</description>
	<lastBuildDate>Mon, 16 Jan 2012 14:54:45 +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 VMware: Bad performance on HP ProLiant DL380 G6 with ESXi 3.5 U4 by GoodThings2Life</title>
		<link>http://laurensdekoning.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/comment-page-1/#comment-6482</link>
		<dc:creator>GoodThings2Life</dc:creator>
		<pubDate>Mon, 16 Jan 2012 14:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://laez.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/#comment-6482</guid>
		<description>I installed the 512MB cache module with the battery backup unit, but I&#039;m still experiencing AWFUL disk read/write performance. I&#039;m running ESXi 4.1 U2. I&#039;ve installed all of the latest firmware updates (Firmware DVD 9.30 plus the Service Pack disk from September 2011).

When I &quot;F8&quot; into the controller setup at boot, I don&#039;t see any options to verify/adjust the cache settings, so is there another way to do this?</description>
		<content:encoded><![CDATA[<p>I installed the 512MB cache module with the battery backup unit, but I&#8217;m still experiencing AWFUL disk read/write performance. I&#8217;m running ESXi 4.1 U2. I&#8217;ve installed all of the latest firmware updates (Firmware DVD 9.30 plus the Service Pack disk from September 2011).</p>
<p>When I &#8220;F8&#8243; into the controller setup at boot, I don&#8217;t see any options to verify/adjust the cache settings, so is there another way to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick and simple VMware ESX Host Statistics by Kris</title>
		<link>http://laurensdekoning.nl/quick-and-simple-vmware-esx-host-statistics/comment-page-1/#comment-4168</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Fri, 09 Sep 2011 12:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://laez.nl/quick-and-simple-vmware-esx-host-statistics/#comment-4168</guid>
		<description>This script definitely good. But some information missing. It would be great if the output has total CPU and Total Memory along with the current utilization.

Br,</description>
		<content:encoded><![CDATA[<p>This script definitely good. But some information missing. It would be great if the output has total CPU and Total Memory along with the current utilization.</p>
<p>Br,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: Bad performance on HP ProLiant DL380 G6 with ESXi 3.5 U4 by mfischer</title>
		<link>http://laurensdekoning.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/comment-page-1/#comment-4146</link>
		<dc:creator>mfischer</dc:creator>
		<pubDate>Wed, 07 Sep 2011 04:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://laez.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/#comment-4146</guid>
		<description>Hi gabrielpc1190,

Buy a Battery Kit upgrade (for BBWC) 462969-B21.

Attach this to the connector on the cache and when the battery charges (may be 30mins to 2 hrs) then all will be fine.

If you are going to turn on Physical Drive Write Cache State make sure you have the server running off a UPS otherwise you may lose data on a unscheduled power outage. 
I recommend that all servers should be on a suitable sized UPS with the monitoring/remote shutdown software installed. 
It amazes me how many servers I see attached to UPS with no monitoring/remote shutdown software installed.
o.O</description>
		<content:encoded><![CDATA[<p>Hi gabrielpc1190,</p>
<p>Buy a Battery Kit upgrade (for BBWC) 462969-B21.</p>
<p>Attach this to the connector on the cache and when the battery charges (may be 30mins to 2 hrs) then all will be fine.</p>
<p>If you are going to turn on Physical Drive Write Cache State make sure you have the server running off a UPS otherwise you may lose data on a unscheduled power outage.<br />
I recommend that all servers should be on a suitable sized UPS with the monitoring/remote shutdown software installed.<br />
It amazes me how many servers I see attached to UPS with no monitoring/remote shutdown software installed.<br />
o.O</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick and simple VMware ESX Host Statistics by Robin</title>
		<link>http://laurensdekoning.nl/quick-and-simple-vmware-esx-host-statistics/comment-page-1/#comment-3953</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 16 Aug 2011 08:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://laez.nl/quick-and-simple-vmware-esx-host-statistics/#comment-3953</guid>
		<description>Get-Datacenter &#124; Sort &#124; Get-Cluster &#124; Sort &#124; Get-VMHost &#124; Sort &#124; Get-View &#124; `
Select Name, OverallStatus, `
@{N=&quot;CPU Usage (GHz)&quot;;E={[math]::round(
$_.Summary.QuickStats.OverallCpuUsage/1024,2)}}, `
@{N=&quot;Memory Usage (GB)&quot;;E={[math]::round(
$_.Summary.QuickStats.OverallMemoryUsage/1024,2)}}, `
@{N=&quot;Cluster&quot;;E={get-cluster -vmhost $_.Name}}</description>
		<content:encoded><![CDATA[<p>Get-Datacenter | Sort | Get-Cluster | Sort | Get-VMHost | Sort | Get-View | `<br />
Select Name, OverallStatus, `<br />
@{N=&#8221;CPU Usage (GHz)&#8221;;E={[math]::round(<br />
$_.Summary.QuickStats.OverallCpuUsage/1024,2)}}, `<br />
@{N=&#8221;Memory Usage (GB)&#8221;;E={[math]::round(<br />
$_.Summary.QuickStats.OverallMemoryUsage/1024,2)}}, `<br />
@{N=&#8221;Cluster&#8221;;E={get-cluster -vmhost $_.Name}}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick and simple VMware ESX Host Statistics by Robin</title>
		<link>http://laurensdekoning.nl/quick-and-simple-vmware-esx-host-statistics/comment-page-1/#comment-3948</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 16 Aug 2011 06:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://laez.nl/quick-and-simple-vmware-esx-host-statistics/#comment-3948</guid>
		<description>Hi,

Very nice skript.
Is it also possible to get the Cluster from this VM Host in the same skript?
So that i have the rows: VMHostName, ClusterName, OverallStatus, CPU Usage, Memory Usage

And it would be also great if i have a row with Host count.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Very nice skript.<br />
Is it also possible to get the Cluster from this VM Host in the same skript?<br />
So that i have the rows: VMHostName, ClusterName, OverallStatus, CPU Usage, Memory Usage</p>
<p>And it would be also great if i have a row with Host count.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: Bad performance on HP ProLiant DL380 G6 with ESXi 3.5 U4 by Gabriel Paniagua Castro</title>
		<link>http://laurensdekoning.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/comment-page-1/#comment-1979</link>
		<dc:creator>Gabriel Paniagua Castro</dc:creator>
		<pubDate>Fri, 18 Mar 2011 19:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://laez.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/#comment-1979</guid>
		<description>&lt;blockquote cite=&quot;#comment-content-37&quot;&gt;
&lt;a href=&quot;#comment-37&quot; rel=&quot;nofollow&quot;&gt;Julio&lt;/a&gt; :
    I’m planning on buying an HP DL380 G6 and will use vmware ESXi 4.0 too with 3 VM (2 with Windows Server 2008 + 1 Linux) so this issue concerns me very much.
The model that is on stock right now in my country (Argentina) is 491324-001 which includes HP Smart Array P410i/256MB Controller.
What are my options? HP recommends 1) 512MB BBWC 462967-B21 2) Battery Kit upgrade (for BBWC) 462969-B21 3) 256MB Cache Module 462968-B21. But I’m not sure which one is for me. Do I need 512MB BBWC for use Battery Kit upgrade (for BBWC) 462969-B21?
I would appreciated your help.
  &lt;/blockquote&gt;

Did you get this resolved?
I want to upgrade my server too but i dont know what i have to buy. I have the Smart Array P410i/256MB Controller too.
Thanks

gabrielpc1190 at gmail.com</description>
		<content:encoded><![CDATA[<blockquote cite="#comment-content-37"><p>
<a href="#comment-37" rel="nofollow">Julio</a> :<br />
    I’m planning on buying an HP DL380 G6 and will use vmware ESXi 4.0 too with 3 VM (2 with Windows Server 2008 + 1 Linux) so this issue concerns me very much.<br />
The model that is on stock right now in my country (Argentina) is 491324-001 which includes HP Smart Array P410i/256MB Controller.<br />
What are my options? HP recommends 1) 512MB BBWC 462967-B21 2) Battery Kit upgrade (for BBWC) 462969-B21 3) 256MB Cache Module 462968-B21. But I’m not sure which one is for me. Do I need 512MB BBWC for use Battery Kit upgrade (for BBWC) 462969-B21?<br />
I would appreciated your help.
  </p></blockquote>
<p>Did you get this resolved?<br />
I want to upgrade my server too but i dont know what i have to buy. I have the Smart Array P410i/256MB Controller too.<br />
Thanks</p>
<p>gabrielpc1190 at gmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List NFS Datastore Usage by Jacob Hayes</title>
		<link>http://laurensdekoning.nl/list-nfs-datastore-usage/comment-page-1/#comment-1362</link>
		<dc:creator>Jacob Hayes</dc:creator>
		<pubDate>Sun, 30 Jan 2011 04:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://laez.nl/?p=44#comment-1362</guid>
		<description>Thanks for posting the code for your utility. It helps having a VMware related example in figuring out how powershell code fits into the PrimalForms GUI generated templates.</description>
		<content:encoded><![CDATA[<p>Thanks for posting the code for your utility. It helps having a VMware related example in figuring out how powershell code fits into the PrimalForms GUI generated templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware vCenter Server Heartbeat by denicklor</title>
		<link>http://laurensdekoning.nl/vmware-vcenter-server-heartbeat-full-article/comment-page-1/#comment-1013</link>
		<dc:creator>denicklor</dc:creator>
		<pubDate>Mon, 20 Dec 2010 05:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://laez.nl/?p=341#comment-1013</guid>
		<description>&quot;In our case this is Windows Server 2008 x64 Standard. Give it a temporary IP (DHCP if you will) and a bogus hostname. This will be overwritten when Heartbeat sets up your secondary node with your primary node’s data. Both: also make sure you have your ILO configuration on both the primary as the secondary server to be able to reach the servers in some of the steps of the installation Both: make sure the Windows Update level on both servers is the same. Both: in case you are using Windows Server 2008 you need to install some features on the server before you can start the installation: Backup, Backup-Features and Backup-Tools. Both: Very important, installing Heartbeat will NOT work properly when you have NIC Teaming enabled. If you want to use NIC Teaming: set it up when the whole Heartbeat setup is finished! Primary: install Heartbeat and follow the steps on the screen, make sure you have some storage space on the network available to store the temporary backup-files to transfer the backup which contains the identity of your primary server to your secondary.Important: make sure your secondary server is able to reach this location. Secondary: as you probably have followed all of the steps on your primary node the setup will tell you to continue your setup on your Secondary node. Secondary: don’t forget to manually change your Channel IP to the proper IP you have reserved for the secondary node after the Heartbeat setup rebooted your server! Both: this is for both servers, but has to be configured only once in your Heartbeat configuration. You will need to provide a service account to the vCenter Service Plugin of Heartbeat that has enough access on your vCenter Server to monitor if it’s down or up.I would suggest if you are running vCenter Server on a service account like I do you use that account for this purpose.&quot;
You can out more?</description>
		<content:encoded><![CDATA[<p>&#8220;In our case this is Windows Server 2008 x64 Standard. Give it a temporary IP (DHCP if you will) and a bogus hostname. This will be overwritten when Heartbeat sets up your secondary node with your primary node’s data. Both: also make sure you have your ILO configuration on both the primary as the secondary server to be able to reach the servers in some of the steps of the installation Both: make sure the Windows Update level on both servers is the same. Both: in case you are using Windows Server 2008 you need to install some features on the server before you can start the installation: Backup, Backup-Features and Backup-Tools. Both: Very important, installing Heartbeat will NOT work properly when you have NIC Teaming enabled. If you want to use NIC Teaming: set it up when the whole Heartbeat setup is finished! Primary: install Heartbeat and follow the steps on the screen, make sure you have some storage space on the network available to store the temporary backup-files to transfer the backup which contains the identity of your primary server to your secondary.Important: make sure your secondary server is able to reach this location. Secondary: as you probably have followed all of the steps on your primary node the setup will tell you to continue your setup on your Secondary node. Secondary: don’t forget to manually change your Channel IP to the proper IP you have reserved for the secondary node after the Heartbeat setup rebooted your server! Both: this is for both servers, but has to be configured only once in your Heartbeat configuration. You will need to provide a service account to the vCenter Service Plugin of Heartbeat that has enough access on your vCenter Server to monitor if it’s down or up.I would suggest if you are running vCenter Server on a service account like I do you use that account for this purpose.&#8221;<br />
You can out more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vizioncore Releases vRanger v4.1 DPP by New Beavers bend cabins</title>
		<link>http://laurensdekoning.nl/vizioncore-releases-vranger-v4-1-dpp/comment-page-1/#comment-782</link>
		<dc:creator>New Beavers bend cabins</dc:creator>
		<pubDate>Wed, 10 Nov 2010 11:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://laez.nl/?p=289#comment-782</guid>
		<description>They are preparing anything well, and they have a good tools in working. They are really a professional in this job.</description>
		<content:encoded><![CDATA[<p>They are preparing anything well, and they have a good tools in working. They are really a professional in this job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware vCenter Server Heartbeat by Jan</title>
		<link>http://laurensdekoning.nl/vmware-vcenter-server-heartbeat-full-article/comment-page-1/#comment-600</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 03 Sep 2010 06:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://laez.nl/?p=341#comment-600</guid>
		<description>Guys
dont buy this.... Is a piece of s****. Customer has TWO licenses, and from month of using this product in production was HB working normally week i think. Everything was fine, until we try to patch operating system (MS Update). We use official KB (http://kb.vmware.com/kb/1010803) but of course this doesnt work and after that starts our problems. Now we are solving these with support third week and im crazy about it.....

good luck</description>
		<content:encoded><![CDATA[<p>Guys<br />
dont buy this&#8230;. Is a piece of s****. Customer has TWO licenses, and from month of using this product in production was HB working normally week i think. Everything was fine, until we try to patch operating system (MS Update). We use official KB (<a href="http://kb.vmware.com/kb/1010803" rel="nofollow">http://kb.vmware.com/kb/1010803</a>) but of course this doesnt work and after that starts our problems. Now we are solving these with support third week and im crazy about it&#8230;..</p>
<p>good luck</p>
]]></content:encoded>
	</item>
</channel>
</rss>

