<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[Raido - Trusted Advisors in Virtualization]]></title>
	<link>http://www.raido.be/knowledge-center/blog?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=raido-trusted-advisors-in-virtualization</link>
	<description>
		<![CDATA[
		Raido, founded in 2008 is a consultancy company specialized in virtualization. The company is focused on virtualization solutions from AppSense, Citrix, DataCore, Microsoft, RES Software and VMware. Its service offerings includes high-end consultancy, project management, implementation, training and technical support. Raido is Citrix Gold Solution Advisor, Microsoft Gold Certified Partner, V-Alliance Partner, AppSense Gold Certified Solution Partner, DataCore Solution Partner. 
		]]>
</description>
	<image>
		<title><![CDATA[Raido - Trusted Advisors in Virtualization]]></title>
		<url>http://www.raido.be/frontend/core/layout/images/rss_image.png</url>
		<link>http://www.raido.be/knowledge-center/blog?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=raido-trusted-advisors-in-virtualization</link>
	</image>
	<lastBuildDate>Sun, 19 May 2013 13:57:53 +0200</lastBuildDate>
	<pubDate>Sun, 19 May 2013 13:57:53 +0200</pubDate>
	<copyright>2013 Raido</copyright>
	<generator><![CDATA[Fork CMS]]></generator>
	<language>en</language>
<item>
	<title><![CDATA[AppSense Environment Manager Policy Configurations Lost]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/appsense-environment-manager-policy-configurations-lost?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-environment-manager-policy-configurations-lost</link>
	<description>
		<![CDATA[
			<p>Have you ever seen AppSense items disappearing while users are logged on? Typically this can be a user that misses mapped drives, shortcuts or GPO settings. This is out-of-the-box behavior of AppSense. To understand why this happens and how you can prevent it from happening, please read this post.</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/appsense-environment-manager-policy-configurations-lost?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-environment-manager-policy-configurations-lost" title="AppSense Environment Manager Policy Configurations Lost">AppSense Environment Manager Policy Configurations Lost</a> written by Geert De Keyser in <a href="http://www.raido.be/knowledge-center/blog/category/appsense?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-environment-manager-policy-configurations-lost" title="AppSense">AppSense</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/environment-manager?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-environment-manager-policy-configurations-lost" rel="tag" title="Environment Manager">Environment Manager</a>, <a href="http://www.raido.be/tags/detail/gpo?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-environment-manager-policy-configurations-lost" rel="tag" title="GPO">GPO</a>, <a href="http://www.raido.be/tags/detail/policy?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-environment-manager-policy-configurations-lost" rel="tag" title="Policy">Policy</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Thu, 18 Apr 2013 11:31:00 +0200</pubDate>
	<author><![CDATA[geert-de-keyser@example.com (Geert De Keyser)]]></author>
	<category><![CDATA[AppSense]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/appsense-environment-manager-policy-configurations-lost</guid>
	</item>
<item>
	<title><![CDATA[SCCM 2012 and Citrix Provisioning Services]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/sccm-2012-and-citrix-provisioning-services?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=sccm-2012-and-citrix-provisioning-services</link>
	<description>
		<![CDATA[
			<p>When using SCCM together with an imaging solution such as Citrix provisioning server, care must be taken regarding the SCCM agent unique ID information. This information is normally stored in the C:\windows\SMSCFG.INI file. The problem is that this file will be the same in every pooled instance and therefore causing duplicate resources within SCCM or re-registrations of the SCCM agent. In the past, the problem was solved using a computer startup and shutdown script that copied this ini file to a persistent location and back, and as such preserving the unique ID of each machine.</p>
<p>When ConfigMgr 2012 was released, Microsoft built in some generic WMI namespace in which different vendors could populate certain fields in order to tell the SCCM Agent which location to use for storing it's persistent configuration. When the SCCM agent is starting it detects it is running on a non-persistent machine and used WMI to determine the location of the Citrix Identity Store (in order for this to work, PVS write cache should be set to Device Hard Disk).</p>
<p>When SCCM determines the location of the persistent drive (ex. D:\ ) it restores its unique information from this location.</p>
<p>There is no documentation from Citrix regarding this configuration other than that it should just work. However we have found that some additional steps are needed in order to make this work:<br /><br /></p>
<ol>
<li>When finishing the "master" image, prior to shutdown. Stop the CCMEXEC service. (or SMS Agent Host)</li>
<li>Delete the C:\Windows\SMSCFG.INI file</li>
<li>Delete the current certificates in the "SMS" certificate store. </li>
<li>Close the master image <br /><br />When the image is next booted using PVS standard mode, the SCCM agent will create a new SMSCFG.INI file based on the contents of the Citrix Identity Store and will create new certificates to be used for communication with the configmgr management points. The agent will now use the existing resource records within ConfigMgr instead of creating a new resource. </li>
</ol><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/sccm-2012-and-citrix-provisioning-services?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=sccm-2012-and-citrix-provisioning-services" title="SCCM 2012 and Citrix Provisioning Services">SCCM 2012 and Citrix Provisioning Services</a> written by Frank Vandebergh in <a href="http://www.raido.be/knowledge-center/blog/category/citrix?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=sccm-2012-and-citrix-provisioning-services" title="Citrix">Citrix</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 27 Mar 2013 13:07:00 +0100</pubDate>
	<author><![CDATA[frank-vandebergh@example.com (Frank Vandebergh)]]></author>
	<category><![CDATA[Citrix]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/sccm-2012-and-citrix-provisioning-services</guid>
	</item>
<item>
	<title><![CDATA[AppSense Personalization Archiving]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/appsense-personalization-archiving?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-personalization-archiving</link>
	<description>
		<![CDATA[
			<p>One of our clients had errors with the automatic archiving job. To solve this I had to dive into all the settings, but could not find documentation of it in one place. So I wrote an article to share with you.</p>
<p>Archiving enables application and desktop settings to be rolled back to previous states in event of profile inconsistencies. The great thing about the AppSense way of working is that, in contrast to the standard Windows profile, EM Personalization is split into small pieces, allowing you to restore only the erroneous settings.</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/appsense-personalization-archiving?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-personalization-archiving" title="AppSense Personalization Archiving">AppSense Personalization Archiving</a> written by Geert De Keyser in <a href="http://www.raido.be/knowledge-center/blog/category/appsense?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-personalization-archiving" title="AppSense">AppSense</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/appsense-personalization?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-personalization-archiving" rel="tag" title="AppSense Personalization">AppSense Personalization</a>, <a href="http://www.raido.be/tags/detail/archiving?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-personalization-archiving" rel="tag" title="Archiving">Archiving</a>, <a href="http://www.raido.be/tags/detail/microsoft-sql?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=appsense-personalization-archiving" rel="tag" title="Microsoft SQL">Microsoft SQL</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 26 Mar 2013 11:30:00 +0100</pubDate>
	<author><![CDATA[geert-de-keyser@example.com (Geert De Keyser)]]></author>
	<category><![CDATA[AppSense]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/appsense-personalization-archiving</guid>
	</item>
<item>
	<title><![CDATA[Manipulate the AppSense virtual bubble]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/manipulate-the-appsense-virtual-bubble?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=manipulate-the-appsense-virtual-bubble</link>
	<description>
		<![CDATA[
			<p>APPSENSESPECIAL is a command-line tool to work in the bubble of the application.  With this “switch” you can trick AppSense into thinking that you are starting an application, while in real you are not, you are accessing the bubble and can manipulate it.</p>
<p>We created an import/export process to migrate data from the virtual AppSense registry to the physical registry of the computer. But the same process can be used to import/export files between the physical filesystem and the virtual AppSense filesystem.</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/manipulate-the-appsense-virtual-bubble?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=manipulate-the-appsense-virtual-bubble" title="Manipulate the AppSense virtual bubble">Manipulate the AppSense virtual bubble</a> written by Geert De Keyser in <a href="http://www.raido.be/knowledge-center/blog/category/appsense?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=manipulate-the-appsense-virtual-bubble" title="AppSense">AppSense</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/personalization-server?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=manipulate-the-appsense-virtual-bubble" rel="tag" title="Personalization Server">Personalization Server</a>, <a href="http://www.raido.be/tags/detail/environment-manager?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=manipulate-the-appsense-virtual-bubble" rel="tag" title="Environment Manager">Environment Manager</a>, <a href="http://www.raido.be/tags/detail/appsensespecial?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=manipulate-the-appsense-virtual-bubble" rel="tag" title="APPSENSESPECIAL">APPSENSESPECIAL</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 05 Mar 2013 16:11:00 +0100</pubDate>
	<author><![CDATA[geert-de-keyser@example.com (Geert De Keyser)]]></author>
	<category><![CDATA[AppSense]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/manipulate-the-appsense-virtual-bubble</guid>
	</item>
<item>
	<title><![CDATA[Virtualizing SQL Server 2012 with Hyper-V]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/virtualizing-sql-server-2012-with-hyper-v?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=virtualizing-sql-server-2012-with-hyper-v</link>
	<description>
		<![CDATA[
			<p class="p1">This report presents the results of ESG Lab testing of the performance and scalability of Microsoft’s Windows Server 2008 R2 SP1 with Hyper-V server virtualization technology. Testing with a tier-1 virtualized Microsoft SQL Server 2012 application workload was used to confirm that Hyper-V can be used to lower total cost of ownership, increase scalability, and maintain performance.</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/virtualizing-sql-server-2012-with-hyper-v?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=virtualizing-sql-server-2012-with-hyper-v" title="Virtualizing SQL Server 2012 with Hyper-V">Virtualizing SQL Server 2012 with Hyper-V</a> written by Bob Deleeck in <a href="http://www.raido.be/knowledge-center/blog/category/default?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=virtualizing-sql-server-2012-with-hyper-v" title="Default">Default</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Sun, 24 Jun 2012 14:32:00 +0200</pubDate>
	<author><![CDATA[bob-deleeck@example.com (Bob Deleeck)]]></author>
	<category><![CDATA[Default]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/virtualizing-sql-server-2012-with-hyper-v</guid>
	</item>
<item>
	<title><![CDATA[Citrix Updates Citrix Receiver to Support CloudGateway and Substantially Improve End User Performance ]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/citrix-updates-citrix-receiver-to-support-cloudgateway-and-substantially-improve-end-user-performance?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=citrix-updates-citrix-receiver-to-support-cloudgateway-and-substantially-improve-end-user-performance</link>
	<description>
		<![CDATA[
			<p>Citrix will be releasing updates to Receiver to broaden and enrich the end user experience on a variety of endpoints. Updates will include Receiver mobile clients for Android and iOS as well as Receiver for Windows (3.1).</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/citrix-updates-citrix-receiver-to-support-cloudgateway-and-substantially-improve-end-user-performance?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=citrix-updates-citrix-receiver-to-support-cloudgateway-and-substantially-improve-end-user-performance" title="Citrix Updates Citrix Receiver to Support CloudGateway and Substantially Improve End User Performance ">Citrix Updates Citrix Receiver to Support CloudGateway and Substantially Improve End User Performance </a> written by Bob Deleeck in <a href="http://www.raido.be/knowledge-center/blog/category/default?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=citrix-updates-citrix-receiver-to-support-cloudgateway-and-substantially-improve-end-user-performance" title="Default">Default</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 22 Feb 2012 17:14:00 +0100</pubDate>
	<author><![CDATA[bob-deleeck@example.com (Bob Deleeck)]]></author>
	<category><![CDATA[Default]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/citrix-updates-citrix-receiver-to-support-cloudgateway-and-substantially-improve-end-user-performance</guid>
	</item>
<item>
	<title><![CDATA[STOP error 0x0000DEAD on XenServer 6]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/stop-error-0x0000dead-on-xenserver-6?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=stop-error-0x0000dead-on-xenserver-6</link>
	<description>
		<![CDATA[
			<p>Since we upgraded our LAB environment from XenServer 5.6 to XenServer 6, all our Windows Server 2008 R2 virtual machines are regulary crashing, and showing BSOD's with stop error 0x0000DEAD. Also, the event viewers on all servers were showing events similar to the one below:</p>
<p><img src="http://www.raido.be/frontend/files/userfiles/images/Screen_Shot_2012-02-19_at_13.01.01.png" alt="" width="443" height="381" /></p>
<p>When going through the memory dumps I noticed the issue was related to the network Citrix PV Ethernet driver, more specifically xenvif.sys, installed by XenServer Tools from XenServer 6. When an interface using this driver receives a rogue TCP packet, where the TCP header contains options but the IP packet length is too short to accommodate them, the system crashes. The fact that these packages exist suggest something else on the network is misbehaving.</p>
<p>Citrix recognizes this problem, but it will only be fixed in the next version of XenServer, 6.0.2, which will be released somewhere in March. Luckily there are two workarounds for this problem:</p>
<ul>
<li>Install XenServer Tools from XenServer 5.6</li>
<li>Disable 'Large Receive Offload' on the driver properties for all interfaces using the Citrix PV Ethernet driver</li>
</ul>
<p>Update: This powershell script disables Large Receive Offload for all interfaces using the Citrix PV Ethernet driver:</p>
<p>$root = 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}'<br />$items = Get-ChildItem -Path Registry::$Root -Name</p>
<p>Foreach ($item in $items) {<br />    if ($item -ne "Properties") {<br />        $path = $root + "\" + $item<br />        $DriverDesc = Get-ItemProperty -Path Registry::$path | Select-Object -expandproperty DriverDesc<br />        if ($DriverDesc -eq "Citrix PV Ethernet Adapter") {<br />            Set-ItemProperty -path Registry::$path -Name LROIPv4 -Value 0<br />        }<br />     }<br />}</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/stop-error-0x0000dead-on-xenserver-6?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=stop-error-0x0000dead-on-xenserver-6" title="STOP error 0x0000DEAD on XenServer 6">STOP error 0x0000DEAD on XenServer 6</a> written by Erik Janssens in <a href="http://www.raido.be/knowledge-center/blog/category/default?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=stop-error-0x0000dead-on-xenserver-6" title="Default">Default</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Sun, 19 Feb 2012 12:55:00 +0100</pubDate>
	<author><![CDATA[erik-janssens@example.com (Erik Janssens)]]></author>
	<category><![CDATA[Default]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/stop-error-0x0000dead-on-xenserver-6</guid>
	</item>
<item>
	<title><![CDATA[Best Practices for Virtualizing Exchange Server 2010 with Windows Server 2008 R2 Hyper V]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/best-practices-for-virtualizing-exchange-server-2010-with-windows-server-2008-r2-hyper-v?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=best-practices-for-virtualizing-exchange-server-2010-with-windows-server-2008-r2-hyper-v</link>
	<description>
		<![CDATA[
			<h4 id="ctl00_ctl17_ColumnRepeater_ctl00_RowRepeater_ctl01_CellRepeater_ctl00_ctl01_Description" class="description">The purpose of this paper is to provide guidance and best practices for deploying Microsoft® Exchange Server 2010 in a virtualized environment with Windows Server® 2008 R2 Hyper V™ technology. This paper has been carefully composed to be relevant to organizations of any size.</h4><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/best-practices-for-virtualizing-exchange-server-2010-with-windows-server-2008-r2-hyper-v?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=best-practices-for-virtualizing-exchange-server-2010-with-windows-server-2008-r2-hyper-v" title="Best Practices for Virtualizing Exchange Server 2010 with Windows Server 2008 R2 Hyper V">Best Practices for Virtualizing Exchange Server 2010 with Windows Server 2008 R2 Hyper V</a> written by Bob Deleeck in <a href="http://www.raido.be/knowledge-center/blog/category/default?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=best-practices-for-virtualizing-exchange-server-2010-with-windows-server-2008-r2-hyper-v" title="Default">Default</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Fri, 17 Feb 2012 11:16:00 +0100</pubDate>
	<author><![CDATA[bob-deleeck@example.com (Bob Deleeck)]]></author>
	<category><![CDATA[Default]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/best-practices-for-virtualizing-exchange-server-2010-with-windows-server-2008-r2-hyper-v</guid>
	</item>
<item>
	<title><![CDATA[XenServer 6 Auto-Start VMs]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/xenserver-6-auto-start-vms?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=xenserver-6-auto-start-vms</link>
	<description>
		<![CDATA[
			<div>
<div>
<p>In XenServer 6, Citrix made the decision to not include the option anymore to auto-start VM's when the XenServer host boots up. The reason is that this feature interfered with the HA and Failover capabilities, but nonetheless it was a nice feature for situations where only one XenServer host is used.</p>
<p>In XenServer 6 it is possible to auto-start VM's but it requires enabling the auto-start feature at the pool level and on each individual VM by using the CLI which is not very user friendly. Therefore, we have created a script that runs during startup of the host and will start any VM that has been tagged with the "autostart" tag. This allows for easy administration using XenCenter.</p>
<p>In order to install the script,  copy the contents below to the end of the /etc/rc.d/rc.local file on the XenServer host, using for example WinSCP.  Afterwards just tag the VM's you would want to auto-start using the tag "autostart". The VM's will be started with a 20 second delay between each VM.</p>
<div>
<p class="p1"> </p>
<div><code class="p2"># AutoStart VM's that are tagged with autostart tag<br /># Script created by Raido Consultants - http://www.raido.be<br />TAG="autostart"</code> <code class="p1"> # helper function<br />function xe_param()<br />{<br />PARAM=$1<br />while read DATA; do<br />LINE=$(echo $DATA | egrep "$PARAM")<br />if [ $? -eq 0 ]; then<br />echo "$LINE" | awk 'BEGIN{FS=": "}{print $2}'<br />fi<br />done<br />}</code> <code class="p2"># Get all VMs<br />sleep 20<br />VMS=$(xe vm-list is-control-domain=false | xe_param uuid)</code> <code class="p2">for VM in $VMS; do<br />echo "Raido AutoStart Script : Checking VM $VM"<br />VM_TAGS="$(xe vm-param-get uuid=$VM param-name=tags)"</code> <code class="p2">if [[ $VM_TAGS == *$TAG* ]]<br />then<br />echo "starting VM $VM"<br />sleep 20<br />xe vm-start uuid=$VM<br />fi</code> <code class="p2">done</code></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<br /><br /><br />
<div><strong>Update: </strong>This script will do the same with vApps. If "autostart" is in the description of a vApp it will start the vApp during boot. Within a vApp you can specify multiple VM's and their boot order.</div>
<div></div>
<div></div>
<div><code class="p1"># AutoStart Vapp's that have autostart in description<br /># Script created by Raido Consultants - http://www.raido.be <br />TAG="autostart"<br /># helper function<br />function xe_param()<br />{<br />PARAM=$1<br />while read DATA; do<br />LINE=$(echo $DATA | egrep "$PARAM")<br />if [ $? -eq 0 ]; then<br />echo "$LINE" | awk 'BEGIN{FS=": "}{print $2}'<br />fi<br />done<br />}</code> <code class="p2"># Get all Applicances<br />sleep 20<br />VAPPS=$(xe appliance-list | xe_param uuid)</code> <code class="p2">for VAPP in $VAPPS; do<br />echo "Raido AutoStart : Checking vApp $VAPP"<br />VAPP_TAGS="$(xe appliance-param-get uuid=$VAPP param-name=name-description)"</code> <code class="p1">if [[ $VAPP_TAGS == *$TAG* ]]<br />then<br />echo "starting vApp $VAPP"<br />xe appliance-start uuid=$VAPP<br />sleep 20<br />fi<br />done</code></div>
<p class="p1"> </p>
<p class="p1"> </p>
</div>
</div>
<div></div>
</div><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/xenserver-6-auto-start-vms?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=xenserver-6-auto-start-vms" title="XenServer 6 Auto-Start VMs">XenServer 6 Auto-Start VMs</a> written by Frank Vandebergh in <a href="http://www.raido.be/knowledge-center/blog/category/citrix?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=xenserver-6-auto-start-vms" title="Citrix">Citrix</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/xenserver?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=xenserver-6-auto-start-vms" rel="tag" title="xenserver">xenserver</a>, <a href="http://www.raido.be/tags/detail/autostart?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=xenserver-6-auto-start-vms" rel="tag" title="autostart">autostart</a>, <a href="http://www.raido.be/tags/detail/autoboot?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=xenserver-6-auto-start-vms" rel="tag" title="autoboot">autoboot</a>, <a href="http://www.raido.be/tags/detail/script?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=xenserver-6-auto-start-vms" rel="tag" title="script">script</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Sat, 07 Jan 2012 15:06:00 +0100</pubDate>
	<author><![CDATA[frank-vandebergh@example.com (Frank Vandebergh)]]></author>
	<category><![CDATA[Citrix]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/xenserver-6-auto-start-vms</guid>
	</item>
<item>
	<title><![CDATA[Resizing a system or data disk in a virtual machine]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/resizing-a-system-or-data-disk-in-a-virtual-machine?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=resizing-a-system-or-data-disk-in-a-virtual-machine</link>
	<description>
		<![CDATA[
			<p>I get a lot of questions of students and customers about resizing a virtual disk. This is the reason for this blog. The following procedure will guide you step by step through the process of resizing (increasing) a disk of a virtual machine. Before you make virtual hardware changes be sure you have taken a full backup of the virtual machine.  </p>
<h4><span style="font-size: 14pt;"><strong>NOTE: If you do not want any troubles only increase the disk size. Decreasing can cause loss of data. </strong></span> </h4>
<h1>Flow</h1>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy13.png" alt="" />  </p>
<h1>Increase Disk using <span style="text-decoration: underline;"><em>diskpart</em></span></h1>
<p><strong>Step 1</strong>: Edit the virtual machine settings and increase the size of the disk (VMDK).</p>
<p> <img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy23.png" alt="" /></p>
<p> <strong>Step 2</strong>: Open the console of this virtual machine and start a command prompt.</p>
<p><strong>Step 3</strong>: Start diskpart and execute following steps.</p>
<p><span style="font-family: Courier New;">list volume</span> <span style="font-family: Wingdings;">à</span> this gives you a list of the available partitions</p>
<p><span style="font-family: Courier New;">select volume x</span> <span style="font-family: Wingdings;">à</span> select the partition number you want to increase</p>
<p><span style="font-family: Courier New;">extend</span> <span style="font-family: Wingdings;">à</span> this will add the empty disk space into the partition. Now the partition has increased in size.</p>
<p><strong>NOTE</strong>: On Windows 2008 this can be done via the Device Manager / Storage, but I have seen some weird things like showing incorrect partition sizes.  </p>
<h1>Increase Disk using Third Party tool</h1>
<p>Since I have some great experiences with the <a href="http://www.raido.be/private/en/blog/acronis.com?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=resizing-a-system-or-data-disk-in-a-virtual-machine">Acronis</a> Disk Director tool I will explain the steps to increase a disk using this tool. Another tool that can be used is e.g. <a href="http://gparted.sourceforge.net/livecd.php?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=resizing-a-system-or-data-disk-in-a-virtual-machine">GParted</a>.</p>
<p><strong>Step 1</strong>: Be sure you have a boot image (ISO) of the Acronis Disk Director Tool that supports your guest OS.</p>
<p> </p>
<p><strong>Step 2</strong>: Boot your virtual machine using the boot image ISO. Use the ESC button during booting your virtual machine to activate the "one time boo menu"</p>
<p> <img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy33.png" alt="" /></p>
<p><strong>Step 3</strong>: Select the partition you want to increase and right mouse click on it. Then select "Resize Volume"</p>
<p> <img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy43.png" alt="" /></p>
<p><strong>Step 4</strong>: Increase the disk space of the selected partitions by decreasing the unallocated space to 0</p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy53.png" alt="" /></p>
<p><strong>Step 5</strong>: After increasing the partition you have to commit the changes.</p>
<p><img src="http://v-consult.be/blog/wp-content/uploads/2011/10/103111_1533_Resizingasy63.png" alt="" /></p>
<p><strong>Step 6</strong>: Now you need to reboot your virtual machine after disconnecting the boot image.</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/resizing-a-system-or-data-disk-in-a-virtual-machine?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=resizing-a-system-or-data-disk-in-a-virtual-machine" title="Resizing a system or data disk in a virtual machine">Resizing a system or data disk in a virtual machine</a> written by Gert Van Gorp in <a href="http://www.raido.be/knowledge-center/blog/category/vmware?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=resizing-a-system-or-data-disk-in-a-virtual-machine" title="VMware">VMware</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/vmware-2?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=resizing-a-system-or-data-disk-in-a-virtual-machine" rel="tag" title="VMware">VMware</a>, <a href="http://www.raido.be/tags/detail/increase?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=resizing-a-system-or-data-disk-in-a-virtual-machine" rel="tag" title="Increase">Increase</a>, <a href="http://www.raido.be/tags/detail/resize?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=resizing-a-system-or-data-disk-in-a-virtual-machine" rel="tag" title="Resize">Resize</a>, <a href="http://www.raido.be/tags/detail/vmdk?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=resizing-a-system-or-data-disk-in-a-virtual-machine" rel="tag" title="VMDK">VMDK</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Mon, 31 Oct 2011 16:59:00 +0100</pubDate>
	<author><![CDATA[gert-van-gorp@example.com (Gert Van Gorp)]]></author>
	<category><![CDATA[VMware]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/resizing-a-system-or-data-disk-in-a-virtual-machine</guid>
	</item>
<item>
	<title><![CDATA[SCCM and App-V integration on RDS: The File Type Association issue]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/sccm-and-app-v-integration-on-rds-the-file-type-association-issue?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=sccm-and-app-v-integration-on-rds-the-file-type-association-issue</link>
	<description>
		<![CDATA[
			<p>When using SCCM 2007 to deploy App-V sequences to RDS servers, one of the major disadvantages is targeting: user-based targeting is not supported on RDS servers. This means every advertised App-V sequence will be accessible for every user.  Offcourse shortcuts can be presented to users based on group membership, but File Type Associations are registered at machine level and apply to all users.</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/sccm-and-app-v-integration-on-rds-the-file-type-association-issue?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=sccm-and-app-v-integration-on-rds-the-file-type-association-issue" title="SCCM and App-V integration on RDS: The File Type Association issue">SCCM and App-V integration on RDS: The File Type Association issue</a> written by Erik Janssens in <a href="http://www.raido.be/knowledge-center/blog/category/microsoft-app-v?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=sccm-and-app-v-integration-on-rds-the-file-type-association-issue" title="Microsoft App-V">Microsoft App-V</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Thu, 11 Aug 2011 08:51:00 +0200</pubDate>
	<author><![CDATA[erik-janssens@example.com (Erik Janssens)]]></author>
	<category><![CDATA[Microsoft App-V]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/sccm-and-app-v-integration-on-rds-the-file-type-association-issue</guid>
	</item>
<item>
	<title><![CDATA[VMware Cloud Infrastructure &amp; Management]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/vmware-cloud-infrastructure-management?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management</link>
	<description>
		<![CDATA[
			<div>
<p class="underline"> Today,  12th of July VMware announced a new suite of products.  Look here for <a href="http://www.vmware.com/company/news/releases/vmw-cloud-infrastructure-071211.html?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">news release</a>.</p>
</div>
<p>In the near future I will blog about this new release in a sort of “How to” format to introduce the new features.</p>
<p> </p>
<h2>The suite consists out of following products.</h2>
<p><a href="http://www.vmware.com/products/datacenter-virtualization/vsphere/?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">VMware vSphere 5.0</a>         </p>
<p> <a href="http://www.vmware.com/products/datacenter-virtualization/site-recovery-manager/overview.html?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">VMware vCenter Site Recovery Manager 5.0</a></p>
<p><a href="http://www.vmware.com/products/datacenter-virtualization/vsphere/vsphere-storage-appliance/overview.html?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">VMware vSphere Storage Appliance 1.0</a></p>
<p><a href="http://www.vmware.com/products/datacenter-virtualization/vshield-app/overview.html?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">vShield App 5.0 with Data Security</a></p>
<p><a href="http://www.vmware.com/products/datacenter-virtualization/vcloud-director/overview.html?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">VMware vCloud Director 1.5</a></p>
<p>A new product most of the time means, a new set of licenses.  VMware moved from 6 different licenses to 5, they removed the Advanced license.  Lucky for the owners of this license (with a active subscription, they will be migrated to Enterprise.  Look <a href="http://www.vmware.com/files/pdf/vsphere_pricing.pdf?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">here</a> for the license paper</p>
<p> </p>
<h2>Here a list of vSphere 5 introduction links</h2>
<p>VMware Cloud Infrastructure: <a href="http://www.vmware.com/cloud-infrastructure/?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">http://www.vmware.com/cloud-infrastructure/</a></p>
<p>The Console Blog: <a href="http://www.raido.be/private/en/blog/VMware%20Unveils%20vSphere%205%20and%20the%20Cloud%20Infrastructure%20Suite?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">VMware Unveils vSphere 5 and the Cloud Infrastructure Suite</a></p>
<p>NTPRO: <a href="http://www.ntpro.nl/blog/?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">http://www.ntpro.nl/blog/</a></p>
<p>Kendrickcolemand: <a href="http://kendrickcoleman.com/index.php?/Tech-Blog/vcenter-5-to-appliance-or-not.html&utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">vCenter 5 - To Appliance or Not?</a>, <a href="http://kendrickcoleman.com/index.php?/Tech-Blog/using-vmware-autodeploy-for-esxi.html&utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">Using VMware AutoDeploy for ESXi</a></p>
<p>YellowBricks.com <a href="http://www.stumbleupon.com/su/2j7pZ7/www.yellow-bricks.com/2011/07/12/live-blog-raising-the-bar-part-v/?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">Live BLogging</a>, <a href="http://www.stumbleupon.com/su/2j7pZ7/www.yellow-bricks.com/2011/07/12/live-blog-raising-the-bar-part-v/?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">vSphere 5.0 Clustering technical deepdive</a></p>
<p>UP2V: <a href="http://up2v.nl/?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">http://up2v.nl/</a></p>
<p>VmwareTips: <a href="http://vmwaretips.com/wp/2011/07/12/vmware-2011-mega-launch/?utm_source=feedburner&utm_medium=twitter&utm_campaign=Feed%3A+VMwareTips+%28VMware+Tips%29&utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">VMware 2011 Mega Launch</a></p>
<p>Virtual Geek: <a href="http://virtualgeek.typepad.com/virtual_geek/2011/07/raising-the-bar-v-vsphere-5.html?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">Raising the Bar V = vSphere 5!</a></p>
<p>CRN <a href="http://www.crn.com/news/data-center/231001373/vmware-adds-virtual-machine-based-licensing-in-vsphere-5.htm?itc=refresh&utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">VMware Adds Virtual Machine-Based Licensing In vSphere 5</a></p>
<p>vTexan: <a href="http://vtexan.com/2011/07/12/really-cool-things-in-vsphere5/?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management">really cool things in vSphere5</a></p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/vmware-cloud-infrastructure-management?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management" title="VMware Cloud Infrastructure & Management">VMware Cloud Infrastructure & Management</a> written by Gert Van Gorp in <a href="http://www.raido.be/knowledge-center/blog/category/vmware?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management" title="VMware">VMware</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/vmware-2?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management" rel="tag" title="VMware">VMware</a>, <a href="http://www.raido.be/tags/detail/cloud?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management" rel="tag" title="Cloud">Cloud</a>, <a href="http://www.raido.be/tags/detail/vsphere5?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management" rel="tag" title="vSphere5">vSphere5</a>, <a href="http://www.raido.be/tags/detail/launch?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management" rel="tag" title="Launch">Launch</a>, <a href="http://www.raido.be/tags/detail/new?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management" rel="tag" title="New">New</a>, <a href="http://www.raido.be/tags/detail/cim?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-cloud-infrastructure-amp-management" rel="tag" title="CIM">CIM</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 12 Jul 2011 20:25:00 +0200</pubDate>
	<author><![CDATA[gert-van-gorp@example.com (Gert Van Gorp)]]></author>
	<category><![CDATA[VMware]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/vmware-cloud-infrastructure-management</guid>
	</item>
<item>
	<title><![CDATA[VMware vCenter Error Call “PropertyCollector.RetrieveContents” for object “propertyCollector” on vCenter Server failed]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed</link>
	<description>
		<![CDATA[
			<p>A customer of us called me with a weird problem with a Template which was converted back to a Virtual Machine.  See here the problem which occurs when the customer wanted to edit the settings of this VM.</p>
<p><img src="http://www.raido.be/frontend/files/userfiles/images/27-06-2011_13-40-20.png" alt="" width="300" height="154" /></p>
<p>The cause of this problem is that an ISO was mounted from a datastore which does not exist anymore. </p>
<p>To solve this problem, just connect to the ESX host where the VM is registered on.  Edit the setting here and put the CDROM on “Client Device”. </p>
<p><img src="http://www.raido.be/frontend/files/userfiles/images/27-06-2011_13-41-31.png" alt="" width="418" height="200" /></p>
<p>Then check on which datastore the VM is located.  Then unregister and register the VM again in the ESX host.  Now you are able again to edit the setting of this VM via vCenter</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed" title="VMware vCenter Error Call “PropertyCollector.RetrieveContents” for object “propertyCollector” on vCenter Server failed">VMware vCenter Error Call “PropertyCollector.RetrieveContents” for object “propertyCollector” on vCenter Server failed</a> written by Gert Van Gorp in <a href="http://www.raido.be/knowledge-center/blog/category/vmware?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed" title="VMware">VMware</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/vmware-2?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed" rel="tag" title="VMware">VMware</a>, <a href="http://www.raido.be/tags/detail/vcenter?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed" rel="tag" title="vCenter">vCenter</a>, <a href="http://www.raido.be/tags/detail/virtual-machine?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed" rel="tag" title="Virtual Machine">Virtual Machine</a>, <a href="http://www.raido.be/tags/detail/error?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed" rel="tag" title="Error">Error</a>, <a href="http://www.raido.be/tags/detail/cd-rom?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed" rel="tag" title="CD-ROM">CD-ROM</a>, <a href="http://www.raido.be/tags/detail/vsphere?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed" rel="tag" title="vSphere">vSphere</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Mon, 27 Jun 2011 13:35:00 +0200</pubDate>
	<author><![CDATA[gert-van-gorp@example.com (Gert Van Gorp)]]></author>
	<category><![CDATA[VMware]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/vmware-vcenter-error-call-propertycollector-retrievecontents-for-object-propertycollector-on-vcenter-server-failed</guid>
	</item>
<item>
	<title><![CDATA[Unable to remove VMware ESXi host in VMware vCenter]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/unable-to-remove-vmware-esxi-host-in-vmware-vcenter?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=unable-to-remove-vmware-esxi-host-in-vmware-vcenter</link>
	<description>
		<![CDATA[
			<p>During a migration process from ESX to ESXi at a customer site we had a problem removing a server from the vCenter inventory.</p>
<p>We checked the permissions on this server and we saw that the user who wanted to remove the server was admin on datacenter level.  Here the screen we got.</p>
<p> <img src="http://www.raido.be/frontend/files/userfiles/images/cannotremovehost.png" alt="Cannot Remove ESXi Host" width="304" height="414" /></p>
<p>Knowing there is a PowerCLI command to remove a ESXi host from the vCenter, we walked that way with success.</p>
<p>I used this PowerCLI script to remove this server from the inventory after moving the server out of the cluster to the datacenter level.</p>
<blockquote>
<p><strong><em>Connect-VIServer  vCenterServer</em></strong></p>
<p><strong><em>Remove-VMHost "HostThatCannotBeRemovedViaGui" –confirm:$false</em></strong></p>
<p><strong><em>Disconnect-VIServer –confirm:$false</em></strong></p>
</blockquote><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/unable-to-remove-vmware-esxi-host-in-vmware-vcenter?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=unable-to-remove-vmware-esxi-host-in-vmware-vcenter" title="Unable to remove VMware ESXi host in VMware vCenter">Unable to remove VMware ESXi host in VMware vCenter</a> written by Gert Van Gorp in <a href="http://www.raido.be/knowledge-center/blog/category/vmware?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=unable-to-remove-vmware-esxi-host-in-vmware-vcenter" title="VMware">VMware</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/vmware-2?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=unable-to-remove-vmware-esxi-host-in-vmware-vcenter" rel="tag" title="VMware">VMware</a>, <a href="http://www.raido.be/tags/detail/vcenter?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=unable-to-remove-vmware-esxi-host-in-vmware-vcenter" rel="tag" title="vCenter">vCenter</a>, <a href="http://www.raido.be/tags/detail/powercli?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=unable-to-remove-vmware-esxi-host-in-vmware-vcenter" rel="tag" title="PowerCLI">PowerCLI</a>, <a href="http://www.raido.be/tags/detail/esxi?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=unable-to-remove-vmware-esxi-host-in-vmware-vcenter" rel="tag" title="ESXi">ESXi</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Mon, 30 May 2011 16:04:00 +0200</pubDate>
	<author><![CDATA[gert-van-gorp@example.com (Gert Van Gorp)]]></author>
	<category><![CDATA[VMware]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/unable-to-remove-vmware-esxi-host-in-vmware-vcenter</guid>
	</item>
<item>
	<title><![CDATA[Blocking PDF Printers on Xenapp]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/blocking-pdf-printers-on-xenapp?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=blocking-pdf-printers-on-xenapp</link>
	<description>
		<![CDATA[
			<p>By Default, users connecting to a XenApp server will have their client printers automatically mapped using the citrix universal print driver. All client printers are mapped including any PDF printers the client has installed. This might give you unwanted network traffic as it is much slower to print to PDF on a client mapped printer compared to a PDF printer installed on the Xenapp server. Also we have seen issues at customers where those 'special' printers were mapped and giving problems, even crashing the print spooler.</p>
<p>The solution is to create a list of printer drivers that are blocked so that these printers are not created automatically in the session. This is the procedure to block these drivers:<br /><br />Within Citrix Delivery Services console, create or edit a User policy. Within this policy navigate to Printing > Drivers > "<strong>Printer Driver mapping and compatibility</strong>" <br /><img src="http://www.raido.be/frontend/files/userfiles/images/Screen_Shot_2011-05-30_at_15.36.35.png" alt="" width="600" height="450" /></p>
<p>Edit the Printer mapping and compatibility and add the printer drivers you want to block. Use "<strong>Do Not Create</strong>" as the action.<br /> <img src="http://www.raido.be/frontend/files/userfiles/images/Screen_Shot_2011-05-30_at_15.43.56.png" alt="" width="389" height="206" /></p>
<p>Here is a list of common printer drivers you can block:</p>
<ul>
<li>Send To Microsoft OneNote Driver</li>
<li>Microsoft Office Document Image Writer Driver</li>
<li>pdfFactory 2</li>
<li>Amyuni Document Converter 400</li>
<li>Microsoft XPS Document Writer</li>
<li>PDFCreator</li>
<li>CutePDF Writer</li>
<li>Send To Microsoft OneNote 2010 Driver</li>
</ul><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/blocking-pdf-printers-on-xenapp?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=blocking-pdf-printers-on-xenapp" title="Blocking PDF Printers on Xenapp">Blocking PDF Printers on Xenapp</a> written by Frank Vandebergh in <a href="http://www.raido.be/knowledge-center/blog/category/citrix?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=blocking-pdf-printers-on-xenapp" title="Citrix">Citrix</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/printing?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=blocking-pdf-printers-on-xenapp" rel="tag" title="printing">printing</a>, <a href="http://www.raido.be/tags/detail/xenapp-3?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=blocking-pdf-printers-on-xenapp" rel="tag" title="xenapp">xenapp</a>, <a href="http://www.raido.be/tags/detail/policies?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=blocking-pdf-printers-on-xenapp" rel="tag" title="policies">policies</a>, <a href="http://www.raido.be/tags/detail/driver?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=blocking-pdf-printers-on-xenapp" rel="tag" title="driver">driver</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Mon, 30 May 2011 15:37:00 +0200</pubDate>
	<author><![CDATA[frank-vandebergh@example.com (Frank Vandebergh)]]></author>
	<category><![CDATA[Citrix]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/blocking-pdf-printers-on-xenapp</guid>
	</item>
<item>
	<title><![CDATA[Whitepaper: Advanced Web Interface Filtering]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/whitepaper-advanced-web-interface-filtering?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=whitepaper-advanced-web-interface-filtering</link>
	<description>
		<![CDATA[
			<p>This whitepaper shows how you can extend the functionality of Citrix  WebInterface in order to filter applications based on tags in the  description field of a published application. Applications can be shown  or hidden on a per-web interface site level. Both filtering of normal  web interface sites as Xenapp Services sites is supported.</p>
<p><a href="http://www.raido.be/knowledge-center/whitepapers/detail/raido-advanced-web-interface-filtering?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=whitepaper-advanced-web-interface-filtering">Download here</a></p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/whitepaper-advanced-web-interface-filtering?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=whitepaper-advanced-web-interface-filtering" title="Whitepaper: Advanced Web Interface Filtering">Whitepaper: Advanced Web Interface Filtering</a> written by Frank Vandebergh in <a href="http://www.raido.be/knowledge-center/blog/category/citrix?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=whitepaper-advanced-web-interface-filtering" title="Citrix">Citrix</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/xenapp-2?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=whitepaper-advanced-web-interface-filtering" rel="tag" title="Xenapp">Xenapp</a>, <a href="http://www.raido.be/tags/detail/web-interface?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=whitepaper-advanced-web-interface-filtering" rel="tag" title="Web Interface">Web Interface</a>, <a href="http://www.raido.be/tags/detail/filter?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=whitepaper-advanced-web-interface-filtering" rel="tag" title="filter">filter</a>, <a href="http://www.raido.be/tags/detail/published-applications?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=whitepaper-advanced-web-interface-filtering" rel="tag" title="published applications">published applications</a>, <a href="http://www.raido.be/tags/detail/pnagent?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=whitepaper-advanced-web-interface-filtering" rel="tag" title="PNAgent">PNAgent</a>, <a href="http://www.raido.be/tags/detail/tags?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=whitepaper-advanced-web-interface-filtering" rel="tag" title="tags">tags</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Fri, 25 Mar 2011 14:52:00 +0100</pubDate>
	<author><![CDATA[frank-vandebergh@example.com (Frank Vandebergh)]]></author>
	<category><![CDATA[Citrix]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/whitepaper-advanced-web-interface-filtering</guid>
	</item>
<item>
	<title><![CDATA[Recovering lost nics on XenServer]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/recovering-lost-nics-on-xenserver?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=recovering-lost-nics-on-xenserver</link>
	<description>
		<![CDATA[
			<p>Using NIC bonds on XenServer is a common thing. But when a XenServer is removed from the pool, all NIC bonds are removed, and NICs attached to this bond will become unmanageed, invisible for XenServer. This short procedure should help you reintroducing these NICs to XenServer without having to rebuild the whole box.</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/recovering-lost-nics-on-xenserver?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=recovering-lost-nics-on-xenserver" title="Recovering lost nics on XenServer">Recovering lost nics on XenServer</a> written by Erik Janssens in <a href="http://www.raido.be/knowledge-center/blog/category/default?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=recovering-lost-nics-on-xenserver" title="Default">Default</a>.</p>
	<p>Tags: <a href="http://www.raido.be/tags/detail/xenserver?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=recovering-lost-nics-on-xenserver" rel="tag" title="xenserver">xenserver</a>, <a href="http://www.raido.be/tags/detail/network?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=recovering-lost-nics-on-xenserver" rel="tag" title="network">network</a>, <a href="http://www.raido.be/tags/detail/howto?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=recovering-lost-nics-on-xenserver" rel="tag" title="howto">howto</a>, <a href="http://www.raido.be/tags/detail/xencenter?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=recovering-lost-nics-on-xenserver" rel="tag" title="xencenter">xencenter</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Wed, 02 Mar 2011 13:28:00 +0100</pubDate>
	<author><![CDATA[erik-janssens@example.com (Erik Janssens)]]></author>
	<category><![CDATA[Default]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/recovering-lost-nics-on-xenserver</guid>
	</item>
<item>
	<title><![CDATA[Comparison Microsoft Remote Desktop Services versus Citrix Xenapp]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/comparison-microsoft-remote-desktop-services-versus-citrix-xenapp?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=comparison-microsoft-remote-desktop-services-versus-citrix-xenapp</link>
	<description>
		<![CDATA[
			<p>The goal of this document is to point out that there are still a lot of differences between Microsoft Remote Desktop Services and Citrix Xenapp. Microsoft Remote Desktops has improved a lot (a lot of extra features are added to the latest version), but it still doesn’t replace Citrix Xenapp at all.</p><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/comparison-microsoft-remote-desktop-services-versus-citrix-xenapp?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=comparison-microsoft-remote-desktop-services-versus-citrix-xenapp" title="Comparison Microsoft Remote Desktop Services versus Citrix Xenapp">Comparison Microsoft Remote Desktop Services versus Citrix Xenapp</a> written by Bob Deleeck in <a href="http://www.raido.be/knowledge-center/blog/category/citrix?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=comparison-microsoft-remote-desktop-services-versus-citrix-xenapp" title="Citrix">Citrix</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Sun, 27 Feb 2011 21:58:00 +0100</pubDate>
	<author><![CDATA[bob-deleeck@example.com (Bob Deleeck)]]></author>
	<category><![CDATA[Citrix]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/comparison-microsoft-remote-desktop-services-versus-citrix-xenapp</guid>
	</item>
<item>
	<title><![CDATA[How Web-Based Applications Impact VDI]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/how-web-based-applications-impact-vdi?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=how-web-based-applications-impact-vdi</link>
	<description>
		<![CDATA[
			<div>
<p>Simon Rust, VP of Technology, AppSense, discusses how web-based applications will impact our VDI environment with topics such as; application management, maintenance, user experience and end-user needs. "The number and effect of Web-based applications has not yet grown big enough to directly affect VDI. However, they are a relevant topic for discussion because they do significantly lessen the impact of the administration model and desktop delivery for the enterprise, and ultimately will deliver cost savings".</p>
</div><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/how-web-based-applications-impact-vdi?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=how-web-based-applications-impact-vdi" title="How Web-Based Applications Impact VDI">How Web-Based Applications Impact VDI</a> written by Bob Deleeck in <a href="http://www.raido.be/knowledge-center/blog/category/default?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=how-web-based-applications-impact-vdi" title="Default">Default</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Sat, 19 Feb 2011 20:14:00 +0100</pubDate>
	<author><![CDATA[bob-deleeck@example.com (Bob Deleeck)]]></author>
	<category><![CDATA[Default]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/how-web-based-applications-impact-vdi</guid>
	</item>
<item>
	<title><![CDATA[Datacore releases a &quot;nirvana&quot; VDI storage solution. Full local virtual storage that&#039;s really cheap!]]></title>
	<link>http://www.raido.be/knowledge-center/blog/detail/datacore-releases-a-nirvana-vdi-storage-solution-full-local-virtual-storage-thats-really-cheap?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=datacore-releases-a-quotnirvanaquot-vdi-storage-solution-full-local-virtual-storage-that039s-really-cheap</link>
	<description>
		<![CDATA[
			<!-- p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 12.0px Arial; color: #505050} --><div class="meta">
	<p><a href="http://www.raido.be/knowledge-center/blog/detail/datacore-releases-a-nirvana-vdi-storage-solution-full-local-virtual-storage-thats-really-cheap?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=datacore-releases-a-quotnirvanaquot-vdi-storage-solution-full-local-virtual-storage-that039s-really-cheap" title="Datacore releases a "nirvana" VDI storage solution. Full local virtual storage that's really cheap!">Datacore releases a "nirvana" VDI storage solution. Full local virtual storage that's really cheap!</a> written by Bob Deleeck in <a href="http://www.raido.be/knowledge-center/blog/category/default?utm_source=feed&amp;utm_medium=rss&amp;utm_campaign=datacore-releases-a-quotnirvanaquot-vdi-storage-solution-full-local-virtual-storage-that039s-really-cheap" title="Default">Default</a>.</p>
</div>

		]]>
	</description>
	<pubDate>Tue, 01 Feb 2011 00:09:00 +0100</pubDate>
	<author><![CDATA[bob-deleeck@example.com (Bob Deleeck)]]></author>
	<category><![CDATA[Default]]></category>
	<guid isPermaLink="true">http://www.raido.be/knowledge-center/blog/detail/datacore-releases-a-nirvana-vdi-storage-solution-full-local-virtual-storage-thats-really-cheap</guid>
	</item>
</channel>
</rss>
