<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for ICT-Freak.nl</title>
	<atom:link href="http://ict-freak.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ict-freak.nl</link>
	<description>VMware, Linux, Scripting...</description>
	<lastBuildDate>Mon, 21 May 2012 13:28:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Powershell script to ping servers by Andrew</title>
		<link>http://ict-freak.nl/2009/06/02/powershell-script-to-ping-servers/comment-page-1/#comment-19572</link>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
		<pubDate>Mon, 21 May 2012 13:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://ictfreak.wordpress.com/2009/06/02/powershell-script-to-ping-servers/#comment-19572</guid>
		<description><![CDATA[Hi folks, does anyone know how to change the number of echo requests sent before a success or failure result is logged (and hence emailed.) Ideally I&#039;d like it to email only if it drops 10 icmp packets in a row.]]></description>
		<content:encoded><![CDATA[<p>Hi folks, does anyone know how to change the number of echo requests sent before a success or failure result is logged (and hence emailed.) Ideally I&#8217;d like it to email only if it drops 10 icmp packets in a row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerCLI: Update-VMHost Function by Richard Garrow</title>
		<link>http://ict-freak.nl/2011/01/09/powercli-update-vmhost-function/comment-page-1/#comment-19528</link>
		<dc:creator><![CDATA[Richard Garrow]]></dc:creator>
		<pubDate>Thu, 17 May 2012 13:56:01 +0000</pubDate>
		<guid isPermaLink="false">https://ictfreak.wordpress.com/?p=5172#comment-19528</guid>
		<description><![CDATA[Hey thanks for creating this function very nice.. I do have a question if you are doing a cluster will it migrate all the guests off the host server then patch it. I figure it will but had to ask just in case. I do not always have a test cluster to run it on so I did not want to do it have a 150 guest just drop off line..

Thanks again..
Rich G]]></description>
		<content:encoded><![CDATA[<p>Hey thanks for creating this function very nice.. I do have a question if you are doing a cluster will it migrate all the guests off the host server then patch it. I figure it will but had to ask just in case. I do not always have a test cluster to run it on so I did not want to do it have a 150 guest just drop off line..</p>
<p>Thanks again..<br />
Rich G</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vCOPS 5: HTTP Status 404 - by swang</title>
		<link>http://ict-freak.nl/2012/04/05/vcops-5-http-status-404/comment-page-1/#comment-19523</link>
		<dc:creator><![CDATA[swang]]></dc:creator>
		<pubDate>Thu, 17 May 2012 08:39:52 +0000</pubDate>
		<guid isPermaLink="false">https://ictfreak.wordpress.com/?p=5648#comment-19523</guid>
		<description><![CDATA[Yes we tried the same thing, this is only a temporary fix, you going to get the same problem again in few weeks time. Appearently Vmware does not know how to roll up the vcops logs, so the disks space will always get filled. You will just be throw more and more storage, due to the size of your environment. Good luck.]]></description>
		<content:encoded><![CDATA[<p>Yes we tried the same thing, this is only a temporary fix, you going to get the same problem again in few weeks time. Appearently Vmware does not know how to roll up the vcops logs, so the disks space will always get filled. You will just be throw more and more storage, due to the size of your environment. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerCLI: Virtual Machine Disk (VMDK) info v2: Analyze data with Excel by Amit Kumar Das</title>
		<link>http://ict-freak.nl/2009/10/11/powercli-virtual-machine-disk-vmdk-info-v2-analyze-data-with-excel/comment-page-1/#comment-19514</link>
		<dc:creator><![CDATA[Amit Kumar Das]]></dc:creator>
		<pubDate>Wed, 16 May 2012 07:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://ictfreak.wordpress.com/2009/10/11/powercli-virtual-machine-disk-vmdk-info-v2-analyze-data-with-excel/#comment-19514</guid>
		<description><![CDATA[thats a very good command to get the vdisk info, but I&#039;d need few more info --&gt; free space and total disk space used and volume name like - C:\, D:\ drive etc...

Output should look like

 
VMname	Disk Path	Disk capacity	Disk Free space	Device Label	Datastore	Disk filename	Disk mode	Thin provisioned
VM01	C:\	30GB	15GB	Hard disk 1	DT-R5-OS01	VM01/VM01.vmdk	persistent	False
VM01	D:\	40GB	10GB	Hard disk 2	DT-R1-ST01	VM01/VM02.vmdk	persistent	True]]></description>
		<content:encoded><![CDATA[<p>thats a very good command to get the vdisk info, but I&#8217;d need few more info &#8211;&gt; free space and total disk space used and volume name like &#8211; C:\, D:\ drive etc&#8230;</p>
<p>Output should look like</p>
<p>VMname	Disk Path	Disk capacity	Disk Free space	Device Label	Datastore	Disk filename	Disk mode	Thin provisioned<br />
VM01	C:\	30GB	15GB	Hard disk 1	DT-R5-OS01	VM01/VM01.vmdk	persistent	False<br />
VM01	D:\	40GB	10GB	Hard disk 2	DT-R1-ST01	VM01/VM02.vmdk	persistent	True</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerCLI: Enable Changed Block Tracking by Link Dump &#8211; 5/6/2012</title>
		<link>http://ict-freak.nl/2009/12/14/powercli-enable-changed-block-tracking/comment-page-1/#comment-19436</link>
		<dc:creator><![CDATA[Link Dump &#8211; 5/6/2012]]></dc:creator>
		<pubDate>Mon, 07 May 2012 01:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://ictfreak.wordpress.com/2009/12/14/powercli-enable-changed-block-tracking/#comment-19436</guid>
		<description><![CDATA[[...] the above for a number of VMs at once: http://jpaul.me/?tag=change-block-trackingMore of the same: http://ict-freak.nl/2009/12/14/powercli-enable-changed-block-tracking/Learning about Learning &#8211; http://zenhabits.net/learn/VDI with View 5.1 and VAAI &#8211; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the above for a number of VMs at once: <a href="http://jpaul.me/?tag=change-block-trackingMore" rel="nofollow">http://jpaul.me/?tag=change-block-trackingMore</a> of the same: <a href="http://ict-freak.nl/2009/12/14/powercli-enable-changed-block-tracking/Learning" rel="nofollow">http://ict-freak.nl/2009/12/14/powercli-enable-changed-block-tracking/Learning</a> about Learning &#8211; <a href="http://zenhabits.net/learn/VDI" rel="nofollow">http://zenhabits.net/learn/VDI</a> with View 5.1 and VAAI &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerCLI: Update-VMHost Function by Error 25114. Setup failed to generate the JRE SSL keys &#171; ICT-Freak.nl</title>
		<link>http://ict-freak.nl/2011/01/09/powercli-update-vmhost-function/comment-page-1/#comment-19280</link>
		<dc:creator><![CDATA[Error 25114. Setup failed to generate the JRE SSL keys &#171; ICT-Freak.nl]]></dc:creator>
		<pubDate>Sat, 28 Apr 2012 09:48:02 +0000</pubDate>
		<guid isPermaLink="false">https://ictfreak.wordpress.com/?p=5172#comment-19280</guid>
		<description><![CDATA[[...] successful and I was happy again. Now let’s patch some vSphere hosts with the help of PowerCLI: powercli-update-vmhost-function/ Share this:StumbleUponTwitterFacebookPrintEmailLike this:LikeBe the first to like this [...]]]></description>
		<content:encoded><![CDATA[<p>[...] successful and I was happy again. Now let’s patch some vSphere hosts with the help of PowerCLI: powercli-update-vmhost-function/ Share this:StumbleUponTwitterFacebookPrintEmailLike this:LikeBe the first to like this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerCLI: Get Running VM&#8217;s per VMHost and more by afokkema</title>
		<link>http://ict-freak.nl/2009/08/20/powercli-get-running-vms-per-vmhost-and-more/comment-page-1/#comment-19161</link>
		<dc:creator><![CDATA[afokkema]]></dc:creator>
		<pubDate>Sat, 21 Apr 2012 07:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://ictfreak.wordpress.com/2009/08/20/powercli-get-running-vms-per-vmhost-and-more-2/#comment-19161</guid>
		<description><![CDATA[You need to set drs to manual before you put the host into maintenance mode. This is also possible with PowerCLI. But remeber, don&#039;t disable drs, ot will remove all the resourcepools.]]></description>
		<content:encoded><![CDATA[<p>You need to set drs to manual before you put the host into maintenance mode. This is also possible with PowerCLI. But remeber, don&#8217;t disable drs, ot will remove all the resourcepools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Veeam: Snapshot creation failed: Could not quiesce file system by Praphul</title>
		<link>http://ict-freak.nl/2009/02/02/veeam-snapshot-creation-failed-could-not-quiesce-file-system/comment-page-1/#comment-19158</link>
		<dc:creator><![CDATA[Praphul]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 20:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://ictfreak.wordpress.com/2009/02/02/veeam-snapshot-creation-failed-could-not-quiesce-file-system/#comment-19158</guid>
		<description><![CDATA[What about Windows 2008 OS ?? as we dont have that reg key ?]]></description>
		<content:encoded><![CDATA[<p>What about Windows 2008 OS ?? as we dont have that reg key ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerCLI: Get Running VM&#8217;s per VMHost and more by talltomd</title>
		<link>http://ict-freak.nl/2009/08/20/powercli-get-running-vms-per-vmhost-and-more/comment-page-1/#comment-19157</link>
		<dc:creator><![CDATA[talltomd]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 15:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://ictfreak.wordpress.com/2009/08/20/powercli-get-running-vms-per-vmhost-and-more-2/#comment-19157</guid>
		<description><![CDATA[Working on a script to suspend my VM&#039;s, put hosts into maintenance mode, and then shut down hosts.  The problem is that when I put the hosts into maintenance mode they vMotion all the VM&#039;s, which I don&#039;t want.  When I investigate the command there is supposed to be an -Evacuate switch which will control that behavior.  However, when I try -Evacuate $false I get an error.

Do you know how to put a host into mainenance mode WITHOUT vMotioning the VMs?

Thanks,
Tom]]></description>
		<content:encoded><![CDATA[<p>Working on a script to suspend my VM&#8217;s, put hosts into maintenance mode, and then shut down hosts.  The problem is that when I put the hosts into maintenance mode they vMotion all the VM&#8217;s, which I don&#8217;t want.  When I investigate the command there is supposed to be an -Evacuate switch which will control that behavior.  However, when I try -Evacuate $false I get an error.</p>
<p>Do you know how to put a host into mainenance mode WITHOUT vMotioning the VMs?</p>
<p>Thanks,<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware: Virtual Machine is Already a Member of a Team Error. by virtual machine, vmware, team,error</title>
		<link>http://ict-freak.nl/2007/11/23/vmware-virtual-machine-is-already-a-member-of-a-team-error/comment-page-1/#comment-19117</link>
		<dc:creator><![CDATA[virtual machine, vmware, team,error]]></dc:creator>
		<pubDate>Sat, 14 Apr 2012 14:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://ictfreak.wordpress.com/2007/11/23/vmware-virtual-machine-is-already-a-member-of-a-team-error/#comment-19117</guid>
		<description><![CDATA[[...] 参考: http://ict-freak.nl/2007/11/23/vmware-virtual-machine-is-already-a-member-of-a-team-error/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 参考: http://ict-freak.nl/2007/11/23/vmware-virtual-machine-is-already-a-member-of-a-team-error/ [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

