<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cupfighter.net &#187; Citrix</title>
	<atom:link href="http://www.cupfighter.net/index.php/category/citrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cupfighter.net</link>
	<description>A blog by Schuberg Philis colleagues</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:27:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Citrix Edgesight 5.2 vs Memory Allocation within WOW64</title>
		<link>http://www.cupfighter.net/index.php/2010/02/citrix-edgesight-5-2-vs-memory-allocation-within-wow64/</link>
		<comments>http://www.cupfighter.net/index.php/2010/02/citrix-edgesight-5-2-vs-memory-allocation-within-wow64/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:43:12 +0000</pubDate>
		<dc:creator>Roeland Kuipers</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Edgesight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[wow64]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=881</guid>
		<description><![CDATA[Recently we started evaluating Citrix Edgesight, on a enviroment we are currently building, consisting of XenApp5 2008 x64 and XenDesktop 4 Farms. After the installation of the EdgeSight agent, suddenly a bunch of applications running within a Java Virtual machine stopped functioning. Throwing the &#8220;Could not launch the java virtual machine&#8221; error. These Java apps tried allocating quite some memory [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-890 alignleft" title="xenapp" src="http://www.cupfighter.net/wp-content/uploads/2010/02/xenapp.jpg" alt="xenapp" width="111" height="111" /></p>
<p>Recently we started evaluating Citrix Edgesight, on a enviroment we are currently building, consisting of XenApp5 2008 x64 and XenDesktop 4 Farms.</p>
<p>After the installation of the EdgeSight agent, suddenly a bunch of applications running within a Java Virtual machine stopped functioning. Throwing the &#8220;Could not launch the java virtual machine&#8221; error.<br />
These Java apps tried allocating quite some memory using these java arguments (eg: XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=35 -XX:NewRatio=2&#8243;   initial-heap-size=&#8221;32m&#8221; max-heap-size=&#8221;1024m&#8221;)</p>
<p>After some investigation a colleague (Hugo Trippaers) found out that there was only 0,9 GB of memory allocatable on our Citrix XenApp machines using the <a href="http://www.fieldp.com/library.html" target="_blank">memtest32.exe </a>tool. While our other servers happily reported 1,5 GB of allocatable memory (Within WOW64). (Physical Machine = HP DL380G6 with 48 GB of memory, uh should be enough?)</p>
<p>After some deeper digging using <a href="http://www.janrik.net/ptools/memalloc/index.html">memalloc.exe</a>, I discover some substantial differences in memory allocation between our XenApp Servers with the edgesight agent installed and servers without the EdgeSight agent.</p>
<p>XenApp servers with Edgesight Agent 5.2 SP1 x64: <a href="http://www.cupfighter.net/wp-content/uploads/2010/02/with-edges.txt">memalloc.exe with edgesight</a><br />
XenApp Servers without edgesight: <a href="http://www.cupfighter.net/wp-content/uploads/2010/02/without-edges.txt">memalloc.exe &#8211; without edgesight</a></p>
<p>The main difference here is all the Citrix hooks being loaded, see below.<br />
This apparently consumes so much memory that it was not possible for java to allocate enough memory.</p>
<p>For more insights on WOW64 look here:  <a href="http://blogs.msdn.com/gauravseth/archive/2006/04/26/583963.aspx">http://blogs.msdn.com/gauravseth/archive/2006/04/26/583963.aspx</a></p>
<p>By default 32bit applications within WOW64 can leverage the full 4 GB of memory availlable, which is not possible on a native 32 bit system because of the separation of kernel and user space.<br />
Applications need to be compiled with <em><strong>/largaddressaware</strong></em> (Visual Studio : <a href="http://msdn.microsoft.com/en-us/library/wz223b1z(VS.80).aspx">http://msdn.microsoft.com/en-us/library/wz223b1z(VS.80).aspx</a>) or patched using editbin (<a href="http://bilbroblog.com/wow64/hidden-secrets-of-w0w64-ndash-large-address-space/">http://bilbroblog.com/wow64/hidden-secrets-of-w0w64-ndash-large-address-space/</a>), to fully use the 4 GB availlable otherwise they can only allocate 1,6 GB of memory.</p>
<p>We will open a case with Citrix on this; to be continued.</p>
<p>Citrix hooks being loaded when edgesight is installed:<br />
<span id="more-881"></span></p>
<blockquote><p>Address 61200000, length 1000, state 1000 MEM_COMMIT, type 1000000 module e:\program files\EdgeSight\Agent\Agent\Core\rsintcor32.dll<br />
Address 61201000, length 18000, state 1000 MEM_COMMIT, type 1000000 module e:\program files\EdgeSight\Agent\Agent\Core\rsintcor32.dll<br />
Address 61219000, length 9000, state 1000 MEM_COMMIT, type 1000000 module e:\program files\EdgeSight\Agent\Agent\Core\rsintcor32.dll<br />
Address 61222000, length 1000, state 1000 MEM_COMMIT, type 1000000 module e:\program files\EdgeSight\Agent\Agent\Core\rsintcor32.dll<br />
Address 61223000, length 4000, state 1000 MEM_COMMIT, type 1000000 module e:\program files\EdgeSight\Agent\Agent\Core\rsintcor32.dll<br />
Address 61300000, length 1000, state 1000 MEM_COMMIT, type 1000000 module e:\program files\edgesight\agent\agent\edgesight\esint32.dll<br />
Address 61301000, length 8000, state 1000 MEM_COMMIT, type 1000000 module e:\program files\edgesight\agent\agent\edgesight\esint32.dll<br />
Address 61309000, length 3000, state 1000 MEM_COMMIT, type 1000000 module e:\program files\edgesight\agent\agent\edgesight\esint32.dll<br />
Address 6130c000, length 1000, state 1000 MEM_COMMIT, type 1000000 module e:\program files\edgesight\agent\agent\edgesight\esint32.dll<br />
Address 6130d000, length 2000, state 1000 MEM_COMMIT, type 1000000 module e:\program files\edgesight\agent\agent\edgesight\esint32.dll<br />
Address 67f60000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\CtxSbxHook.DLL<br />
Address 67f61000, length 58000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\CtxSbxHook.DLL<br />
Address 67fb9000, length a000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\CtxSbxHook.DLL<br />
Address 67fc3000, length 4000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\CtxSbxHook.DLL<br />
Address 67fc7000, length 7000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\CtxSbxHook.DLL<br />
Address 6db20000, length 1000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_5090ab56bcba71c2\MSVCR90.dll<br />
Address 6db21000, length 96000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_5090ab56bcba71c2\MSVCR90.dll<br />
Address 6dbb7000, length 1000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_5090ab56bcba71c2\MSVCR90.dll<br />
Address 6dbb8000, length 2000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_5090ab56bcba71c2\MSVCR90.dll<br />
Address 6dbba000, length 4000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_5090ab56bcba71c2\MSVCR90.dll<br />
Address 6dbbe000, length 5000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_5090ab56bcba71c2\MSVCR90.dll<br />
Address 751e0000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\twnhook.dll<br />
Address 751e1000, length c6000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\twnhook.dll<br />
Address 752a7000, length 3000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\twnhook.dll<br />
Address 752aa000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\twnhook.dll<br />
Address 752ab000, length e000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\twnhook.dll<br />
Address 752b9000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\twnhook.dll<br />
Address 752ba000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\twnhook.dll<br />
Address 752bb000, length 6000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\twnhook.dll<br />
Address 752c1000, length 5000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\twnhook.dll<br />
Address 75320000, length 1000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCR80.dll<br />
Address 75321000, length 63000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCR80.dll<br />
Address 75384000, length 2b000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCR80.dll<br />
Address 753af000, length 1000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCR80.dll<br />
Address 753b0000, length 1000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCR80.dll<br />
Address 753b1000, length 1000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCR80.dll<br />
Address 753b2000, length 1000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCR80.dll<br />
Address 753b3000, length 3000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCR80.dll<br />
Address 753b6000, length 5000, state 1000 MEM_COMMIT, type 1000000 module C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCR80.dll<br />
Address 753c0000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\scardhook.dll<br />
Address 753c1000, length 1d000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\scardhook.dll<br />
Address 753de000, length 4000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\scardhook.dll<br />
Address 753e2000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\scardhook.dll<br />
Address 753e3000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\scardhook.dll<br />
Address 753e4000, length 3000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\scardhook.dll<br />
Address 753f0000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\wdmaudhook.dll<br />
Address 753f1000, length 2000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\wdmaudhook.dll<br />
Address 753f3000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\wdmaudhook.dll<br />
Address 753f4000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\wdmaudhook.dll<br />
Address 753f5000, length 2000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\wdmaudhook.dll<br />
Address 75400000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\System32\cxinjime.dll<br />
Address 75401000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\System32\cxinjime.dll<br />
Address 75402000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\System32\cxinjime.dll<br />
Address 75403000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\System32\cxinjime.dll<br />
Address 75404000, length 2000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\System32\cxinjime.dll<br />
Address 75420000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\Sfrhook.dll<br />
Address 75421000, length 2000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\Sfrhook.dll<br />
Address 75423000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\Sfrhook.dll<br />
Address 75424000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\Sfrhook.dll<br />
Address 75425000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\Sfrhook.dll<br />
Address 75426000, length 2000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\Sfrhook.dll<br />
Address 75430000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\mmhook.dll<br />
Address 75431000, length f000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\mmhook.dll<br />
Address 75440000, length 2000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\mmhook.dll<br />
Address 75442000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\mmhook.dll<br />
Address 75443000, length 3000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\mmhook.dll<br />
Address 75450000, length 1000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\mfaphook.dll<br />
Address 75451000, length 2c000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\mfaphook.dll<br />
Address 7547d000, length 9000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\mfaphook.dll<br />
Address 75486000, length 4000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\mfaphook.dll<br />
Address 7548a000, length 4000, state 1000 MEM_COMMIT, type 1000000 module E:\program files\Citrix\system32\mfaphook.dll</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2010/02/citrix-edgesight-5-2-vs-memory-allocation-within-wow64/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XenDesktop 3.0 and vCenter 4.0 permissions</title>
		<link>http://www.cupfighter.net/index.php/2009/10/xendesktop-3-0-and-vcenter-4-0-permission/</link>
		<comments>http://www.cupfighter.net/index.php/2009/10/xendesktop-3-0-and-vcenter-4-0-permission/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 15:14:24 +0000</pubDate>
		<dc:creator>Roeland Kuipers</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[vSphere 4]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[ddc]]></category>
		<category><![CDATA[desktop delivery controller]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=593</guid>
		<description><![CDATA[We are currently implementing a XenDesktop 3.0 environment on vSphere 4. Today I started to lock down the permissions the Xen Desktop Delivery Controllers (DDC) have on vCenter. There is not much documentation on this. Except for the kb article on VMWare Infrastructure 3 and XenDesktop which is lean and mean. But then i stumbled on this great blog [...]]]></description>
			<content:encoded><![CDATA[<p>We are currently implementing a XenDesktop 3.0 environment on vSphere 4.</p>
<p>Today I started to lock down the permissions the Xen Desktop Delivery Controllers (DDC) have on vCenter. There is not much documentation on this. Except for the kb article on <a href="http://support.citrix.com/servlet/KbServlet/download/16861-102-178726/cds_using_vmware.pdf">VMWare Infrastructure 3 and XenDesktop </a>which is lean and mean. But then i stumbled on this great blog post: <a href="http://theether.net/kb/100114">http://theether.net/kb/100114</a></p>
<p>Which describes the solution to the error &#8220;This virtual machine could not be retrieved from the hosting infrastructure&#8221;<br />
The solution basicly describes the proper permissioning for the accunts which access Virtual Center from the DDC and this even works for vCenter 4!</p>
<blockquote><p>In VirtualCenter:</p>
<p>- Select View | Administration</p>
<p>- Click Add Role<br />
- Enter the name XenDesktopGlobal<br />
- Check Global | Manage Custom Attributes<br />
- Click OK</p>
<p>- Click Add Role<br />
- Enter the name XenDesktopDataCentre<br />
- Check Datastore | Browse Datastore<br />
- Check Virtual Machine | Inventory | Create<br />
- Check Virtual Machine | Provisioning | Deploy Template<br />
- Check Resource | Assign Virtual Machine to Resource Pool<br />
- Click OK</p>
<p>- Click Add Role<br />
- Enter the name XenDesktop<br />
- Check Global | Set Custom Attribute<br />
- Check Virtual Machine | Interaction | Power On<br />
- Check Virtual Machine | Interaction | Power Off<br />
- Check Virtual Machine | Interaction | Suspend<br />
- Check Virtual Machine | Interaction | Reset<br />
- Click OK</p>
<p>- Select View | Inventory | Hosts And Clusters</p>
<p>- Select Hosts &amp; Clusters<br />
- Select the Permissions tab<br />
- Right click and select Add Permission from the context menu<br />
- Select XenDesktopGlobal for Assigned Role<br />
- Click Add<br />
- Select the account used in the Logon Information properties of the Desktop Group<br />
- Click OK<br />
- Click OK</p>
<p>- Select the Datacentre that contains the virtual desktops<br />
- Select the Permissions tab<br />
- Right click and select Add Permission from the context menu<br />
- Select XenDesktopDataCentre for Assigned Role<br />
- Click Add<br />
- Select the account used in the Logon Information properties of the Desktop Group<br />
- Click OK<br />
- Click OK</p>
<p>- Select the Cluster or Resource Pool that contains the virtual desktops<br />
- Select the Permissions tab<br />
- Right click and select Add Permission from the context menu<br />
- Select XenDesktop for Assigned Role<br />
- Click Add<br />
- Select the account used in the Logon Information properties of the Desktop Group<br />
- Click OK<br />
- Click OK</p></blockquote>
<p>Source: <a href="http://theether.net/kb/100114">http://theether.net/kb/100114</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2009/10/xendesktop-3-0-and-vcenter-4-0-permission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix HDX Mediastream for Flash Demo / Tutorial</title>
		<link>http://www.cupfighter.net/index.php/2009/07/citrix-flash-hdx-demo-tutorial/</link>
		<comments>http://www.cupfighter.net/index.php/2009/07/citrix-flash-hdx-demo-tutorial/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 13:02:09 +0000</pubDate>
		<dc:creator>Roeland Kuipers</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HDX]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=355</guid>
		<description><![CDATA[Citrix recently released a webinar by Derek Thorslund on Citrix Flash HDX, check it out here: http://www.citrix.com/tv/#video/635 I was pretty impressed when trialling Flash HDX myselfs&#8230; seeing is believing The movies below are not mine, but linked from youtube.com. It&#8217;s worth trialling yourselfs, you won&#8217;t be disappointed. Flash HDX Demo on XenApp Flash HDX Demo [...]]]></description>
			<content:encoded><![CDATA[<p>Citrix recently released a webinar by Derek Thorslund on Citrix Flash HDX, check it out here:<a href="http://www.citrix.com/tv/#video/635" target="_blank"> http://www.citrix.com/tv/#video/635</a></p>
<p>I was pretty impressed when trialling Flash HDX myselfs&#8230; seeing is believing <img src='http://www.cupfighter.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  The movies below are not mine, but linked from youtube.com. It&#8217;s worth trialling yourselfs, you won&#8217;t be disappointed.</p>
<p><p><a href="http://www.cupfighter.net/index.php/2009/07/citrix-flash-hdx-demo-tutorial/"><em>Click here to view the embedded video.</em></a></p><br />
Flash HDX Demo on XenApp</p>
<p><p><a href="http://www.cupfighter.net/index.php/2009/07/citrix-flash-hdx-demo-tutorial/"><em>Click here to view the embedded video.</em></a></p><br />
Flash HDX Demo on XenDesktop 3 (vs VMWare view 3)</p>
<p><a href="http://www.citrix.com/English/ss/downloads/details.asp?downloadId=1690021&amp;productId=186" target="_blank">Download the Technology preview of Citrix HDX Mediastream for Flash here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2009/07/citrix-flash-hdx-demo-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Citrix Community Featured!</title>
		<link>http://www.cupfighter.net/index.php/2009/07/citrix-community-featured/</link>
		<comments>http://www.cupfighter.net/index.php/2009/07/citrix-community-featured/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 17:32:46 +0000</pubDate>
		<dc:creator>Roeland Kuipers</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=335</guid>
		<description><![CDATA[While checking the statistics of our blog I saw some referrals from http://community.citrix.com. We are listed as a Citrix Community featured website! We are very happy to see this, especially because this blog is very young! The first posts are from June 2009. We will try not to disapoint you. We have some very interesting [...]]]></description>
			<content:encoded><![CDATA[<p>While checking the statistics of our blog I saw some referrals from <a href="http://community.citrix.com/display/cdn/Community%20Featured%20Sites" target="_blank">http://community.citrix.com</a>.<br />
We are listed as a Citrix Community featured website! We are very happy to see this, especially because this blog is very young! The first posts are from <a href="http://www.cupfighter.net/index.php/2009/06/" target="_blank">June 2009</a>.</p>
<p>We will try not to disapoint you. We have some very interesting projects comming-up which involve very mission critical XenApp and XenDesktop environments. We will post our hands-on experiences here! So <a href="http://www.cupfighter.net/index.php/feed/" target="_blank">stay tuned</a> <img src='http://www.cupfighter.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2009/07/citrix-community-featured/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenDesktop 3 and vSphere 4</title>
		<link>http://www.cupfighter.net/index.php/2009/07/xendesktop-3-and-vsphere-4/</link>
		<comments>http://www.cupfighter.net/index.php/2009/07/xendesktop-3-and-vsphere-4/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 07:00:36 +0000</pubDate>
		<dc:creator>Roeland Kuipers</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[vSphere 4]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[hotfix]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=300</guid>
		<description><![CDATA[Some hotfixes seem to be released, check http://support.citrix.com/article/CTX121997 &#38; http://support.citrix.com/article/CTX122057. Haven&#8217;t tried it myselfs so i&#8217;m curious to your experiences, please leave a comment, thanks. Overview of latest xendesktop patches here: http://support.citrix.com/product/xd/v3.0/ Citrix is working on a hotfix to have XenDesktop working with vSphere 4. Currently people are experiencing issues with the Desktop Delivery Controller (DDC) to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Some hotfixes seem to be released, check </strong><a href="http://support.citrix.com/article/CTX121997" target="_blank"><strong>http://support.citrix.com/article/CTX121997</strong></a> &amp; <a href="http://support.citrix.com/article/CTX122057"><strong>http://support.citrix.com/article/CTX122057</strong></a><strong>. </strong></p>
<p>Haven&#8217;t tried it myselfs so i&#8217;m curious to your experiences, please leave a comment, thanks.<br />
Overview of latest xendesktop patches here: <a href="http://support.citrix.com/product/xd/v3.0/">http://support.citrix.com/product/xd/v3.0/</a></p>
<p><span style="text-decoration: line-through;">Citrix is working on a hotfix to have XenDesktop working with vSphere 4. Currently people are experiencing issues with the Desktop Delivery Controller (DDC) to communicate properly with the vSphere SDK webservice. Also the XenDesktop Setup Wizard, which automates creation of Virtual Desktops, seems to be broken.</span></p>
<p><span style="text-decoration: line-through;">A partial workaround seems to be availlable; reapply the hack to enable /SDK over plain HTTP and HTTPS.</span></p>
<p><span style="text-decoration: line-through;">Change &#8220;c:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\proxy.xml&#8221;</span></p>
<p><span style="text-decoration: line-through;">The section should look similar like this:</span></p>
<blockquote><p><span style="text-decoration: line-through;">&lt;e id=&#8221;1&#8243;&gt;<br />
&lt;_type&gt;vim.ProxyService.LocalServiceSpec&lt;/_type&gt;<br />
&lt;serverNamespace&gt;/sdk&lt;/serverNamespace&gt;<br />
&lt;accessMode&gt;httpAndHttps&lt;/accessMode&gt;<br />
&lt;port&gt;8085&lt;/port&gt;<br />
&lt;/e&gt;</span></p></blockquote>
<p><span style="text-decoration: line-through;">The hotfix, when availlable, will be posted </span><a href="http://forums.citrix.com/thread.jspa?threadID=246967&amp;tstart=0" target="_blank"><span style="text-decoration: line-through;">here</span></a><span style="text-decoration: line-through;">. More info can be found in this </span><a href="http://forums.citrix.com/thread.jspa?threadID=246967&amp;tstart=0" target="_blank"><span style="text-decoration: line-through;">support thread of the Citrix Forums</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2009/07/xendesktop-3-and-vsphere-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wyse Viance Thin Clients</title>
		<link>http://www.cupfighter.net/index.php/2009/06/wyse-viance-thin-clients/</link>
		<comments>http://www.cupfighter.net/index.php/2009/06/wyse-viance-thin-clients/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 10:38:04 +0000</pubDate>
		<dc:creator>Roeland Kuipers</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Wyse]]></category>
		<category><![CDATA[XenDesktop]]></category>
		<category><![CDATA[Thin Client]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=98</guid>
		<description><![CDATA[I stumbled upon a nice product demo of the new Wyse Viance Thin client, which are optimized for XenDesktop 3. Viance is the new product line of XenDesktop optimized endpoint devices from Wyse. Wyse also announced a mobile Viance product, the Wyse Viance Pro Mobile. The questions is how this will work in the real-world, since [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon a nice product demo of the new Wyse Viance Thin client, which are optimized for XenDesktop 3.</p>
<p>Viance is the new product line of XenDesktop optimized endpoint devices from Wyse.</p>
<p><a href="http://www.cupfighter.net/index.php/2009/06/wyse-viance-thin-clients/"><em>Click here to view the embedded video.</em></a></p>
<p>Wyse also announced a mobile Viance product, the Wyse Viance Pro Mobile. The questions is how this will work in the real-world, since you&#8217;ll need to have connectivity to XenDesktop farm in order to work.</p>
<p><a href="http://www.wyse.com/products/hardware/thinclients/Viance/index.asp">Product Page Wyse Viance Thin Client</a><br />
<a href="http://www.wyse.com/products/hardware/mobile/VianceProMobile/index.asp">Product Page Wyse Viance Pro Mobile</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2009/06/wyse-viance-thin-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VDI: XenDesktop 3 Feature Pack 1, XenApp &amp; Ardence</title>
		<link>http://www.cupfighter.net/index.php/2009/06/vdi-xendesktop-3-feature-pack-1-xenapp-ardence/</link>
		<comments>http://www.cupfighter.net/index.php/2009/06/vdi-xendesktop-3-feature-pack-1-xenapp-ardence/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:22:15 +0000</pubDate>
		<dc:creator>Roeland Kuipers</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Ardence]]></category>
		<category><![CDATA[OS Streaming]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenDesktop]]></category>

		<guid isPermaLink="false">http://www.cupfighter.net/?p=24</guid>
		<description><![CDATA[We have been recently looking into VDI solutions for prospects. And with the VMWorld 2008 session of Brian Madden VDI vs Terminal Services in our mind, we were at first a bit hesitant. Especially when it comes to end-user acceptance and the remote display protocols involved. RDP, ICA / HDX, HP RGS (http://h20331.www2.hp.com/Hpsub/cache/286504-0-0-225-121.html), they all [...]]]></description>
			<content:encoded><![CDATA[<p>We have been recently looking into VDI solutions for prospects. And with the VMWorld 2008 session of Brian Madden VDI vs Terminal Services in our mind, we were at first a bit hesitant.<br />
Especially when it comes to end-user acceptance and the remote display protocols involved. RDP, ICA / HDX, HP RGS (<a title="http://h20331.www2.hp.com/Hpsub/cache/286504-0-0-225-121.html" href="http://h20331.www2.hp.com/Hpsub/cache/286504-0-0-225-121.html">http://h20331.www2.hp.com/Hpsub/cache/286504-0-0-225-121.html</a>), they all have their limitations. (Yes, we have demanding end-users:)</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:3c3f12d9-8db3-43e7-87c1-8291f2be7c23" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">
<div><object width="430" height="325" data="http://vimeo.com/moogaloop.swf?clip_id=1761453&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=1761453&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object><a href="http://vimeo.com/1761453">Brian Madden VDI versus Terminal Services Video</a> from <a href="http://vimeo.com/esloof">Eric Sloof NTPRO.NL</a> on <a href="http://vimeo.com">Vimeo</a>.</div>
</div>
<p>Since we do a lot a of VMWare and Citrix we looked at both VDI products. VMware relies for 100% on a remote display protocols but Citrix has bought Ardence which now has been rebranded into Citrix Provisioning Server.<br />
Ardence / Citrix Provisioning Server is able to stream a full-blown OS over the network to physical and virtual machines. It actually mounts a disk over the network.</p>
<p>Check the video below for a very cool demo <img src='http://www.cupfighter.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:b2c97d4e-1a21-4b81-a980-019f39a03715" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">
<div><object width="425" height="355" data="http://www.youtube.com/v/moIuHqIc-PQ&amp;hl=nl&amp;fs=1&amp;&amp;hl=en" type="application/x-shockwave-flash"><param name="src" value="http://www.youtube.com/v/moIuHqIc-PQ&amp;hl=nl&amp;fs=1&amp;&amp;hl=en" /></object></div>
</div>
<p><em><strong>Ardence Demo</strong></em></p>
<p>So with Ardence all the limits of remote display protocols are gone for demanding applications.</p>
<p>Next to this all VDI vendors are fighting for the best remote display protocols. Microsoft bought Calista, VMWare Teradici (<a href="http://www.teradici.com">www.teradici.com</a>) and Citrix is extending the ICA Virtual Channels with all kinds of nifty extensions like Flash HDX (Still techpreview) and 3D rendering using GPU’s at the server side. We did a PoC with Flash HDX which offloads flash rendering to the client and this rocks, although still beta with some quirks. Finally full quality Flash on XenDesktop and XenApp. Another nice feature of XenDesktop is that it supports smartcards from the endpoint device</p>
<p>What’s new in FP1 of Xendesktop 3:<br />
<a title="http://www.citrix.com/English/ps2/products/subfeature.asp?contentID=1686118" href="http://www.citrix.com/English/ps2/products/subfeature.asp?contentID=1686118">http://www.citrix.com/English/ps2/products/subfeature.asp?contentID=1686118</a></p>
<h4>How does the Citrix VDI solution work?</h4>
<p>It is actually based on a bunch of existing (proven) technologies:</p>
<p>- Ardence OS Streaming<br />
- Application hosting / streaming from XenApp<br />
- ICA into a client OS (XP / Vista / Window 7), sort of single user Citrix box.</p>
<h5>VDI into the Physical Standardized Desktop</h5>
<p>OS Streaming on the LAN based on Citrix Provisioning Server (rebranded from Ardence). Citrix Provisioning server streams a single disk image over the LAN to multiple desktops which then are able to run a full-blown OS without the limitations of remote display protocols and leveraging local computing power. By default the streamed disk image is non persistent and the OS on the desktop will return to the initial state after a reboot. When required dedicated, read-write images can be provisioned, however this breaks the single image storage advantage.</p>
<p>The application are then delivered onto the desktop using (“traditional”) XenApp either streaming or hosted.</p>
<p>And all personal settings are stored in a traditional roaming profile, profile management however will be necessary to keep al the bloat out. This can be done using Citrix Profile manager which comes with XenDesktop or your favorite profile manager.</p>
<h5>VDI into a virtual Infrastructure</h5>
<p>The same happens applies when you want to run Virtual Desktops in Virtual Infrastructue like XEN, VMWare or Hyper-V (All supported by XenDesktop).<a href="http://www.cupfighter.net/index.php/2009/07/xendesktop-3-and-vsphere-4/"> Not sure when vSphere 4 will be supported</a>. The main difference is that you’ll need to access the Virtual Desktop using ICA/HDX and all the limitations involved. But the major limitation of flash over ICA is due to be solved with Flash HDX, which rocks. You’ll need to see this for yourselves, it’s 100% like running Flash locally.</p>
<p><a href="http://www.cupfighter.net/wp-content/uploads/2009/06/image-thumb.png"><img style="border: 0pt none; display: inline;" title="image" src="https://cupfighter.schubergphilis.com/wp-content/uploads/2009/06/image-thumb.png" border="0" alt="image" width="594" height="395" /></a></p>
<p><em><strong>XenDesktop 3 Architecture</strong></em></p>
<p>Check <a href="http://www.brianmadden.com">www.brianmadden.com</a> on all the pro/cons of the different VDI solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cupfighter.net/index.php/2009/06/vdi-xendesktop-3-feature-pack-1-xenapp-ardence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

