<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>laurensdekoning.nl - Latest Comments</title><link>http://laurensdekoningnl.disqus.com/</link><description></description><atom:link href="https://laurensdekoningnl.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 04 Feb 2013 19:01:33 -0000</lastBuildDate><item><title>Re: PowerCLI: Migrate VM&amp;#8217;s to another VLAN/Portgroup</title><link>http://laurensdekoning.nl/powercli-migrate-vms-to-another-vlanportgroup/#comment-788752386</link><description>&lt;p&gt;here is script i wrote to migrate the static IP's based on a conversion table;&lt;/p&gt;&lt;p&gt;if ($file){&lt;br&gt;$file = Import-Csv $file&lt;br&gt;}&lt;br&gt;$iptable = Import-Csv "H:\My Documents\IP_Table.csv"&lt;br&gt;$interfaces = Get-WmiObject Win32_NetworkAdapterConfiguration | where {$_.DefaultIPGateway -ne $null} | Select DHCPEnabled, IPAddress, IPSubnet, DefaultIPGateway, DNSDomain, DNSServerSearchOrder, ServiceName, Description, Index&lt;br&gt;Foreach ($interface in $interfaces){&lt;br&gt;        $Interface = Get-WmiObject Win32_NetworkAdapterConfiguration | where {$_.DefaultIPGateway -ne $null}&lt;br&gt;        #$Interface | GM&lt;br&gt;        $gateway = $Interface.DefaultIPGateway&lt;br&gt;        $IPOctect = $Interface.IPAddress[0].split(".")        &lt;br&gt;        $iptable | foreach {&lt;br&gt;        #$_ | FT&lt;br&gt;        if ($IPOctect[1] -eq $_.IPOctect1 -and $IPOctect[2] -eq $_.IPOctect2){&lt;br&gt;        Write-Host "$(Get-Date -format T): Found IP Address" $Interface.IPAddress #"in table:" $_.IPOctect[0] $_.IPOctect[1] $_.IPOctect[2] $_.IPOctect[4]&lt;br&gt;        #Concatenate IP&lt;br&gt;        $dot = "."&lt;br&gt;        $NewIP = $_.New_IPOctect0 + $dot + $_.New_IPOctect1 + $dot + $_.New_IPOctect2 + $dot + $IPOctect[3]&lt;br&gt;        $gateway = $_.New_IPOctect0 + $dot + $_.New_IPOctect1 + $dot + $_.New_IPOctect2 + $dot + "1"&lt;br&gt;        $subnet = $Interface.IPSubnet[0]&lt;br&gt;        Write-Host "$(Get-Date -format T): Setting IP Address to $NewIP" &lt;br&gt;        Write-Host "$(Get-Date -format T): Setting Gateway Address to $gateway"                 &lt;br&gt;        Write-Host "$(Get-Date -format T): Setting subnet to $subnet"     &lt;br&gt;        Write-Host "$(Get-Date -format T): Setting DNS: $dns for $site"    &lt;br&gt;        Write-Host "$(Get-Date -format T): Registering DNS"        &lt;br&gt;        $Interface.EnableStatic($NewIP, $subnetmask)&lt;br&gt;        $Interface.SetGateways($gateway)&lt;br&gt;        $Interface.SetDNSServerSearchOrder($dns)&lt;br&gt;        $Interface.SetDynamicDNSRegistration($registerDns)&lt;br&gt;#ipconfig /registerdns&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PIR8</dc:creator><pubDate>Mon, 04 Feb 2013 19:01:33 -0000</pubDate></item><item><title>Re: Private: Google Drive to be available shortly?</title><link>http://laurensdekoning.nl/google-drive-to-be-available-shortly/#comment-645975382</link><description>&lt;p&gt;Test&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">laurensdekoning</dc:creator><pubDate>Mon, 10 Sep 2012 13:29:43 -0000</pubDate></item><item><title>Re: Refresh Datastores with PowerShell (oneliner)</title><link>http://laurensdekoning.nl/refresh-datastores-with-powershell-oneliner/#comment-645988804</link><description>&lt;p&gt;get-vmhoststorage can take pipeline input... no need for the foreach loop.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JD</dc:creator><pubDate>Tue, 04 Sep 2012 18:35:48 -0000</pubDate></item><item><title>Re: VMware: Bad performance on HP ProLiant DL380 G6 with ESXi 3.5 U4</title><link>http://laurensdekoning.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/#comment-645988983</link><description>&lt;p&gt;Hello friends,&lt;/p&gt;&lt;p&gt;Interesting blog. It would be great if you can provide more details about it. Thank you.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wd1600js</dc:creator><pubDate>Tue, 10 Jul 2012 02:50:34 -0000</pubDate></item><item><title>Re: PowerShell Scripts</title><link>http://laurensdekoning.nl/powershell/#comment-645988923</link><description>&lt;p&gt;Sorry, zie je comment nu pas :) Heb het erg druk en gebruik geen scripts daarvoor, wij monitoren onze datastores in Nagios.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">laez</dc:creator><pubDate>Thu, 14 Jun 2012 13:37:24 -0000</pubDate></item><item><title>Re: PowerShell Scripts</title><link>http://laurensdekoning.nl/powershell/#comment-645988911</link><description>&lt;p&gt;Laurens,&lt;/p&gt;&lt;p&gt;Wij kennen elkaar van XTG Gouda.&lt;br&gt;Ik heb een omgeving 4 Hosts. vSphere 4.&lt;br&gt;Wil graag elke maand automatisch een diskgebruik hebben.&lt;/p&gt;&lt;p&gt;Een XLS rapportage van alle VM's en hun disk gebruik en wat er vrij is.&lt;br&gt;Zodat we over 4 jaar een mooie rapportage kunnen geven in exl wat het verbuik geweest is.&lt;/p&gt;&lt;p&gt;Heb jij een PowerCLI op de plank liggen ?&lt;/p&gt;&lt;p&gt;Mvgr John&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Willemse</dc:creator><pubDate>Thu, 22 Mar 2012 21:58:03 -0000</pubDate></item><item><title>Re: VMware: Bad performance on HP ProLiant DL380 G6 with ESXi 3.5 U4</title><link>http://laurensdekoning.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/#comment-645988970</link><description>&lt;p&gt;I installed the 512MB cache module with the battery backup unit, but I'm still experiencing AWFUL disk read/write performance. I'm running ESXi 4.1 U2. I've installed all of the latest firmware updates (Firmware DVD 9.30 plus the Service Pack disk from September 2011).&lt;/p&gt;&lt;p&gt;When I "F8" into the controller setup at boot, I don't see any options to verify/adjust the cache settings, so is there another way to do this?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GoodThings2Life</dc:creator><pubDate>Mon, 16 Jan 2012 14:54:45 -0000</pubDate></item><item><title>Re: Quick and simple VMware ESX Host Statistics</title><link>http://laurensdekoning.nl/quick-and-simple-vmware-esx-host-statistics/#comment-645988821</link><description>&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Br,&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kris</dc:creator><pubDate>Fri, 09 Sep 2011 12:03:50 -0000</pubDate></item><item><title>Re: VMware: Bad performance on HP ProLiant DL380 G6 with ESXi 3.5 U4</title><link>http://laurensdekoning.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/#comment-645988972</link><description>&lt;p&gt;Hi gabrielpc1190,&lt;/p&gt;&lt;p&gt;Buy a Battery Kit upgrade (for BBWC) 462969-B21.&lt;/p&gt;&lt;p&gt;Attach this to the connector on the cache and when the battery charges (may be 30mins to 2 hrs) then all will be fine.&lt;/p&gt;&lt;p&gt;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. &lt;br&gt;I recommend that all servers should be on a suitable sized UPS with the monitoring/remote shutdown software installed. &lt;br&gt;It amazes me how many servers I see attached to UPS with no monitoring/remote shutdown software installed.&lt;br&gt;o.O&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mfischer</dc:creator><pubDate>Wed, 07 Sep 2011 04:00:05 -0000</pubDate></item><item><title>Re: Quick and simple VMware ESX Host Statistics</title><link>http://laurensdekoning.nl/quick-and-simple-vmware-esx-host-statistics/#comment-645988820</link><description>&lt;p&gt;Get-Datacenter | Sort | Get-Cluster | Sort | Get-VMHost | Sort | Get-View | `&lt;br&gt;Select Name, OverallStatus, `&lt;br&gt;@{N="CPU Usage (GHz)";E={[math]::round(&lt;br&gt;$_.Summary.QuickStats.OverallCpuUsage/1024,2)}}, `&lt;br&gt;@{N="Memory Usage (GB)";E={[math]::round(&lt;br&gt;$_.Summary.QuickStats.OverallMemoryUsage/1024,2)}}, `&lt;br&gt;@{N="Cluster";E={get-cluster -vmhost $_.Name}}&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin</dc:creator><pubDate>Tue, 16 Aug 2011 08:00:58 -0000</pubDate></item><item><title>Re: Quick and simple VMware ESX Host Statistics</title><link>http://laurensdekoning.nl/quick-and-simple-vmware-esx-host-statistics/#comment-645988813</link><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Very nice skript.&lt;br&gt;Is it also possible to get the Cluster from this VM Host in the same skript?&lt;br&gt;So that i have the rows: VMHostName, ClusterName, OverallStatus, CPU Usage, Memory Usage&lt;/p&gt;&lt;p&gt;And it would be also great if i have a row with Host count.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin</dc:creator><pubDate>Tue, 16 Aug 2011 06:43:40 -0000</pubDate></item><item><title>Re: VMware: Bad performance on HP ProLiant DL380 G6 with ESXi 3.5 U4</title><link>http://laurensdekoning.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/#comment-645988968</link><description>&lt;blockquote&gt;&lt;br&gt;&lt;a href="#comment-37" rel="nofollow noopener" target="_blank" title="#comment-37"&gt;Julio&lt;/a&gt; :&lt;br&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.&lt;br&gt;The model that is on stock right now in my country (Argentina) is 491324-001 which includes HP Smart Array P410i/256MB Controller.&lt;br&gt;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?&lt;br&gt;I would appreciated your help.&lt;br&gt;  &lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Did you get this resolved?&lt;br&gt;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.&lt;br&gt;Thanks&lt;/p&gt;&lt;p&gt;gabrielpc1190 at &lt;a href="http://gmail.com" rel="nofollow noopener" target="_blank" title="gmail.com"&gt;gmail.com&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gabriel Paniagua Castro</dc:creator><pubDate>Fri, 18 Mar 2011 19:02:18 -0000</pubDate></item><item><title>Re: List NFS Datastore Usage</title><link>http://laurensdekoning.nl/list-nfs-datastore-usage/#comment-645988793</link><description>&lt;p&gt;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.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob Hayes</dc:creator><pubDate>Sun, 30 Jan 2011 04:10:24 -0000</pubDate></item><item><title>Re: VMware vCenter Server Heartbeat</title><link>http://laurensdekoning.nl/vmware-vcenter-server-heartbeat-full-article/#comment-645988861</link><description>&lt;p&gt;"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."&lt;br&gt;You can out more?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">denicklor</dc:creator><pubDate>Mon, 20 Dec 2010 05:57:06 -0000</pubDate></item><item><title>Re: Vizioncore Releases vRanger v4.1 DPP</title><link>http://laurensdekoning.nl/vizioncore-releases-vranger-v4-1-dpp/#comment-645988826</link><description>&lt;p&gt;They are preparing anything well, and they have a good tools in working. They are really a professional in this job.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">New Beavers bend cabins</dc:creator><pubDate>Wed, 10 Nov 2010 11:24:19 -0000</pubDate></item><item><title>Re: VMware vCenter Server Heartbeat</title><link>http://laurensdekoning.nl/vmware-vcenter-server-heartbeat-full-article/#comment-645988849</link><description>&lt;p&gt;Guys&lt;br&gt;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 (&lt;a href="http://kb.vmware.com/kb/1010803)" rel="nofollow noopener" target="_blank" title="http://kb.vmware.com/kb/1010803)"&gt;http://kb.vmware.com/kb/101...&lt;/a&gt; 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.....&lt;/p&gt;&lt;p&gt;good luck&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan</dc:creator><pubDate>Fri, 03 Sep 2010 06:49:06 -0000</pubDate></item><item><title>Re: VMware vCenter Server Heartbeat</title><link>http://laurensdekoning.nl/vmware-vcenter-server-heartbeat-full-article/#comment-645988839</link><description>&lt;p&gt;I'm running vC HB 6.3 on W2k8 R2 in a test lab. I've two questions&lt;/p&gt;&lt;p&gt;1. How do i keep the passive secondary vCenter HB server up to date. E.g. Anti virus, MS updates, etc. Is it possible to sync the whole primary server so when a failover has occured, the whole secondary HB server is complete synchronized?&lt;/p&gt;&lt;p&gt;2. When I try to connect the vCenter Heartbeat server on a computer(Only Heartbeat console cliënt installed) other then the vCenter Heartbeat Server we receive the following message:&lt;/p&gt;&lt;p&gt;Connection refused to host: ; nested exeception is: jave.net.ConnectException: Connection timed out&lt;/p&gt;&lt;p&gt;We opened tcp port 52267 in the firewall. We tried it on a XP SP3 and a Windows 2008 Cliënt. On the vCenter Heartbeat Server 6.3 server(s) the Heartbeat console works normal.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent</dc:creator><pubDate>Thu, 22 Jul 2010 09:11:26 -0000</pubDate></item><item><title>Re: VMware vCenter Server Heartbeat</title><link>http://laurensdekoning.nl/vmware-vcenter-server-heartbeat-full-article/#comment-645989428</link><description>&lt;p&gt;That's exactly the reason why it took me a while to convince my management ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">laez</dc:creator><pubDate>Fri, 09 Jul 2010 14:37:33 -0000</pubDate></item><item><title>Re: VMware vCenter Server Heartbeat</title><link>http://laurensdekoning.nl/vmware-vcenter-server-heartbeat-full-article/#comment-645988879</link><description>&lt;p&gt;The biggest downside of VCSHB is the license cost - it's twice as much as the software it protects...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scott Vessey</dc:creator><pubDate>Fri, 09 Jul 2010 14:28:25 -0000</pubDate></item><item><title>Re: VMware vCenter Server Heartbeat</title><link>http://laurensdekoning.nl/vmware-vcenter-server-heartbeat-full-article/#comment-645988833</link><description>&lt;p&gt;MSCS is officially not supported by VMware to make your vCenter redundant.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">laez</dc:creator><pubDate>Fri, 09 Jul 2010 12:55:54 -0000</pubDate></item><item><title>Re: VMware vCenter Server Heartbeat</title><link>http://laurensdekoning.nl/vmware-vcenter-server-heartbeat-full-article/#comment-645988871</link><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Thanks for this helpful article.&lt;/p&gt;&lt;p&gt;I had forgotten all about this product, seems to not get my press compared to others in the VMware line.&lt;br&gt;But defiantly needs more considering when comparing to MSCS for HA.&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;Roggy&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roggy</dc:creator><pubDate>Fri, 09 Jul 2010 10:43:33 -0000</pubDate></item><item><title>Re: How to: Install FastSCP 3.0.1.266 on Windows 7 (x86/x64)</title><link>http://laurensdekoning.nl/how-to-install-fastscp-3-0-1-266-on-windows-7-x86x64/#comment-645988990</link><description>&lt;p&gt;There's a WAY easier way to do this, just right click the setup executable, choose the "Compatability" tab, and just tell it to do the install as if it was Vista SP2. Boom, requirement check passed!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin Grote</dc:creator><pubDate>Fri, 16 Oct 2009 22:24:50 -0000</pubDate></item><item><title>Re: Vizioncore vRanger 4.0 Pro Crashes vCenter 2.5 Update 3, 4 and 5</title><link>http://laurensdekoning.nl/vizioncore-vranger-4-0-pro-crashes-vcenter-2-5-update-4-update-5/#comment-645988908</link><description>&lt;p&gt;Well, it might help to look how these replication production compare. Check out how vizionCore esxReplicator compare to Veeam backup &amp;amp; replication at:&lt;br&gt;&lt;a href="http://www.itcomparison.com/DR/VizioncorevsVeeam/VizioncorevsVeeam.htm" rel="nofollow noopener" target="_blank" title="http://www.itcomparison.com/DR/VizioncorevsVeeam/VizioncorevsVeeam.htm"&gt;http://www.itcomparison.com...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I hope that help some one,&lt;br&gt;Enjoy,&lt;br&gt;Erick&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Virtualization Master</dc:creator><pubDate>Sun, 11 Oct 2009 20:05:02 -0000</pubDate></item><item><title>Re: VMware: Bad performance on HP ProLiant DL380 G6 with ESXi 3.5 U4</title><link>http://laurensdekoning.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/#comment-645988963</link><description>&lt;p&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.&lt;br&gt;The model that is on stock right now in my country (Argentina) is 491324-001 which includes HP Smart Array P410i/256MB Controller. &lt;br&gt;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?&lt;br&gt;I would appreciated your help.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Julio</dc:creator><pubDate>Wed, 23 Sep 2009 19:17:48 -0000</pubDate></item><item><title>Re: VMware: Bad performance on HP ProLiant DL380 G6 with ESXi 3.5 U4</title><link>http://laurensdekoning.nl/vmware-bad-performance-on-hp-proliant-dl380-g6-with-esxi-3-5-u4/#comment-645988962</link><description>&lt;p&gt;I had exactly the same problem.&lt;/p&gt;&lt;p&gt;Only firmware updates will not solve the problem.&lt;/p&gt;&lt;p&gt;I bought a 512mb bbwc controller (pn: 462967-B21) and my transfer rate was great.&lt;br&gt;In stead of 2 / 3 MB/s i've got now 70 till 100 MB/s disk transfer speed on my local disks.&lt;/p&gt;&lt;p&gt;HP Dl380G6&lt;br&gt;2x Quad Core&lt;br&gt;8 GB memory&lt;br&gt;4x 146 GB 10 K 2,5"inch disks in Raid 1+0&lt;br&gt;HP P410i controller 512mb BBWC&lt;br&gt;ESXi 4.0&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arno Rommens</dc:creator><pubDate>Fri, 18 Sep 2009 13:53:03 -0000</pubDate></item></channel></rss>