<?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>citrix xenapp &#124; xenserver &#124; xenclient &#124; xendesktop &#124; terminal server blog &#187; windows</title> <atom:link href="http://www.xenappblog.com/category/windows/feed/" rel="self" type="application/rss+xml" /><link>http://www.xenappblog.com</link> <description>it&#039;s all about applications and virtualization</description> <lastBuildDate>Sat, 04 Feb 2012 09:20:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>SMB 2.0 Tuning for Citrix XenApp 6.x</title><link>http://www.xenappblog.com/2011/smb-2-0-tuning-for-citrix-xenapp-6-x/</link> <comments>http://www.xenappblog.com/2011/smb-2-0-tuning-for-citrix-xenapp-6-x/#comments</comments> <pubDate>Thu, 10 Nov 2011 00:03:08 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[windows]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[xendesktop]]></category> <category><![CDATA[Tuning Group Policy]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=2748</guid> <description><![CDATA[More and more people are moving their file servers to Windows 2008. For this reason it&#8217;s essential to do some SMB 2.0 tuning in the registry to get the best possible performance with Citrix XenApp 6.x. SMB 1.0 was originally designed 15 years ago and was introduced with Windows 3.11 for Workgroups. Since the fastest [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/11/SMB-2.0-Tuning-Windows-2008-File-Server.png?9d7bd4" rel="lightbox[2748]"><img
class="alignnone size-medium wp-image-2749" title="SMB 2.0 Tuning Windows 2008 File Server" src="http://cdn.xenappblog.com/wp-content/uploads/2011/11/SMB-2.0-Tuning-Windows-2008-File-Server-300x170.png?9d7bd4" alt="SMB 2.0 Tuning Windows 2008 File Server 300x170 SMB 2.0 Tuning for Citrix XenApp 6.x" width="300" height="170" /></a></p><p>More and more people are moving their file servers to Windows 2008. For this reason it&#8217;s essential to do some <span
style="text-decoration: underline;">SMB 2.0 tuning</span> in the registry to get the best possible performance with Citrix XenApp 6.x.</p><p>SMB 1.0 was originally designed 15 years ago and was introduced with Windows 3.11 for Workgroups. Since the fastest networks in use at the time generally offered a maximum transfer rate of 10 Mb/s, the protocol has become out of date.</p><p>Indeed, with Gigabit Ethernet interfaces now a common feature even on budget motherboards, SMB can’t keep up with current network speeds.</p><p>SMB 2.0 is the new version of SMB that has been redesigned for today’s networking environments and the needs of the next generation of file servers. SMB 2.0 has the following enhancements:</p><ul><li>Supports sending multiple SMB commands within the same packet. This reduces the number of packets sent between an SMB client and server, a common complaint against SMB 1.0.</li><li>Supports much larger buffer sizes compared to SMB 1.0.</li><li>Increases the restrictive constants within the protocol design to allow for scalability. Examples include an increase in the number of concurrent open file handles on the server and the number of file shares that a server can have.</li><li>Supports durable handles that can withstand short interruptions in network availability.</li><li>Supports symbolic links.</li></ul><p>SMB 2.0 seems to perform significantly faster than SMB 1.0 under optimal circumstances. I’ve heard of improvements ranging from 50% faster to 3500% faster. The bad news is that, as you might expect, you have to have SMB support on both ends of the communications pipe for SMB 2.0.</p><h2>SMB 2.0 Tuning File Server :</h2><p>Our <a
href="http://www.xenappblog.com/downloads/?category=1">XA5/XA6 Group Policy Tuning Templates</a> have been downloaded more than 12.609 times. The SMB 1.0 tunings are ready-to-go as long as you set the values on your <a
href="http://support.microsoft.com/kb/324446" target="_blank">File Server(s)</a> correctly. If you&#8217;re running a pure SMB 2.0 environment there&#8217;re still some <strong>SMB 2.0 Tuning</strong> needed. These registry keys needs to be added to your File Server(s).</p><pre>Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters]
"TreatHostAsStableStorage"=dword:00000001
"MaxThreadsPerQueue"=dword:00000040
"Smb2"=dword:00000001
"Smb2CreditsMin"=dword:00000040
"Smb2CreditsMax"=dword:00000400</pre><h3><strong>SMB 2.0 Tuning Citrix XenApp 6.x Servers :</strong></h3><pre>Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanManWorkstation\Parameters]
"DisableBandwidthThrottling"=dword:00000001
"MaxCredits"=dword:00000080</pre><p>All credits for this article goes to Dan Allan from Citrix Consulting. Make sure you check out his in-depth article <a
href="http://blogs.citrix.com/2010/10/21/smb-tuning-for-xenapp-and-file-servers-on-windows-server-2008" target="_blank">SMB Tuning for XenApp and File Servers on Windows Server 2008</a> over at Citrix Blogs.</p><p><strong>Resource :</strong></p><ul><li><a
href="http://blogs.citrix.com/2010/10/21/smb-tuning-for-xenapp-and-file-servers-on-windows-server-2008" target="_blank"><em>SMB 2.0 Tuning</em></a></li><li><a
href="http://www.microsoft.com/whdc/system/sysperf/Perf_tun_srv-R2.mspx" target="_blank">Performance Tuning Guidelines for Windows Server 2008 R2</a></li></ul><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2010/xenapp-6-tuning-group-policy-for-windows-2008-r2/" rel="bookmark" class="crp_title">XenApp 6 Tuning Group Policy for Windows 2008 R2</a></li><li><a
href="http://www.xenappblog.com/2009/xendesktop-tuning-tips-group-policy-v1-0/" rel="bookmark" class="crp_title">XenDesktop Tuning Tips Group Policy v1.0</a></li><li><a
href="http://www.xenappblog.com/2011/group-policy-management-import-registry-files/" rel="bookmark" class="crp_title">Group Policy Management &#8211; Import registry files</a></li><li><a
href="http://www.xenappblog.com/2010/vdi-tuning-group-policy/" rel="bookmark" class="crp_title">XenDesktop Tuning Group Policy for Windows 7 x64</a></li><li><a
href="http://www.xenappblog.com/2008/how-to-clone-a-windows-2003-server-with-citrix-presentation-server-45-and-applications-using-wdssysprep-citrix-pvs/" rel="bookmark" class="crp_title">Clone a Windows 2003 Server with Citrix Presentation Server 4.X</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2011/smb-2-0-tuning-for-citrix-xenapp-6-x/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>ControlUp Enterprise IT Management Console</title><link>http://www.xenappblog.com/2011/controlup-enterprise-it-management-console/</link> <comments>http://www.xenappblog.com/2011/controlup-enterprise-it-management-console/#comments</comments> <pubDate>Wed, 02 Nov 2011 15:50:49 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[windows]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[xendesktop]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=2712</guid> <description><![CDATA[ControlUp has in the last month become my favorite free monitoring application. The tool is extremely powerful and I&#8217;m constantly adding it to all my customers. There&#8217;s simply so many cool features to cover that you&#8217;re better of trying it out yourself, seeing is believing. My most commonly used ControlUp features are : Refresh Machine [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/11/ControlUp-Management-Console-03.png?9d7bd4" rel="lightbox[2712]"><img
title="ControlUp Management Console 03" src="http://cdn.xenappblog.com/wp-content/uploads/2011/11/ControlUp-Management-Console-03-300x217.png?9d7bd4" alt="ControlUp Management Console 03 300x217 ControlUp Enterprise IT Management Console" width="300" height="217" /></a></p><p><strong>ControlUp</strong> has in the last month become my favorite free monitoring application. The tool is extremely powerful and I&#8217;m constantly adding it to all my customers. There&#8217;s simply so many cool features to cover that you&#8217;re better of trying it out yourself, seeing is believing.</p><p>My most commonly used <em>ControlUp</em> features are :</p><ul><li>Refresh Machine Group Policy</li><li>Check memory and CPU utilization</li><li>Check all event logs</li><li>Number of application process running on all Citrix servers</li></ul><div><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/11/ControlUp-Management-Console-04.png?9d7bd4" rel="lightbox[2712]"><img
style="margin-top: 5px; margin-bottom: 5px;" title="ControlUp Management Console 04" src="http://cdn.xenappblog.com/wp-content/uploads/2011/11/ControlUp-Management-Console-04-300x217.png?9d7bd4" alt="ControlUp Management Console 04 300x217 ControlUp Enterprise IT Management Console" width="300" height="217" /></a></div><div><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/11/ControlUp-Management-Console-01.png?9d7bd4" rel="lightbox[2712]"><img
class="size-medium wp-image-2713 alignnone" style="margin-top: 5px; margin-bottom: 5px;" title="ControlUp Management Console 01" src="http://cdn.xenappblog.com/wp-content/uploads/2011/11/ControlUp-Management-Console-01-300x217.png?9d7bd4" alt="ControlUp Management Console 01 300x217 ControlUp Enterprise IT Management Console" width="300" height="217" /></a></div><div><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/11/ControlUp-Management-Console-02.png?9d7bd4" rel="lightbox[2712]"><img
class="size-medium wp-image-2714 alignnone" style="margin-top: 5px; margin-bottom: 5px;" title="ControlUp Management Console 02" src="http://cdn.xenappblog.com/wp-content/uploads/2011/11/ControlUp-Management-Console-02-300x217.png?9d7bd4" alt="ControlUp Management Console 02 300x217 ControlUp Enterprise IT Management Console" width="300" height="217" /></a></div><p><strong>Resource :</strong></p><ul><li><strong><a
href="http://www.smart-x.com/products/controlup/" target="_blank">ControlUp</a></strong> - Free Enterprise Monitoring Tool</li></ul><p>What&#8217;s your favorite Monitoring solution for Citrix XenApp and XenDesktop? If you&#8217;re already using <span
style="text-decoration: underline;">ControlUp</span>, whats your best feature and what could be improved? Share your thoughts in the comments below.</p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2011/group-policy-management-import-registry-files/" rel="bookmark" class="crp_title">Group Policy Management &#8211; Import registry files</a></li><li><a
href="http://www.xenappblog.com/2009/web-interface-511-management-console-preview/" rel="bookmark" class="crp_title">Web Interface 5.1.1 Management Console Preview</a></li><li><a
href="http://www.xenappblog.com/2009/technology-preview-of-citrix-xenapp-for-w2k8-r2/" rel="bookmark" class="crp_title">Technology Preview of Citrix XenApp for W2K8 R2</a></li><li><a
href="http://www.xenappblog.com/2010/all-you-need-to-know-about-xendesktop-5-0/" rel="bookmark" class="crp_title">All you need to know about XenDesktop 5.0</a></li><li><a
href="http://www.xenappblog.com/2010/interview-with-pierre-marmignon-citrixtools-net/" rel="bookmark" class="crp_title">Interview with Pierre Marmignon &#8211; CitrixTools.Net</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2011/controlup-enterprise-it-management-console/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Recommended Citrix and Microsoft Hotfixes for XenApp 6</title><link>http://www.xenappblog.com/2011/recommended-citrix-and-microsoft-hotfixes-for-xenapp-6/</link> <comments>http://www.xenappblog.com/2011/recommended-citrix-and-microsoft-hotfixes-for-xenapp-6/#comments</comments> <pubDate>Tue, 27 Sep 2011 15:08:28 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[windows]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[citrix xenapp 6]]></category> <category><![CDATA[unattended]]></category> <category><![CDATA[windows 2008 r2]]></category> <category><![CDATA[xenapp 6]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=2433</guid> <description><![CDATA[Keeping up to date on all Recommend Citrix and Microsoft Hotfixes for XenApp 6 can be a time consuming job. A perfect way to get notified is to add CTX129229 to Google Alerts. We&#8217;ve just released a complete Downloadable ZIP file with all the current recommended Citrix and Microsoft hotfixes as well as an unattended installation script. If you [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/09/CTX129229-Google-Alert.png?9d7bd4" rel="lightbox[2433]"><img
class="alignnone size-medium wp-image-2434" title="CTX129229 Google Alert" src="http://cdn.xenappblog.com/wp-content/uploads/2011/09/CTX129229-Google-Alert-300x178.png?9d7bd4" alt="CTX129229 Google Alert 300x178 Recommended Citrix and Microsoft Hotfixes for XenApp 6" width="300" height="178" /></a></p><p>Keeping up to date on all <strong>Recommend Citrix and Microsoft Hotfixes for XenApp 6</strong> can be a time consuming job. A perfect way to get notified is to add CTX129229 to Google Alerts.</p><p>We&#8217;ve just released a complete <a
href="http://www.xenappblog.com/downloads/?did=31">Downloadable ZIP file</a> with all the current recommended Citrix and Microsoft hotfixes as well as an unattended installation script. If you get any WUSA errors in the Eventlog this just means that the Windows Update doesn&#8217;t apply or are already installed on your system.</p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/09/CTX129229-Event-Log-WUSA.png?9d7bd4" rel="lightbox[2433]"><img
class="alignnone size-medium wp-image-2435" title="CTX129229 Event Log WUSA" src="http://cdn.xenappblog.com/wp-content/uploads/2011/09/CTX129229-Event-Log-WUSA-300x182.png?9d7bd4" alt="CTX129229 Event Log WUSA 300x182 Recommended Citrix and Microsoft Hotfixes for XenApp 6" width="300" height="182" /></a></p><pre>@echo off
set AppHotfixesPath="%XA%\Applications\XA6_2008R2_ML\Hotfixes"

for %%i in (%AppHotfixesPath%\*.msp) do start /wait msiexec.exe /update %%i /qn /norestart

start /wait msiexec /i "ServerConfigurationInstall.msi" /qn /norestart
start /wait msiexec /i "XenAppGpmx_x64.msi" /qn /norestart

echo.
echo Enable and Start Windows Update Service
sc config wuauserv start= auto
net start wuauserv

for %%i in (%AppHotfixesPath%\*.msu) do start /wait wusa.exe %%i /quiet /norestart

echo Recommended CTX &amp; MS Hotfixes - http://support.citrix.com/article/CTX129229

echo XA600W2K8R2X64012 - http://support.citrix.com/article/CTX126679
echo XA600W2K8R2X64017 - http://support.citrix.com/article/CTX126958
echo XA600W2K8R2X64021 - http://support.citrix.com/article/CTX127036
echo XA600W2K8R2X64029 - http://support.citrix.com/article/CTX127405
echo XA600W2K8R2X64046 - http://support.citrix.com/article/CTX128342
echo XA600W2K8R2X64058 - http://support.citrix.com/article/CTX129131
echo XA600W2K8R2X64060 - http://support.citrix.com/article/CTX129224
echo XA600W2K8R2X64062 - http://support.citrix.com/article/CTX129278
echo XA600W2K8R2X64063 - http://support.citrix.com/article/CTX129375
echo XA600W2K8R2X64068 - http://support.citrix.com/article/CTX129741
echo XA600W2K8R2X64077 - http://support.citrix.com/article/CTX130236
echo XA600W2K8R2X64079 - http://support.citrix.com/article/CTX130333
echo XA600W2K8R2X64089 - http://support.citrix.com/article/CTX130828

echo XASCTW2K8R2X64003 - http://support.citrix.com/article/CTX130279
echo DSCXAGPMX100WX64001 - http://support.citrix.com/article/CTX126656

echo KB979530 - http://support.microsoft.com/kb/979530
echo KB975777 - http://support.microsoft.com/kb/975777
echo KB980663 - http://support.microsoft.com/kb/980663
echo KB2265716 - http://support.microsoft.com/kb/2265716
echo KB2465772 - http://support.microsoft.com/kb/2465772
echo KB917607 - http://support.microsoft.com/kb/917607
echo KB2383928 - http://support.microsoft.com/kb/2383928
echo KB983460 - http://support.microsoft.com/default.aspx?scid=kb;en-US;983460
echo KB2388142 - http://support.microsoft.com/default.aspx?scid=kb;en-US;2388142
echo KB2444328 - http://support.microsoft.com/kb/2444328
echo KB2551503 - http://support.microsoft.com/kb/2551503
echo KB2578159 - http://support.microsoft.com/kb/2578159</pre><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2009/citrix-provisioning-services-for-citrix-xenapp-best-practice/" rel="bookmark" class="crp_title">Citrix Provisioning Services for Citrix XenApp Best Practice</a></li><li><a
href="http://www.xenappblog.com/2009/unattended-citrix-health-monitoring-recovery-hmr-test-pack/" rel="bookmark" class="crp_title">Unattended : Citrix Health Monitoring &#038; Recovery (HMR) Test Pack</a></li><li><a
href="http://www.xenappblog.com/2009/free-pdf-writer-for-terminal-server/" rel="bookmark" class="crp_title">Unattended : CutePDF Writer for Terminal Server</a></li><li><a
href="http://www.xenappblog.com/2009/prepare-a-provisioning-services-private-vdisk-for-shared-vdisk/" rel="bookmark" class="crp_title">Prepare a Provisioning Services Private vDisk for Shared vDisk</a></li><li><a
href="http://www.xenappblog.com/2009/citrix-xenapp-5-0-feature-pack-2-hfrp05/" rel="bookmark" class="crp_title">Citrix XenApp 5.0 Feature Pack 2 (HFRP05)</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2011/recommended-citrix-and-microsoft-hotfixes-for-xenapp-6/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>Citrix GoToManage &#8211; iPad Remote Support</title><link>http://www.xenappblog.com/2011/citrix-gotomanage-ipad-remote-support/</link> <comments>http://www.xenappblog.com/2011/citrix-gotomanage-ipad-remote-support/#comments</comments> <pubDate>Tue, 16 Aug 2011 16:20:43 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[windows]]></category> <category><![CDATA[ipad]]></category> <category><![CDATA[remote control]]></category> <category><![CDATA[remote support]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=2308</guid> <description><![CDATA[The Citrix GoToManage iPad App that was announced at Citrix Synergy 2011 is now available on the App Store. This app will make it much easier for administrators to support end users from anywhere in the world. You can try the app today by signing up for an account at the GoToManage website. The current [...]]]></description> <content:encoded><![CDATA[<p></p><p><img
class="alignnone size-medium wp-image-2323" title="GoToManage-Citrix-iPad (8)" src="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-8-300x158.png?9d7bd4" alt="GoToManage Citrix iPad 8 300x158 Citrix GoToManage   iPad Remote Support" width="300" height="158" /></p><p>The Citrix <strong>GoToManage</strong> iPad App that was announced at Citrix Synergy 2011 is now available on the App Store. This app will make it much easier for administrators to support end users from anywhere in the world. You can try the app today by signing up for an account at the <a
href="http://www.gotomanage.com/remote_support/ipad" target="_blank"><strong>GoToManage</strong></a> website. The current version doesn&#8217;t support sign-up from the iPad app.</p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-2.png?9d7bd4" rel="lightbox[2308]"><img
class="alignnone size-medium wp-image-2313" title="GoToManage-Citrix-iPad (2)" src="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-2-300x158.png?9d7bd4" alt="GoToManage Citrix iPad 2 300x158 Citrix GoToManage   iPad Remote Support" width="300" height="158" /></a></p><p>Simply install the GoToAssist client on your computer(s) and you&#8217;re ready to go.</p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-3.png?9d7bd4" rel="lightbox[2308]"><img
class="alignnone size-medium wp-image-2314" title="GoToManage-Citrix-iPad (3)" src="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-3-300x158.png?9d7bd4" alt="GoToManage Citrix iPad 3 300x158 Citrix GoToManage   iPad Remote Support" width="300" height="158" /></a></p><p>&nbsp;</p><p><span
id="more-2308"></span></p><p>From the iPad app you got many options in terms of support.</p><ul><li>Connect to Windows machines in your inventory</li><li>Start a support session and direct your customer to www.fastsupport.com</li><li>Send an email with the necessary information to your customer</li></ul><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-6.png?9d7bd4" rel="lightbox[2308]"><img
class="alignnone size-medium wp-image-2316" title="GoToManage-Citrix-iPad (6)" src="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-6-300x225.png?9d7bd4" alt="GoToManage Citrix iPad 6 300x225 Citrix GoToManage   iPad Remote Support" width="300" height="225" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-7.png?9d7bd4" rel="lightbox[2308]"><img
class="alignnone size-medium wp-image-2317" title="GoToManage-Citrix-iPad (7)" src="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-7-300x225.png?9d7bd4" alt="GoToManage Citrix iPad 7 300x225 Citrix GoToManage   iPad Remote Support" width="300" height="225" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-x.png?9d7bd4" rel="lightbox[2308]"><img
class="alignnone size-medium wp-image-2318" title="GoToManage-Citrix-iPad (x)" src="http://cdn.xenappblog.com/wp-content/uploads/2011/08/GoToManage-Citrix-iPad-x-300x225.png?9d7bd4" alt="GoToManage Citrix iPad x 300x225 Citrix GoToManage   iPad Remote Support" width="300" height="225" /></a></p><p>The iPad app worked smooth to my Windows 7 and Mac OSX machine. The Unattended Installer currently only support Windows machines. This is clearly an enterprise app with a price tag of $660 per technician/year. The <em>Citrix GoToManage</em> application compete with similar services from companies like Bomgar and TeamViewer.</p><p><strong>Update :</strong></p><p>Thanks to Tim Arenz for providing me with the link to the free account. Citrix have different plans. If you only need to provide live support from the iPad then use the <a
href="http://www.gotomanage.com/remote_support/ipad" target="_blank">GoToManage Free Mobile Plan</a>.</p><p>What&#8217;s your favorite iPad Remote Support Application? Please share your experience in the comment below.</p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2010/first-look-at-ipad-and-citrix-receiver/" rel="bookmark" class="crp_title">First look at iPad and Citrix Receiver</a></li><li><a
href="http://www.xenappblog.com/2011/secret-tips-to-become-more-productive/" rel="bookmark" class="crp_title">Secret Tips To Become More Productive</a></li><li><a
href="http://www.xenappblog.com/2010/use-iphone-as-a-mouse-on-ipad-with-citrix-receiver/" rel="bookmark" class="crp_title">Use iPhone as a Mouse on iPad with Citrix Receiver</a></li><li><a
href="http://www.xenappblog.com/2011/citrix-access-gateway-5-0-no-walk-in-the-park/" rel="bookmark" class="crp_title">Citrix Access Gateway 5.0 &#8211; No walk in the park</a></li><li><a
href="http://www.xenappblog.com/2010/virtual-reality-check-phase-iii-cugtech-presentation/" rel="bookmark" class="crp_title">Virtual Reality Check Phase III &#8211; CUGTech Presentation</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2011/citrix-gotomanage-ipad-remote-support/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Why I ditched XenClient for Hyper-V Part II</title><link>http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-ii/</link> <comments>http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-ii/#comments</comments> <pubDate>Wed, 18 May 2011 20:23:36 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[windows]]></category> <category><![CDATA[xenclient]]></category> <category><![CDATA[hyper-v]]></category> <category><![CDATA[windows 2008 r2]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=2084</guid> <description><![CDATA[This is the second post in a series of articles articles where the goal is to create the optimal workstation for us consultants. In the first post Why I ditched XenClient for Hyper-V Part I we highlighted the missing features and bugs in Citrix XenClient. For my setup I purchased a OCZ Vertex 2 180GB [...]]]></description> <content:encoded><![CDATA[<p></p><p><img
class="alignnone size-medium wp-image-2085" title="windows 2008 workstation" src="http://cdn.xenappblog.com/wp-content/uploads/2011/07/windows-2008-workstation-300x187.png?9d7bd4" alt="windows 2008 workstation 300x187 Why I ditched XenClient for Hyper V Part II" width="300" height="187" /></p><p>This is the second post in a series of articles articles where the goal is to create the optimal workstation for us consultants. In the first post <a
href="http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-i/" target="_self">Why I ditched XenClient for Hyper-V Part I</a> we highlighted the missing features and bugs in Citrix XenClient.</p><p>For my setup I purchased a OCZ Vertex 2 180GB SATA II 2,5&#8243; Solid State Drive with TRIM Support based upon recommendations from <a
href="http://twitter.com/#!/shawnbass" target="_blank">@shawnbass</a> and <a
href="http://twitter.com/#!/easi123" target="_blank">@easi123</a>. This is the most affordable SSD which supports 250MB/s read and write performance and TRIM support that is important for good performance. The boot time is now down to less than <strong>15 seconds</strong>.</p><p>The first thing I did was to flash my drive with the latest firmware and then installed all the necessary drivers and software. A great resource is a website called <a
href="http://www.win2008r2workstation.com/" target="_blank">Convert your Windows Server 2008 R2 to a Workstation</a>. You&#8217;ll find an automatic conversion tool and articles describing the different elements. They also have great information on how to find all the drivers for your system automatically.</p><p>After I installed all my software I noticed that the new Firefox 4 was crazy slow. There is a new option called <a
href="http://www.geckoandfly.com/9002/solution-firefox-4-slow-hardware-acceleration/" target="_blank">FireFox Hardware Acceleration</a> that needs to be disabled.</p><p><strong>My Customization :</strong><a
href="http://www.win2008r2workstation.com/win2008r2/wireless-networking" target="_blank"></a></p><ul><li><a
href="http://www.win2008r2workstation.com/win2008r2/wireless-networking" target="_blank">Enable Wireless networking</a></li><li>Create network bridge between WiFi and the Virtual Network to get internet access</li><li><a
href="http://www.win2008r2workstation.com/win2008r2/themes" target="_blank">Enable the Desktop Experience feature</a></li><li><a
href="http://www.grouppolicy.biz/2011/04/best-practice-how-to-use-group-policy-to-configure-windows-7-logon-ui-background-wallpaper/" target="_blank">Replace the logon background image</a></li><li><a
href="http://www.win2008r2workstation.com/win2008r2/enable-sound" target="_blank">Enable audio and tuned it to remove the stuttering sound</a></li><li><a
href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2f17de1a-eaf3-42a1-8dd3-84f43fe95424&amp;displaylang=en" target="_blank">Microsoft Update for Desktop Experience Decoder for Windows Server 2008 R2</a></li></ul><p>My first impression after running this configuration for 2 weeks are very good. The boot time is awesome and it now longer matters that Hibernation doesn&#8217;t work. I also successfully deploy our corporate image inside a virtual machine. Happy go lucky.</p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-i/" rel="bookmark" class="crp_title">Why I ditched XenClient for Hyper-V Part I</a></li><li><a
href="http://www.xenappblog.com/2010/citrix-xenapp-6-windows-7-look-and-feel/" rel="bookmark" class="crp_title">Citrix XenApp 6 with Windows 7 look and feel</a></li><li><a
href="http://www.xenappblog.com/2010/citrix-xenclient-rc-overview/" rel="bookmark" class="crp_title">Citrix XenClient RC &#8211; Overview</a></li><li><a
href="http://www.xenappblog.com/2009/windows-7-rc-on-the-hp-mini-1035/" rel="bookmark" class="crp_title">Windows 7 RC on the HP Mini 1035</a></li><li><a
href="http://www.xenappblog.com/2011/the-optimal-cheap-citrix-xenserver-home-lab/" rel="bookmark" class="crp_title">Citrix XenServer The Optimal Cheap Home Lab</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-ii/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Why I ditched XenClient for Hyper-V Part I</title><link>http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-i/</link> <comments>http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-i/#comments</comments> <pubDate>Thu, 05 May 2011 10:23:40 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[windows]]></category> <category><![CDATA[xenclient]]></category> <category><![CDATA[hyper-v]]></category> <category><![CDATA[windows 2008 r2]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=2058</guid> <description><![CDATA[I&#8217;ve been running Citrix XenClient for almost a year now and it was a great opportunity for me to get a brand new computer because of the limited HCL support. Overall I&#8217;m pretty satisfied with the XenClient, but it&#8217;s still missing some important features. My computer setup is a Lenovo T500 with 8GB of memory [...]]]></description> <content:encoded><![CDATA[<p></p><p><img
class="alignnone size-medium wp-image-1259" title="Citrix Receiver for XenClient" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Citrix-Receiver-for-XenClient-300x224.png?9d7bd4" alt="Citrix Receiver for XenClient 300x224 Why I ditched XenClient for Hyper V Part I" width="300" height="224" /></p><p>I&#8217;ve been running Citrix XenClient for almost a year now and it was a great opportunity for me to get a brand new computer because of the limited HCL support. Overall I&#8217;m pretty satisfied with the XenClient, but it&#8217;s still missing some important features. My computer setup is a Lenovo T500 with 8GB of memory with a standard IDE disk.</p><p>The main reason I&#8217;m ditching XenClient for Hyper-V is the lack of support and the possibility to get our company image inside a VM. I&#8217;ve tested this successfully with MDT2010 in my home lab, but our company PXE service are controlled by CA and internal IT doesn&#8217;t support XenClient.</p><p>There&#8217;s also many other missing features and bugs listed below :</p><ul><li>Sometimes there&#8217;s a graphic bug on the hypervisor, only parts of the screen shows up and I need to shutdown the VM&#8217;s and restart my computer.</li><li>Hibernation doesn&#8217;t work properly. My computer get&#8217;s really hot and burns a hole in the computer bag if I leave it on for more than 2 hours. This means its better to shut the system down.</li><li>WI-FI is using 172.x addresses instead of the IP-address provided by DHCP which means you cannot run WI-FI scanners, setup WI-Fi printers, run AirVideo or PlexApp Server for Video Streaming.</li><li>Battery life is worse</li><li>Long boot time</li><li>Wake up from Hibernation takes ages&#8230;.</li><li>Wake up from Hibernation connects to unprotected WI-FI instead of my preferred WI-FI network</li><li>No GUI for hard disk resize</li><li>No Snapshot function</li><li>3GB memory limit per VM</li></ul><p>There&#8217;s probably a lot more things I&#8217;m forgetting, but in the next post I&#8217;ll take you through the process of bulding the optimal computer for consultants. The setup will be based upon Windows 2008 R2 SP1 with customization to make it look and feel like a normal Windows 7 machine.</p><p><strong>What you should do next :</strong></p><p>Make sure to <strong><a
href="http://www.facebook.com/xenappblog" target="_blank">Like our FaceBook page</a></strong>. You&#8217;ll find awesome information and resource on our page that are never published on the blog.</p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-ii/" rel="bookmark" class="crp_title">Why I ditched XenClient for Hyper-V Part II</a></li><li><a
href="http://www.xenappblog.com/2010/citrix-xenclient-rc-overview/" rel="bookmark" class="crp_title">Citrix XenClient RC &#8211; Overview</a></li><li><a
href="http://www.xenappblog.com/2010/all-you-need-to-know-about-xendesktop-5-0/" rel="bookmark" class="crp_title">All you need to know about XenDesktop 5.0</a></li><li><a
href="http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-%e2%80%93-part-ii/" rel="bookmark" class="crp_title">Why Internet Explorer will kill your memory – Part II</a></li><li><a
href="http://www.xenappblog.com/2009/citrix-xendesktop-3-0-fp1-poc-hosted-on-vmware-esx-3-5/" rel="bookmark" class="crp_title">Citrix XenDesktop 3.0 FP1 POC hosted on VMware ESX 3.5</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-i/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Secret Tips To Become More Productive</title><link>http://www.xenappblog.com/2011/secret-tips-to-become-more-productive/</link> <comments>http://www.xenappblog.com/2011/secret-tips-to-become-more-productive/#comments</comments> <pubDate>Fri, 14 Jan 2011 14:17:55 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[windows]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=1957</guid> <description><![CDATA[In last week&#8217;s post I talked about the importance of setting goals. I&#8217;m happy to see that you have taken action. The eBook download have double since last week. Today we&#8217;re going to talk about what YOU can do to free up some time to reach your 2011 goals. The biggest problem today are information [...]]]></description> <content:encoded><![CDATA[<p></p><p><img
class="alignnone size-medium wp-image-1958" title="Reeder for iPad" src="http://cdn.xenappblog.com/wp-content/uploads/2011/01/Reeder-for-iPad-300x226.png?9d7bd4" alt="Reeder for iPad 300x226 Secret Tips To Become More Productive" width="300" height="226" /></p><p>In last week&#8217;s post I talked about the importance of setting goals. I&#8217;m happy to see that you have taken action. The eBook download have double since last week. Today we&#8217;re going to talk about what <strong>YOU</strong> can do to free up some time to reach your <strong>2011 goals</strong>.</p><p>The biggest problem today are information overload and because of all these distractions, we waste our precious time. If you follow the simple tips listed below I&#8217;m pretty sure you can save at least <strong>30 minutes each day</strong>.</p><p><strong>Reading email :</strong></p><p>Read email only two times a day, the best time is at noon and end of work. I will warn you that it&#8217;s hard, but for the email addicts that constantly check their emails 100 times a day will be overwhelm on how effective this simple step is.</p><p><strong>Email, IM and other notifications :</strong></p><ul><li>Turn off email envelope icon in taskbar, email alert and the &#8220;You got mail&#8221; sound</li><li>Turn off email push to your smart phone and iPad</li><li>Sign out of instant messaging or set status to Don&#8217;t disturb</li><li>Turn off Facebook, Twitter, Linkedin email notifications</li></ul><p><span
id="more-1957"></span><strong>Create email rules :</strong></p><p>Every time I leave for vacation I do a major mailbox cleanup. I create rules for emails that are sent to me as CC as well as distribution lists and organize them into folders. This way only<strong> important message</strong> shows up in my inbox whenever I would like to check it.</p><p>Make sure to unsubscribe from newsletters and sales offers you no longer wish to receive. For important newsletters like <em>xenappblog</em> make sure to create an rule to automatically move it into and folder. This way you will have a nice email archive.</p><p><strong>Reading Twitter, Facebook and News :</strong></p><p>Try to limit this to 30 minutes a day and check those at noon and end of the day when you&#8217;re finished reading and responding to your emails.</p><p><strong>Subscribe to RSS Feeds :</strong></p><p>To save even more time subscribe to interesting web sites by RSS. This way you don&#8217;t need to check these sites daily for updates, they are automatically delivered to your Google Reader. Check out this post <a
href="http://www.xenappblog.com/2009/how-to-stay-up-to-date-on-industry-news/">How to stay up to date on industry news</a>.</p><p><strong>Be more productive when you&#8217;ve some free time :</strong></p><p>When you&#8217;re waiting for the bus, train or your next dentist&#8217;s appointment be sure to use this &#8220;free&#8221; time to the max. Here&#8217;s a list of my favorite applications.</p><ul><li><strong>Reeder for iPad/iPhone</strong> &#8211; Makes it very easy to stay up to date on new RSS feeds. It also allows me to share interesting articles to Twitter, Facebook, email, InstantPaper etc.</li><li><strong>Evernote for iPad/iPhone</strong> &#8211; Take notes and sync them to the cloud for easy access on a later time.</li><li><strong>iTAP RDP for iPad/iPhone</strong> &#8211; Connecting to my private cloud computer wherever I&#8217;m in the world. The Cloud server rental is as low as $21,60 a month &#8211; <a
href="http://www.officeincloud.co" target="_blank">Move Your Office Into The Cloud</a>.</li><li><strong>Worldmate for iPhone</strong> &#8211; This application keeps all my travel information for easy access. Whenever I buy a travel the receipt are automatically forward to Worldmate via an email rule.</li></ul><p>I really hope this article helps you getting things done and getting more done in less time. If you have any other tips please leave a <strong>comment below</strong> to share it with the rest of the community readers.</p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2008/7-reasons-to-subscribe/" rel="bookmark" class="crp_title">7 Reasons to Subscribe</a></li><li><a
href="http://www.xenappblog.com/2009/how-to-stay-up-to-date-on-industry-news/" rel="bookmark" class="crp_title">How to stay up to date on industry news</a></li><li><a
href="http://www.xenappblog.com/2010/first-look-at-ipad-and-citrix-receiver/" rel="bookmark" class="crp_title">First look at iPad and Citrix Receiver</a></li><li><a
href="http://www.xenappblog.com/2011/citrix-gotomanage-ipad-remote-support/" rel="bookmark" class="crp_title">Citrix GoToManage &#8211; iPad Remote Support</a></li><li><a
href="http://www.xenappblog.com/2011/boost-your-citrix-career-and-increase-your-value/" rel="bookmark" class="crp_title">Boost your Citrix Career and Increase your Value</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2011/secret-tips-to-become-more-productive/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Change IE Default Search Provider with GPO</title><link>http://www.xenappblog.com/2010/change-ie-default-search-provider-with-gpo/</link> <comments>http://www.xenappblog.com/2010/change-ie-default-search-provider-with-gpo/#comments</comments> <pubDate>Thu, 23 Sep 2010 15:38:32 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[group policy]]></category> <category><![CDATA[windows]]></category> <category><![CDATA[internet explorer 8]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=1582</guid> <description><![CDATA[If you&#8217;re getting bored of your current default search engine in Internet Explorer or you want the Corporate default search engine to be Google this is the post for you. Microsoft have not made this easy not even with the default Group Policy Templates. The different search engines providers are located in HKCUSoftwareMicrosoftInternet ExplorerSearchScopes where [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/09/Change-the-default-search-engine.png?9d7bd4" rel="lightbox[1582]"><img
class="alignnone size-medium wp-image-1584" title="Change the default search engine" src="http://cdn.xenappblog.com/wp-content/uploads/2010/09/Change-the-default-search-engine-300x117.png?9d7bd4" alt="Change the default search engine 300x117 Change IE Default Search Provider with GPO" width="300" height="117" /></a></p><p>If you&#8217;re getting bored of your current default search engine in Internet Explorer or you want the Corporate default search engine to be Google this is the post for you. Microsoft have not made this easy not even with the default Group Policy Templates.</p><p>The different search engines providers are located in HKCUSoftwareMicrosoftInternet ExplorerSearchScopes where the DefaultScope key defines the default search provider. The Bing key is {9F4BEE75-5E51-4568-87AF-67C35184D4B5} and Google is {9F4BEE75-5E51-4568-87AF-67C35184D4B5}. You will see this clearly by clicking the image above.</p><p>So to change only the default search provider you can push this key with Group Policy Preferences, but if you don&#8217;t have the Google Add-On configured on the client side you will probably get into problems. The best solution is to add all the providers you want on the Windows 2008 Server you&#8217;re using to manage GPO or a Windows 7 machine with RSAT.</p><p>The subkey FaviconPath which contains a user profile location can be ignored because it will automatically be recreated. If you don&#8217;t want search engine suggestions you can drop those 2 keys or set the ShowSearchSuggestions to 0 to disable it. This will make it possible to enable it later by setting the value to 1.</p><p>Tell me what you think or if you have any better solution by dropping a comment below.</p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2010/create-a-central-store-for-group-policy-administrative-templates/" rel="bookmark" class="crp_title">Create a Central Store for Group Policy Administrative Templates</a></li><li><a
href="http://www.xenappblog.com/2010/disable-eu-browser-choice-with-group-policy/" rel="bookmark" class="crp_title">Disable EU Browser choice with Group Policy</a></li><li><a
href="http://www.xenappblog.com/2010/how-to-fix-problem-with-sap-gui-710-and-citrix-universal-printer/" rel="bookmark" class="crp_title">How To Fix problem with SAP Gui 710 and Citrix Universal Printer</a></li><li><a
href="http://www.xenappblog.com/2008/export-and-import-of-citrix-policies/" rel="bookmark" class="crp_title">Export and Import of Citrix Policies</a></li><li><a
href="http://www.xenappblog.com/2010/save-time-download-prescripted-core-applications/" rel="bookmark" class="crp_title">Save Time &#8211; Download prescripted Core Applications</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/change-ie-default-search-provider-with-gpo/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Why Internet Explorer will kill your memory – Part II</title><link>http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-%e2%80%93-part-ii/</link> <comments>http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-%e2%80%93-part-ii/#comments</comments> <pubDate>Tue, 24 Aug 2010 08:53:54 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[terminal services]]></category> <category><![CDATA[windows]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[xendesktop]]></category> <category><![CDATA[internet explorer 8]]></category> <category><![CDATA[tuning tips]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=1540</guid> <description><![CDATA[This is a follow up post for Why Internet Explorer will kill your memory – Part I that I published in March this year. A lot of people have been requesting this and I&#8217;m sorry for keeping you waiting so long. I think the reason why this post have been delayed is that I&#8217;ve been [...]]]></description> <content:encoded><![CDATA[<p></p><p><img
class="alignnone size-medium wp-image-202" title="IE8" src="http://cdn.xenappblog.com/wp-content/uploads/2009/04/ie8-300x276.png?9d7bd4" alt="ie8 300x276 Why Internet Explorer will kill your memory – Part II" width="300" height="276" /></p><p>This is a follow up post for <a
href="http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-part-i/">Why Internet Explorer will kill your memory – Part I</a> that I published in March this year. A lot of people have been requesting this and I&#8217;m sorry for keeping you waiting so long. I think the reason why this post have been delayed is that I&#8217;ve been putting to much into it. I wanted it to cover everything; Internet Explorer 8 tuning, Citrix HDX MediaStream for Flash and so on. Well I just figured out let&#8217;s take the IE8 tuning in Part II and then the rest of the stuff can come in some other series.</p><p>The setting I&#8217;m about to reveal for you will save you a big chunk of memory and money, in both XenApp and XenDesktop environments. By default,  IE8 will start with two instances of iexplore.exe (one for the Frame, one for the tab) and grows the number of tab processes as needed based on the amount of available<strong> </strong>RAM, the number of tabs, the integrity levels for tabs, and the number of distinct IE sessions. Let&#8217;s take a look at some examples :</p><p><span
id="more-1540"></span><strong>1 tab &#8211; msn.com</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-1-tab.png?9d7bd4" rel="lightbox[1540]"><img
class="alignnone size-medium wp-image-1541" title="IE8 Standard 1 tab" src="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-1-tab-271x300.png?9d7bd4" alt="IE8 Standard 1 tab 271x300 Why Internet Explorer will kill your memory – Part II" width="271" height="300" /></a></p><p><strong>2 tabs &#8211; msn.com | facebook.com/xenappblog</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-2-tabs.png?9d7bd4" rel="lightbox[1540]"><img
class="alignnone size-medium wp-image-1542" title="IE8 Standard 2 tabs" src="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-2-tabs-271x300.png?9d7bd4" alt="IE8 Standard 2 tabs 271x300 Why Internet Explorer will kill your memory – Part II" width="271" height="300" /></a></p><p><strong>3 tabs &#8211; msn.com | facebook.com/xenappblog | twitter.com/xenappblog</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-3-tabs1.png?9d7bd4" rel="lightbox[1540]"><img
class="alignnone size-medium wp-image-1545" title="IE8 Standard 3 tabs" src="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-3-tabs1-270x300.png?9d7bd4" alt="IE8 Standard 3 tabs1 270x300 Why Internet Explorer will kill your memory – Part II" width="270" height="300" /></a></p><p>In total memory per user this would be in the correct order : 71mb / 111mb / 154mb</p><p>So with only one simple registry setting we can limit Internet Explorer to only run one instance of iexplore.exe for the frame and one for the tabs. This is a REG_DWORD key located under HKCU. For full details check out this MSDN blog post : <a
href="http://blogs.msdn.com/b/askie/archive/2009/03/09/opening-a-new-tab-may-launch-a-new-process-with-internet-explorer-8-0.aspx" target="_blank">Opening a New Tab may launch a New Process with Internet Explorer 8.0</a>.</p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-TabProc-Registry-Setting.png?9d7bd4" rel="lightbox[1540]"><img
class="alignnone size-medium wp-image-1547" title="IE8 TabProc Registry Setting" src="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-TabProc-Registry-Setting-300x178.png?9d7bd4" alt="IE8 TabProc Registry Setting 300x178 Why Internet Explorer will kill your memory – Part II" width="300" height="178" /></a></p><p>The numbers speak for themselves : 52mb / 62mb / 80mb. I encourage you to check it out right away, and yes it would also work on you personal computer with IE8.</p><p><strong>Some other things to keep in mind in terms of Internet Explorer 8 :</strong></p><ul><li>Add-ons add load times every time you open a new browser window or tab</li><li>Keep restriced or trusted site zone list to a minimum</li><li>Keep add-ons and plug-ins up to date. e.g older versions of Adobe Flash may result in browser crashes or hang</li></ul><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-part-i/" rel="bookmark" class="crp_title">Why Internet Explorer will kill your memory &#8211; Part I</a></li><li><a
href="http://www.xenappblog.com/2009/internet-explorer-8-on-terminal-server/" rel="bookmark" class="crp_title">Internet Explorer 8 on Terminal Server</a></li><li><a
href="http://www.xenappblog.com/2010/disable-eu-browser-choice-with-group-policy/" rel="bookmark" class="crp_title">Disable EU Browser choice with Group Policy</a></li><li><a
href="http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-i/" rel="bookmark" class="crp_title">Why I ditched XenClient for Hyper-V Part I</a></li><li><a
href="http://www.xenappblog.com/2010/change-ie-default-search-provider-with-gpo/" rel="bookmark" class="crp_title">Change IE Default Search Provider with GPO</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-%e2%80%93-part-ii/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>How to Load Balance Citrix Web Interface with NLB</title><link>http://www.xenappblog.com/2010/how-to-load-balance-citrix-web-interface-with-nlb/</link> <comments>http://www.xenappblog.com/2010/how-to-load-balance-citrix-web-interface-with-nlb/#comments</comments> <pubDate>Mon, 03 May 2010 09:37:07 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[web interface]]></category> <category><![CDATA[windows]]></category> <category><![CDATA[citrix ica clients]]></category> <category><![CDATA[dazzle]]></category> <category><![CDATA[load balancing]]></category> <category><![CDATA[NLB]]></category> <category><![CDATA[thin client pc]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=1171</guid> <description><![CDATA[Every Citrix Web Interface Server (WI) without any form of load balancing is a potential single point of failure in your environment. Network Load Balancing is available in both the Standard and Enterprise Editions of Windows 2008 so there shouldn&#8217;t be to many excuses for not implementing. This picture tutorial will take you through the [...]]]></description> <content:encoded><![CDATA[<p></p><p>Every Citrix Web Interface Server (WI) without any form of load balancing is a potential single point of failure in your environment. Network Load Balancing is available in both the Standard and Enterprise Editions of Windows 2008 so there shouldn&#8217;t be to many excuses for not implementing. This picture tutorial will take you through the process of creating a Network Load Balancing Cluster for your Citrix Web Interface Servers.</p><p><strong>IP Address Overview :</strong></p><p>winlb1.ctxlab.local    10.0.10.40<br
/> winlb2.ctxlab.local    10.0.10.41<br
/> nlb.ctxlab.local         10.0.10.42</p><p><strong>Configure Citrix Web Interface :</strong></p><ol><li>Assign static IP Address to both nodes in the NLB Cluster</li><li>Install and create a Site on Citrix WI on Node A</li><li>Install and create a Site on Citrix WI on Node B</li><li>Customize, test and replicate WI Site from Node A to Node B</li><li>RoboCopy c:inetpubwwwrootCitrix \winlb2c$inetpubwwwrootCitrix /MIR</li></ol><p><span
id="more-1171"></span></p><p><strong>Configure Network Load Balancing :</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-01.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1172" title="Network Load Balancing (NLB) 01" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-01-300x189.png?9d7bd4" alt="Network Load Balancing NLB 01 300x189 How to Load Balance Citrix Web Interface with NLB" width="300" height="189" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-02.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1173" title="Network Load Balancing (NLB) 02" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-02-300x279.png?9d7bd4" alt="Network Load Balancing NLB 02 300x279 How to Load Balance Citrix Web Interface with NLB" width="300" height="279" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-03.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone  size-medium wp-image-1174" title="Network Load Balancing (NLB) 03" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-03-300x279.png?9d7bd4" alt="Network Load Balancing NLB 03 300x279 How to Load Balance Citrix Web Interface with NLB" width="300" height="279" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-04.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1175" title="Network Load Balancing (NLB) 04" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-04-300x279.png?9d7bd4" alt="Network Load Balancing NLB 04 300x279 How to Load Balance Citrix Web Interface with NLB" width="300" height="279" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-05.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1176" title="Network Load Balancing (NLB) 05" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-05-300x279.png?9d7bd4" alt="Network Load Balancing NLB 05 300x279 How to Load Balance Citrix Web Interface with NLB" width="300" height="279" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-061.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1190" title="Network Load Balancing (NLB) 06" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-061-300x278.png?9d7bd4" alt="Network Load Balancing NLB 061 300x278 How to Load Balance Citrix Web Interface with NLB" width="300" height="278" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-07.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1178" title="Network Load Balancing (NLB) 07" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-07-243x300.png?9d7bd4" alt="Network Load Balancing NLB 07 243x300 How to Load Balance Citrix Web Interface with NLB" width="243" height="300" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-08.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1179" title="Network Load Balancing (NLB) 08" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-08-300x279.png?9d7bd4" alt="Network Load Balancing NLB 08 300x279 How to Load Balance Citrix Web Interface with NLB" width="300" height="279" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-09.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1180" title="Network Load Balancing (NLB) 09" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-09-300x189.png?9d7bd4" alt="Network Load Balancing NLB 09 300x189 How to Load Balance Citrix Web Interface with NLB" width="300" height="189" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-10.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1181" title="Network Load Balancing (NLB) 10" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-10-300x279.png?9d7bd4" alt="Network Load Balancing NLB 10 300x279 How to Load Balance Citrix Web Interface with NLB" width="300" height="279" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-11.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1182" title="Network Load Balancing (NLB) 11" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-11-300x279.png?9d7bd4" alt="Network Load Balancing NLB 11 300x279 How to Load Balance Citrix Web Interface with NLB" width="300" height="279" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-12.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1183" title="Network Load Balancing (NLB) 12" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-12-300x279.png?9d7bd4" alt="Network Load Balancing NLB 12 300x279 How to Load Balance Citrix Web Interface with NLB" width="300" height="279" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-13.png?9d7bd4" rel="lightbox[1171]"><img
class="alignnone size-medium wp-image-1184" title="Network Load Balancing (NLB) 13" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Network-Load-Balancing-NLB-13-300x188.png?9d7bd4" alt="Network Load Balancing NLB 13 300x188 How to Load Balance Citrix Web Interface with NLB" width="300" height="188" /></a></p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2009/essentials-for-xenserver-5-5-features/" rel="bookmark" class="crp_title">Essentials for XenServer 5.5 Features</a></li><li><a
href="http://www.xenappblog.com/2010/citrix-web-interface-5-4-why-you-need-to-upgrade/" rel="bookmark" class="crp_title">Citrix Web Interface 5.4 &#8211; Why You Need To Upgrade</a></li><li><a
href="http://www.xenappblog.com/2010/using-group-policy-hide-map-specified-drives/" rel="bookmark" class="crp_title">Using Group Policy to hide and map specified drives</a></li><li><a
href="http://www.xenappblog.com/2009/virtual-router-firewall-vpn-for-xenserver-vmware/" rel="bookmark" class="crp_title">Virtual Router / Firewall / VPN for XenServer &#038; VMware</a></li><li><a
href="http://www.xenappblog.com/2010/hdx-monitor-for-xendesktop-better-user-experience/" rel="bookmark" class="crp_title">HDX Monitor for XenDesktop &#8211; Better User Experience</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/how-to-load-balance-citrix-web-interface-with-nlb/feed/</wfw:commentRss> <slash:comments>22</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 134/190 queries in 0.279 seconds using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: cdn.xenappblog.com

Served from: www.xenappblog.com @ 2012-02-04 13:03:59 -->
