<?xml version="1.0"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007">
   <channel>
      <title>Ask the Architect - River of News</title>
      <description>Pipes Output</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=48652ea97028ff21d4a5f510d1f5653b</link>
      <pubDate>Sat, 31 Jul 2010 20:15:45 -0700</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <item>
         <title>Windows 7 Registry Optimizations for Virtual Desktops</title>
         <link>http://community.citrix.com/display/ocb/2010/07/28/Windows+7+Registry+Optimizations+for+Virtual+Desktops</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;&lt;font color=&quot;#4d4f53&quot;&gt;In another blog, I discussed&lt;/font&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/24/windows-7-optimization-disable-services-2/&quot;&gt;Windows 7 services that you might wish to disable&lt;/a&gt; &lt;font color=&quot;#4d4f53&quot;&gt;when going down the path of desktop virtualization. In this article, I'm now focusing on registry modification you will want to make to optimize Windows 7 for virtual desktops. I've broken it down into Recommended configurations, Standard Mode configurations (for Provisioning services), and Optional configurations.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#4d4f53&quot;&gt;As I learn more from upcoming Windows 7 implementations, I'll be updating the following tables, so it might be worthwhile to stay updated with RSS or subscribe via Email. Now, for the good stuff...&lt;/font&gt;&lt;/p&gt; &lt;h4&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;Windows7RegistryOptimizationsforVirtualDesktops-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Recommended Configurations&lt;/b&gt;&lt;/font&gt;&lt;/h4&gt; &lt;p&gt;&lt;font color=&quot;#4d4f53&quot;&gt;The following registry changes are recommended for all deployment scenarios and would almost always be desirable in a Windows 7 hosted VM-based VDI desktop implementation:&lt;/font&gt;&lt;/p&gt;
&lt;table class='confluenceTable'&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Configuration&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Optimizer&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Registry Modification (in REG format)&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Last Access Timestamp&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Yes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Control&amp;#92;FileSystem] &quot;NtfsDisableLastAccessUpdate&quot;=dword:00000001&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Large Send Offload&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;No&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Services&amp;#92;BNNS&amp;#92;Parameters]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;EnableOffload&quot;=dword:00000000&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable TCP/IP Offload&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;No&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Services&amp;#92;Tcpip&amp;#92;Parameters]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;DisableTaskOffload&quot;=dword:00000001&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Increase Service Startup Timeout&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;No&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Control] &quot;ServicesPipeTimeout&quot;=dword:0002bf20&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Hide Hard Error Messages&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;No&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Control&amp;#92;Windows] &quot;ErrorMode&quot;=dword:00000002&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable CIFS Change Notifications&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;No&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SOFTWARE&amp;#92;Microsoft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;Policies&amp;#92;Explorer]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;NoRemoteRecursiveEvents&quot;=dword:00000001&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Logon Screensaver&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;No&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_USERS&amp;#92;.DEFAULT&amp;#92;Control Panel&amp;#92;Desktop]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;ScreenSaveActive&quot;=&quot;0&quot;&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;&lt;em&gt;Note&lt;/em&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#4d4f53&quot;&gt;&lt;em&gt;: The Optimizer column indicates whether this registry change is included in the XenConvert Optimizer tool that is installed with the Provisioning Services target device software.&lt;/em&gt;&lt;/font&gt;&lt;/p&gt; &lt;h4&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;Windows7RegistryOptimizationsforVirtualDesktops-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#4d4f53&quot;&gt;Standard Mode Recommended Configurations&lt;/font&gt;&lt;/h4&gt; &lt;p&gt;&lt;font color=&quot;#4d4f53&quot;&gt;The next set of registry changes are recommended for images deployed using standard mode vDisk images with Citrix Provisioning services. Standard mode images are unique in that they are restored to the original state at each reboot, deleting any newly written or modified data. In this scenario, certain processes are no longer efficient. These configurations may also apply when deploying persistent images and in many cases should be implemented in addition to the changes recommended in the preceding section.&lt;/font&gt;&lt;/p&gt;
&lt;table class='confluenceTable'&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Configuration&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Optimizer&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Registry Modification (in REG format)&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; Disable Clear Page File at Shutdown &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Yes &lt;/td&gt;
&lt;td class='confluenceTd'&gt; HKLM&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Control&amp;#92;Session Manager&amp;#92;Memory Management] &lt;br clear=&quot;all&quot;/&gt;
&quot;ClearPageFileAtShutdown&quot;=dword:00000000 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Offline Files&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Yes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SOFTWARE&amp;#92;Microsoft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;NetCache]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;Enabled&quot;=dword:00000000&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Background Defragmentation&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Yes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SOFTWARE&amp;#92;Microsoft&amp;#92;Dfrg&amp;#92;BootOptimizeFunction] &quot;Enable&quot;=&quot;N&quot;&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Background Layout Service&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Yes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SOFTWARE&amp;#92;Microsoft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;OptimalLayout]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;EnableAutoLayout&quot;=dword:00000000&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Bug Check Memory Dump&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Yes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKLM&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Control&amp;#92;CrashControl]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;CrashDumpEnabled&quot;=dword:00000000&lt;/font&gt; &lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;LogEvent&quot;=dword:00000000&quot;&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;SendAlert&quot;=dword:00000000&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable System Restore&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Yes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[Software&amp;#92;Policies&amp;#92;Microsoft&amp;#92;Windows NT&amp;#92;SystemRestore] &quot;DisableSR&quot;=dword:00000001&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Hibernation&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Yes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Control&amp;#92;Session Manager&amp;#92;Power] &quot;Heuristics&quot;=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Memory Dumps&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Yes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Control&amp;#92;CrashControl] &quot;CrashDumpEnabled&quot;=dword:00000000 &quot;LogEvent&quot;=dword:00000000 &quot;SendAlert&quot;=dword:00000000&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Mach. Acct. Password Changes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Yes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Services&amp;#92;Netlogon&amp;#92;Parameters]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;DisablePasswordChange&quot;=dword:00000001&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Redirect Event Logs&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;No&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Set appropriate path based on environment.&lt;font color=&quot;black&quot;&gt;HKLM&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Services&amp;#92;Eventlog&amp;#92;Application]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;File&quot;=&quot;D:&amp;#92;EventLogs&amp;#92;Application.evtx&quot;&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt;
&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;[HKLM&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Services&amp;#92;Eventlog&amp;#92;Security]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;File&quot;=&quot;D:&amp;#92;EventLogs&amp;#92;Security.evtx&quot;&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt;
&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;[HKLM&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Services&amp;#92;Eventlog&amp;#92;System]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;File&quot;=&quot;D:&amp;#92;EventLogs&amp;#92;System.evtx&quot;&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Reduce Event Log Size to 64K&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Yes&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;HKLM&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Services&amp;#92;Eventlog&amp;#92;Application]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;MaxSize&quot;=dword:00010000&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;[HKLM&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Services&amp;#92;Eventlog&amp;#92;Security]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;MaxSize&quot;=dword:00010000&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt;
&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;[HKLM&amp;#92;SYSTEM&amp;#92;CurrentControlSet&amp;#92;Services&amp;#92;Eventlog&amp;#92;System]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;MaxSize&quot;=dword:00010000&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt; &lt;h4&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;Windows7RegistryOptimizationsforVirtualDesktops-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#4d4f53&quot;&gt;Optional Configurations&lt;/font&gt;&lt;/h4&gt; &lt;p&gt;&lt;font color=&quot;#4d4f53&quot;&gt;This last set of machine-based registry changes is optional regardless of whether the image is deployed as a persistent or standard image. In many cases, the following configurations should be implemented; however, these configurations should be analyzed for suitability to each unique environment.&lt;/font&gt;&lt;/p&gt;
&lt;table class='confluenceTable'&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Configuration&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Justification&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Registry Modification (in REG format)&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Disable Move to Recycle Bin&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;Although the recycle bin will be deleted on subsequent reboots, disabling this service altogether might pose a risk in that users will not be able to recover files during their session. Although this setting is part of the optimizer, it might be advantageous to not disable the Recycle Bin.&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;black&quot;&gt;[HKEY_LOCAL_MACHINE&amp;#92;SOFTWARE&amp;#92;Microsoft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;Explorer&amp;#92;BitBucket]&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;UseGlobalSettings&quot;=dword:00000001&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;black&quot;&gt;&quot;NukeOnDelete&quot;=dword:00000001&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;&lt;em&gt;Note&lt;/em&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color=&quot;#4d4f53&quot;&gt;&lt;em&gt;: These are only recommendations. You should implement these at your own risk&lt;/em&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;Remember, you can stay current with this and other Windows 7 virtual desktop recommendations via the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/category/windows-7/&quot;&gt;Virtualize My Desktop - Windows 7&lt;/a&gt; site.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:AskTheArchitect@Citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/07/28/Windows+7+Registry+Optimizations+for+Virtual+Desktops&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/07/28/Windows+7+Registry+Optimizations+for+Virtual+Desktops?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/07/28/Windows+7+Registry+Optimizations+for+Virtual+Desktops</guid>
         <pubDate>Wed, 28 Jul 2010 10:17:20 -0700</pubDate>
      </item>
      <item>
         <title>Cache is King</title>
         <link>http://community.citrix.com/display/ocb/2010/07/23/Cache+is+King</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;&lt;br clear=&quot;all&quot;/&gt;&lt;img src=&quot;http://community.citrix.com/download/attachments/144376017/speedometer.jpg&quot; align=&quot;right&quot; border=&quot;0&quot; height=&quot;245&quot; width=&quot;326&quot;/&gt;&lt;br/&gt;
Speed.&amp;nbsp; More speed. And to get more speed with desktop virtualization, we hear more and more about how important IOPS are to being able to support the virtual desktop. Not enough IOPS means slowness. No speed. I've had a few blogs about it and plan to have a few more. What I wanted to talk about was an interesting discussion I recently had with 3 Senior Architects within &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://citrix.com/site/SS/supportSecond.asp?slID=4758&quot;&gt;Citrix Consulting&lt;/a&gt;(Doug Demskis, Dan Allen and Nick Rintalan).&amp;nbsp; There are 3 smart guys who I talk to fairly regularly and the discussions get quite interesting.&lt;/p&gt; &lt;p&gt;This particular discussion was no different.&amp;nbsp; We were talking about the importance of IOPS, RAID configs, spindle speeds with regards to an enterprise's SAN infrastructure. (Deciding if you are going to use a SAN for your virtual desktops is a completely different discussion that I'&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/04/23/local-or-shared-storage-that-is-the-question/&quot;&gt;ve had before&lt;/a&gt; and &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.brianmadden.com/blogs/brianmadden/archive/2010/07/14/f-the-san-vdi-storage-should-be-local.aspx&quot;&gt;Brian Madden&lt;/a&gt; had more recently). But for the sake of this article, let's say you've decided &quot;Yes, I will use my SAN.&quot; If your organization already has an enterprise SAN solution, chances are that the solution has controllers with plenty of cache. Does this make the IOPS discussion a moot point? If we simply use an IOPS calculator (at least the ones I've seen) and do not take into account the caching capabilities of the SAN controllers, won't we over-provision our virtual desktop environment and end up wasting more money/resources?
&lt;br clear=&quot;all&quot;/&gt;&lt;/p&gt; &lt;p&gt;Many of us who are familiar with XenDesktop knows that changes made to the golden disk image, when delivered via Provisioning services, is stored in a PVS Write Cache.&amp;nbsp; From numerous tests and implementations, we know that 80-90% of the IO activity from a virtual desktop will be writes.&amp;nbsp; If we configure the SAN Controllers to be 75% write (assuming we have battery-backed write cache controllers), we allow the controllers to allocate more cache for write operations, thus helping to offload the write IO to the disk, which raises the number of effective IOPS the storage infrastructure can support. Think of the controller's caching capabilities as a large buffer for our disks.&amp;nbsp; If our disks can only support so many write operations, the controller cache stores the writes until the disk is able to write it to the platter. This cache allows the infrastructure to keep moving forward with new operations even though the previous operations were not written to the disk yet.&amp;nbsp; They are all buffered. Just remember, we aren't reducing the total number of IO operations, we are just buffering them with the controller cache.&lt;/p&gt; &lt;p&gt;Think about it another way. If we encounter a storm where each user will require 10MB of write operations and the storage controller has a 4GB cache, that one controller can support 400&amp;#43; simultaneous users for this particular storm, and we haven't even talked about the disk IOPS yet&amp;#33;&amp;#33;&amp;#33;&amp;nbsp; With this scenario, wouldn't a single disk spindle be able to support this particular storm because the controller is buffering everything? And what's also interesting is those write operations are being flushed to disk continuously so the number of users the controller will be able to support would be much, much higher.&lt;/p&gt; &lt;p&gt;So if we have cache on our controllers, which most SAN controllers I've seen lately have, are we over designing the storage infrastructure by only focusing on IOPS?&amp;nbsp; (this is assuming you are using SAN and not local disks on your hypervisor which I talk about a lot as well).&amp;nbsp; Just remember that those write operations must eventually get written to disk. So if we know what our controller cache is capable of, and we know the amount of storage required for a particular storm (logon, boot, logoff, etc), can't we support more users (and I mean a lot more users) on the SAN?&lt;/p&gt; &lt;p&gt;What do you think?&lt;/p&gt; &lt;p&gt;Daniel - Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:askthearchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/07/23/Cache+is+King&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/07/23/Cache+is+King?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/07/23/Cache+is+King</guid>
         <pubDate>Fri, 23 Jul 2010 07:58:13 -0700</pubDate>
      </item>
      <item>
         <title>With *VDI*, Local Disk Is A Thing Of The Past</title>
         <link>http://www.dabcc.com/article.aspx?id=15466</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Great analysis and discussion of the CapEx of using a SAN vs using local disks.&lt;/blockquote&gt;
Last week I read a few interesting articles about storage in desktop virtualization, &lt;b&gt;VDI&lt;/b&gt; in particular. The consensus is that this storage belongs on local disk, not the SAN. One industry expert even says you can use SSDs locally and &lt;b&gt;...&lt;/b&gt;&lt;br&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;color:rgb(34, 136, 34);&quot; target=&quot;_blank&quot; href=&quot;http://www.dabcc.com/allarticles.aspx&quot; title=&quot;http://www.dabcc.com/allarticles.aspx&quot;&gt;All DABCC Virtualization &amp;amp; Cloud... - http://www.dabcc.com/allarticles.aspx&lt;/a&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/74ae07c3702b3d88</guid>
         <pubDate>Thu, 22 Jul 2010 07:21:25 -0700</pubDate>
      </item>
      <item>
         <title>Cache Matters</title>
         <link>http://community.citrix.com/display/ocb/2010/07/20/Cache+Matters</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;It almost sounds like I'm talking about personal finances. You better plan your cache appropriately or you will run out. I'm not talking about money; I'm talking about system memory (although if you plan poorly we will quickly be talking about money).&lt;/p&gt; &lt;p&gt;It comes down to this... system cache is a powerful feature allowing a server to service requests extremely fast because instead of accessing disks, blocks of data are retrieved from RAM. Provisioning services relies on fast access to the blocks within the disk image (vDisk) to stream to the target devices. The faster the requests are serviced, the faster the target will receive. Allocating the largest possible size for the system cache should allow Provisioning services to store more of the vDisk into RAM as opposed to going to the physical disk.&lt;/p&gt; &lt;p&gt;Not planning system cache appropriately is the 8th mistake made when deploying virtual desktops&lt;/p&gt; &lt;p&gt;10. &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/20/how-much-bandwidth-do-i-need-for-my-virtual-desktop/&quot;&gt;Not calculating user bandwidth requirements&lt;/a&gt;&lt;/p&gt; &lt;p&gt;9.&amp;nbsp;&amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/26/my-profile-is-important/&quot;&gt;Not considering the user profile&lt;/a&gt;&lt;/p&gt; &lt;p&gt;8.&amp;nbsp;&amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/03/285/&quot;&gt;Lack of Application Virtualization Strategy&lt;/a&gt;&lt;/p&gt; &lt;p&gt;7. &amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/09/beware-of-improper-resource-allocation/&quot;&gt;Improper Resource Allocation&lt;/a&gt;&lt;/p&gt; &lt;p&gt;6. &amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/17/protection-from-anti-virus/&quot;&gt;Protection from Anti-Virus&lt;/a&gt;&lt;/p&gt; &lt;p&gt;5. &amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/22/a-virtual-desktop-storm-approaches/&quot;&gt;Managing the incoming storm&lt;/a&gt;&lt;/p&gt; &lt;p&gt;4. &amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/29/not-optimizing-your-virtual-desktop-image/&quot;&gt;Not Optimizing the Desktop Image&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Unfortunately, many environments are not configured optimally. Simply adding RAM to a Provisioning services server is not enough; the system must be configured appropriately.&lt;/p&gt;
&lt;table class='confluenceTable'&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class='confluenceTh'&gt; Parameter &lt;br clear=&quot;all&quot;/&gt; &lt;/th&gt;
&lt;th class='confluenceTh'&gt; Description &lt;br clear=&quot;all&quot;/&gt; &lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Operating System&lt;/b&gt; &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; The operating system plays a large role in how large the system cache can become. &lt;br clear=&quot;all&quot;/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; * Windows Server 2003/2008 x32: 960 MB &lt;br clear=&quot;all&quot;/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; * Windows Server 2003/2008/2008 R2 x64: 1 TB &lt;br clear=&quot;all&quot;/&gt;
&lt;br clear=&quot;all&quot;/&gt;
Because the 64 bit operating system can have a larger system cache, a larger portion of the vDisk can be stored in RAM, which is recommended. &lt;br clear=&quot;all&quot;/&gt;
Windows 2008 is recommended over 2003 because of the improvements in the memory manager subsystem, which has shown some improvements. &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;RAM&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; 8-32GB of RAM &lt;br clear=&quot;all&quot;/&gt;
The more RAM allocated for the server, the larger the system cache can become. The larger the cache means vDisks reads will be faster. If you have more vDisks, you will need more RAM. A quick estimate is to plan for 2GB of RAM/Cache for each vDisk you will host. If you want more details, then I recommend the great article: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.citrix.com/article/CTX125126&quot;&gt;Advanced Memory and Storage Considerations for Provisioning Services&lt;/a&gt;created by Dan Allen (Sr. Architect at Citrix). It goes into the details of how Windows deals with cache. &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;vDisk Storage&lt;/b&gt; &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; The vDisk can be stored on just about any type of storage (iSCSI, Fiber, local, NFS, CIFS, etc). However, there are a few instances where the storage selected will have an impact on how the Provisioning services server's operating system caches the vDisk blocks. &lt;br clear=&quot;all&quot;/&gt;
&lt;br clear=&quot;all&quot;/&gt;
1. Network Drive: If the Provisioning services server sees the vDisk drive as a network drive via a UNC path, the server will not cache the file. &lt;br clear=&quot;all&quot;/&gt;
2. CIFS Share: If the storage infrastructure is a network CIFS share, Provisioning services will not cache the vDisk in memory. &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Optimizations&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; In Windows Server 2003, large system cache must be enabled by configuring the server's performance options, which is shown in the figure to the right. &lt;img src=&quot;http://community.citrix.com/download/attachments/143918504/071910_1824_notspending1.png&quot; align=&quot;right&quot; border=&quot;0&quot;/&gt;&lt;br/&gt;
In Windows Server 2008, this setting is not required due to the enhancements in the memory allocation system. Windows 2008 utilizes a dynamic kernel memory assignment that reallocates portions of memory on-the-fly, while previous versions had these values hard set during startup. As Windows 2008 requires more system cache, the operating system will dynamically allocate. &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Daniel - Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:askthearchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/07/20/Cache+Matters&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/07/20/Cache+Matters?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/07/20/Cache+Matters</guid>
         <pubDate>Tue, 20 Jul 2010 07:00:09 -0700</pubDate>
      </item>
      <item>
         <title>20,000 User Reference Design Webinar Q-A</title>
         <link>http://community.citrix.com/display/ocb/2010/07/02/20%2C000+User+Reference+Design+Webinar+Q-A</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;For those of you who missed the June 18th TechTalk on the design for a 20,000 user environment, missed out. Well, not really.&amp;nbsp; Luckily, we recorded the presentation so you can watch it whenever you desire.&amp;nbsp; As you know, the webinar was based on a reference design for a 70,000 user school district.&amp;nbsp; Links to the materials are as follows:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/2474&quot;&gt;TechTalk Webinar for 20,000 User Design&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://deliver.citrix.com/go/citrix/wwad0410xdctxscomwpedabcschool&quot;&gt;Reference Design for the ABC School District&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/category/reference-design-2/abc-school-district-reference-design/&quot;&gt;ABC School District Blogs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;In addition to the materials, we also had some really great questions during the webinar, which I've answered below:&lt;/p&gt;
&lt;ol&gt; &lt;li&gt;Yes&lt;/li&gt; &lt;li&gt;No&lt;/li&gt; &lt;li&gt;Maybe&lt;/li&gt; &lt;li&gt;No Way&lt;/li&gt; &lt;li&gt;Of Course&lt;/li&gt; &lt;li&gt;Possibly&lt;/li&gt; &lt;li&gt;You are Crazy&amp;#33;&amp;#33;&amp;#33;&lt;/li&gt; &lt;li&gt;E-MC2&lt;/li&gt;
&lt;/ol&gt; &lt;p&gt;Just kidding, the questions you are probably more interested in are as follows:&lt;/p&gt;
&lt;table class='confluenceTable'&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Q:&lt;/b&gt; Can you go over a little more on the RAM requirements that you need for the virtual desktops? &lt;br clear=&quot;all&quot;/&gt;
&lt;b&gt;A:&lt;/b&gt; Sure. Scalability tests conducted were able to run Windows 7 with 768MB of RAM. However, in an actual real-world implementation, you will most likely need more than that. First, you need to break your users down into different categories (Light, Normal and Power). As you move through these, the users will require more RAM. Based on the student population, high school users will use more apps than middle school or elementary.&amp;nbsp; Thus we need to allocate more RAM for those groups of users. &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Q:&lt;/b&gt; Great Webinar - Did you experience latency problems using Streaming Applications &lt;br clear=&quot;all&quot;/&gt;
&lt;b&gt;A:&lt;/b&gt; If you mean in the launching of applications, yes.&amp;nbsp; Streamed applications will take longer to start than installed applications.&amp;nbsp; What we did to help shorten the time (still not the same) was to move the RadeCache for the streamed applications to the virtual desktop's D Drive, which is persistent across reboots.&amp;nbsp; That means the application cache stays put and is reused for subsequent launches.&amp;nbsp; Of course it still isn't as fast as installed because streamed applications also validate the application cache is correct. &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Q:&lt;/b&gt; how did you design HA for PXE services &lt;br clear=&quot;all&quot;/&gt;
&lt;b&gt;A:&lt;/b&gt; You will need redundancy in your DHCP environment. Unfortunately, DHCP can only give you 1 address for the TFTP server. If we integrate NetScaler VPX into the environment, we can perform load balancing for the TFTP server. So with 1 IP address we automatically balance across X number of TFTP servers. And NetScaler is smart enough to know when TFTP is down and it will not forward requests onto i &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Q:&lt;/b&gt; Virtualization of PVS. How many workloads is the cutover between PVS virtual and PVS physical.&amp;nbsp; I guess 2000 desktops = physical PVS , @40 XenApp servers = Virtual PVS is ok? Can you comment ..ta &lt;br clear=&quot;all&quot;/&gt;
&lt;b&gt;A:&lt;/b&gt; No good answer, unfortunately.&amp;nbsp; Can you virtualize PVS... Yes.&amp;nbsp; Do we recommend it? Not for large, enterprise deployments.&amp;nbsp; Most people agree that server virtualization makes sense for workloads that do not fully consume a system resources.&amp;nbsp; PVS does not fit as it will utilize your NIC to the fullest.&amp;nbsp; Putting PVS on the hypervisor offers little benefit. However, for small deployments, 200 virtual desktops, you won't fully utilize the NIC and might be able to consolidate some servers &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Q&lt;/b&gt;: How can you figure out network overhead on your environment using PVS streaming to XenDesktop host &lt;br clear=&quot;all&quot;/&gt;
&lt;b&gt;A:&lt;/b&gt; Testing &lt;img class=&quot;emoticon&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;br clear=&quot;all&quot;/&gt; &amp;nbsp; PVS is bursty.&amp;nbsp; You only get traffic when you need more of the vDisk.&amp;nbsp; When you do your pilot, you can look to see how much network traffic PVS is generating for a XenDesktop virtual desktop. Some guidelines are as follows: 1 Gbps NIC should be able to support 500 virtual desktop streams.&amp;nbsp; Booting Windows 7 requires roughly 200-230 MB of data across the wire.&amp;nbsp; As you use Office, 300 more MB is transferred (assuming you are using PowerPoint, Word and Excel).&amp;nbsp; Once that data has been transferred, utilization drops until you need more of the vDisk. Although it is bursty, you need to have enough capacity (bandwidth) to support your storms (boot, logon, logoff) &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Q:&lt;/b&gt; what was the plan for fault tolerance on the virtual desktops if using local storage? &lt;br clear=&quot;all&quot;/&gt;
&lt;b&gt;A:&lt;/b&gt; Users log onto another virtual desktop.&amp;nbsp; If we assume the desktops are throw away machines, then there should be nothing relevant for the user.&amp;nbsp; Their files, data, and personalization should be on a network share and not on the virtual desktop. If the server fails, a user just connects to a new virtual desktop &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Q&lt;/b&gt;: What kind of impact do techs like WAAS and Riverbed have on this type of network traffic? &lt;br clear=&quot;all&quot;/&gt;
&lt;b&gt;A:&lt;/b&gt; Not certain.&amp;nbsp; The challenge technologies will have is HDX is encrypted. In order for these devices to do caching/compression, they must be able to decrypt the traffic. Once the optimization solution can read the HDX packets, it can then compress not only within a single session, but across perform cross-session compression for users within the same office or school.&amp;nbsp; But then before the packets are placed on the WAN, the traffic must be re-encrypted to protect the data. &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Q:&lt;/b&gt; You actually assumed no dial-up?&amp;#33;? Nice neighborhood. &lt;br clear=&quot;all&quot;/&gt;
&lt;b&gt;A:&lt;/b&gt; There will be dial-up, but just not from the schools.&amp;nbsp; Students can dial into their ISPs or connect via DSL or cable modem and get access to the environment remotely.&amp;nbsp; This means we will want to optimize the HDX protocol for low-bandwidth situations, like those dial-up users &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Q:&lt;/b&gt; What RAID type for the Virtual Desktop servers? &lt;br clear=&quot;all&quot;/&gt;
&lt;b&gt;A:&lt;/b&gt; RAID 10 (1+0).&amp;nbsp; We have 8 spindles on each hypervisor that will support the virtual desktops. This allows us to not require the use of a SAN because 8 spindles should allow for enough IOPS to support the expected virtual desktop load. RAID 10 gives us fault tolerance, but without the huge write penalties we would get with RAID 5. &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/07/02/20%2C000+User+Reference+Design+Webinar+Q-A&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/07/02/20%2C000+User+Reference+Design+Webinar+Q-A?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/07/02/20%2C000+User+Reference+Design+Webinar+Q-A</guid>
         <pubDate>Fri, 02 Jul 2010 07:30:50 -0700</pubDate>
      </item>
      <item>
         <title>Remember to optimize the desktop image</title>
         <link>http://community.citrix.com/display/ocb/2010/07/01/Remember+to+optimize+the+desktop+image</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;Building a virtual desktop is simply a matter of installing the Windows operating system. Right?&amp;nbsp; Slow down... although this will work, it won't give you the best performance and scalability.&amp;nbsp; One of the items that many people mistakenly forget to accomplish is to optimize the base operating system.&amp;nbsp; This is the 7th mistake out of the top 10 mistakes made with virtual desktops:&lt;/p&gt; &lt;p&gt;10. &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/20/how-much-bandwidth-do-i-need-for-my-virtual-desktop/&quot;&gt;Not calculating user bandwidth requirements&lt;/a&gt;&lt;/p&gt; &lt;p&gt;9.&amp;nbsp;&amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/26/my-profile-is-important/&quot;&gt;Not considering the user profile&lt;/a&gt;&lt;/p&gt; &lt;p&gt;8.&amp;nbsp;&amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/03/285/&quot;&gt;Lack of Application Virtualization Strategy&lt;/a&gt;&lt;/p&gt; &lt;p&gt;7. &amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/09/beware-of-improper-resource-allocation/&quot;&gt;Improper Resource Allocation&lt;/a&gt;&lt;/p&gt; &lt;p&gt;6.&amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/17/protection-from-anti-virus/&quot;&gt;Protection from Anti-Virus&lt;/a&gt;&lt;/p&gt; &lt;p&gt;5.&amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/22/a-virtual-desktop-storm-approaches/&quot;&gt;Managing the incoming storm&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Most people spend time creating a customized standard operating environment for their desktop operating systems.&amp;nbsp; This often involves specific location settings, default application settings, and desktop descriptions.&amp;nbsp; However, when delivering an operating system into a virtual desktop, many organizations do not go far enough to optimize the desktop for the virtualized environment.&amp;nbsp; Whether the desktop is a hosted VM-based VDI desktop, a local streamed desktop or a hosted shared desktop, certain optimizations allow the hardware to focus on user-related tasks as opposed to extraneous system-related tasks. The following are examples of virtual desktop optimizations:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;Disable Last Access Timestamp: Each time a file is accessed within an operating system, a time stamp is updated to identify when that file was last accessed.&amp;nbsp; Booting up an operating system accesses hundreds and thousands of files, all of which must be updated. Each action requires disk and CPU time that would be better used for user-related tasks.&amp;nbsp; Also, if Provisioning services is used to deliver the desktop image, those changes are removed when the desktop is rebooted.&lt;/li&gt; &lt;li&gt;Disable Screen Saver: Utilizing a graphical screen saver consumes precious memory and CPU cycles when the user is not even using the desktop. Those processes should be freed and used by other users.&amp;nbsp; If screen savers are required for security purposes, then simply blanking the screen should be invoked as this does not impact the memory and CPU consumption.&lt;/li&gt; &lt;li&gt;Disable Unneeded Features: Windows 7 contains many valuable components like Media Center, Windows DVD Maker, Tablet PC Components, and Games.&amp;nbsp; These applications are memory, CPU and graphics intensive and are often not required in most organizations.&amp;nbsp; If these components are made available to users, they will be used. It is advisable to remove unneeded services before deploying the first images.&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;These are only a few recommendations, but it is obvious that optimizations have a major impact on the virtual desktop environment. I've started building a list of optimizations for virtual Windows 7 desktops, which can be found in the &lt;span class=&quot;error&quot;&gt;&amp;#91;Windows 7 â€&amp;#93;&lt;/span&gt; section of the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/&quot;&gt;Virtualize My Desktop&lt;/a&gt; site. If you are looking to optimize Windows XP, then you can find that in the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.citrix.com/article/CTX124239&quot;&gt;Windows XP Optimization&lt;/a&gt;document.&lt;/p&gt; &lt;p&gt;Stay tuned for more.&lt;/p&gt; &lt;p&gt;Daniel - Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:askthearchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/07/01/Remember+to+optimize+the+desktop+image&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/07/01/Remember+to+optimize+the+desktop+image?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/07/01/Remember+to+optimize+the+desktop+image</guid>
         <pubDate>Thu, 01 Jul 2010 13:17:40 -0700</pubDate>
      </item>
      <item>
         <title>Introducing the New XenDesktop Design Handbook</title>
         <link>http://community.citrix.com/display/ocb/2010/06/30/Introducing+the+New+XenDesktop+Design+Handbook</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;All I want is a list of documents that will help me design my XenDesktop environment.&amp;nbsp; Who else wants the same thing?&amp;nbsp; I bet many of you are saying &quot;Yes, Me too&amp;#33;&amp;#33;&quot;&amp;nbsp; That's great and everything but how do you know when a new white paper is released that relates to XenDesktop design?&amp;nbsp; Do you keep your own personal library of white papers for XenDesktop design?&amp;nbsp; And even more, how do you keep informed when updates are made to previously released white papers?&lt;/p&gt; &lt;p&gt;I've got a special treat for you, the NEW XenDesktop Design Handbook.&amp;nbsp; Instead of trying to create a 1,000 page document that discusses all of the different design options and best practices, we are creating a kit for XenDesktop architects.&amp;nbsp; In the kit you will find some goodies:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;Reference Architectures&lt;/li&gt; &lt;li&gt;Reference Designs&lt;/li&gt; &lt;li&gt;Implementation Guides&lt;/li&gt; &lt;li&gt;Planning Guides&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;This is just the start.&amp;nbsp; If you subscribe to the kit, you will be able to receive notifications when updates are made to the Design Handbook. We are in the process of developing many new best practice documents focused on different design areas that you won't want to miss.&amp;nbsp; Interested yet? Then how about I give you the link to the NEW &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://community.citrix.com/kits/#/kit/1067009&quot;&gt;XenDesktop Design Handbook&lt;/a&gt; (you must log on to MyCitrix).&lt;/p&gt; &lt;p&gt;Daniel - Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions? Email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:askthearchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/30/Introducing+the+New+XenDesktop+Design+Handbook&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/30/Introducing+the+New+XenDesktop+Design+Handbook?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/06/30/Introducing+the+New+XenDesktop+Design+Handbook</guid>
         <pubDate>Wed, 30 Jun 2010 10:37:34 -0700</pubDate>
      </item>
      <item>
         <title>Antivirus Protection - Good and Bad</title>
         <link>http://community.citrix.com/display/ocb/2010/06/23/Antivirus+Protection+-+Good+and+Bad</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;Someone save me from antivirus.&amp;nbsp; Did you read that correctly?&amp;nbsp; I said save me from antivirus.&amp;nbsp;&lt;/p&gt; &lt;p&gt;Odd isn't it?&amp;nbsp; Anti-virus is there to protect us, but we also need to be protected from antivirus. Antivirus solutions are critical, even in a virtual desktop environment. Many people believe that because a hosted VM-based virtual desktop image is created from a real-only image that they are immune from virus.&amp;nbsp; That is only partially true.&amp;nbsp; When you reboot, the virus goes away because the changes to the base image are destroyed (including the virus), but what about that time period between getting infected and the next reboot? Those few hours are dangerous and it is why antivirus is takes up the number 6 spot in the Top 10 Mistakes to Avoid with Desktop Virtualization:&lt;/p&gt; &lt;p&gt;10. &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/20/how-much-bandwidth-do-i-need-for-my-virtual-desktop/&quot;&gt;Not calculating user bandwidth requirements&lt;/a&gt;&lt;/p&gt; &lt;p&gt;9.&amp;nbsp;&amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/26/my-profile-is-important/&quot;&gt;Not considering the user profile&lt;/a&gt;&lt;/p&gt; &lt;p&gt;8.&amp;nbsp;&amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/03/285/&quot;&gt;Lack of Application Virtualization Strategy&lt;/a&gt;&lt;/p&gt; &lt;p&gt;7. &amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/09/beware-of-improper-resource-allocation/&quot;&gt;Improper Resource Allocation&lt;/a&gt;&lt;/p&gt; &lt;p&gt;If using hosted shared desktops or hosted VM-based VDI desktops, those virtual desktops are located within the data center with other critical systems.&amp;nbsp; If a virus made it into the data center, the entire infrastructure is at serious risk.&amp;nbsp; However, simply adding an antivirus solution to the virtual desktop can protect the environment. So what's the big deal? Just do it right?&amp;nbsp; Well, nothing is as simple as one expects it to be.&amp;nbsp; Antivirus can have a major impact on the virtualization infrastructure, and even cause users to experience poor virtual desktop performance, if done improperly.&lt;/p&gt; &lt;p&gt;If the virtual desktops are streamed with Provisioning services, and those desktops start a full system scan at roughly the same time. Provisioning services only streams the portions of the disk image that are required.&amp;nbsp; However, if a full system scan is done,&amp;nbsp; those virtual desktops will eventually request the entire vDisk image. This not only overwhelms the network and Provisioning services, but also impacts the storage infrastructure as the write cache is utilized and explodes in size. Overcoming these issues is a fairly easy matter and is based on the following recommendations:&lt;/p&gt;
&lt;ol&gt; &lt;li&gt;The desktop image must be free from viruses. It is recommended to do a full system scan in private image (read/write) mode. This guarantees the image is clean.&lt;/li&gt; &lt;li&gt;When the desktop image is in standard mode (read-only), the antivirus should be configured as follows: &lt;ol&gt; &lt;li&gt;Only scan create/modify activities of files&lt;/li&gt; &lt;li&gt;Scan on write events only&lt;/li&gt; &lt;li&gt;Scan local drives only&lt;/li&gt; &lt;li&gt;Exclusions &lt;ol&gt; &lt;li&gt;Pagefile&lt;/li&gt; &lt;li&gt;Print Spooler directory&lt;/li&gt; &lt;li&gt;Write cache file&lt;/li&gt; &lt;li&gt;EdgeSight database&lt;/li&gt; &lt;li&gt;ICA client's bitmap cache directory&lt;/li&gt; &lt;/ol&gt; &lt;/li&gt; &lt;li&gt;Remove the antivirus configurations from the HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;Windows&lt;br/&gt;
&amp;#92;Current Version&amp;#92;Run registry key&lt;/li&gt; &lt;/ol&gt; &lt;/li&gt; &lt;li&gt;Reconfigure antivirus so that the virus definitions file is stored on a persistent diskso antivirus doens't have to download the entire definition file on each startup.&lt;/li&gt;
&lt;/ol&gt; &lt;p&gt;These will help overcome antivirus headaches.&lt;/p&gt; &lt;p&gt;Daniel - Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:askthearchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/23/Antivirus+Protection+-+Good+and+Bad&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/23/Antivirus+Protection+-+Good+and+Bad?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/06/23/Antivirus+Protection+-+Good+and+Bad</guid>
         <pubDate>Wed, 23 Jun 2010 05:18:24 -0700</pubDate>
      </item>
      <item>
         <title>BriForum 2010 Lessons Learned</title>
         <link>http://community.citrix.com/display/ocb/2010/06/23/BriForum+2010+Lessons+Learned</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;For those of you who didn't know, last week was &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://briforum.com&quot;&gt;BriForum&lt;/a&gt; and I was able to attend as a speaker and as an attendee.&amp;nbsp; I think it was a great event, and I believe it was the largest one ever, so congratulations to Brian, Gabe and the TechTarget team.&lt;br/&gt;
What did I learn last week?&amp;nbsp; I learned 10 things, which ironically fits nicely into this blog. Without wasting more of your time, here are the &lt;b&gt;Top 10 Things I Learned At BriForum&lt;/b&gt; all for your enjoyment &lt;img class=&quot;emoticon&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt; &lt;p&gt;10.&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.loumalnatis.com/&quot;&gt;Lou Malnati'&lt;/a&gt;s is great pizza and only 2 blocks from the hotel. Is there anything better than Chicago Deep Dish pizza?&lt;/p&gt; &lt;p&gt;9. During the keynote, many people plan to go down the Windows 7 route, but hardly anyone has done it yet.&amp;nbsp; Nothing really Earth-shattering but just proves the point that Windows 7 will be a major force by 2012. For now, your best bet is to start planning and get ready for your migration because it will take time.&lt;/p&gt; &lt;p&gt;8. The Citrix employees have a good sense of humor.&amp;nbsp; One session joked about the number of consoles XenDesktop has.&amp;nbsp; It was even stated that maybe Citrix needs a console to manage consoles or that secretly Citrix collects consoles.&amp;nbsp; Every Citrix employee in the room, including myself, was laughing pretty hard.&lt;/p&gt; &lt;p&gt;7. There is more to &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://hdx.citrix.com/&quot;&gt;HDX/ICA&lt;/a&gt; than the protocol.&amp;nbsp; Citrix spent 15&amp;#43; years optimizing the protocol. I knew many of these items already but I still learned a few more things like how scrolling is optimized.&amp;nbsp; For example, if you scroll in Excel vertical, horizontal or diagonal, the data new screen data isn't sent again, the endpoint is simply told to shift position.&amp;nbsp; Cool.&lt;/p&gt; &lt;p&gt;6. Anyone that does Windows 7 64bit migration better have a Plan B when apps fail to function.&amp;nbsp; Most common option for organizations, according to &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/shawnbass&quot;&gt;Shawn Bass&lt;/a&gt;, is to leverage XenApp.&lt;/p&gt; &lt;p&gt;5. Cloudbursting your XenApp environment into the cloud is possible as demonstrated by &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/rickd4real&quot;&gt;Rick Dehlinger&lt;/a&gt; and &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/jimmoyle&quot;&gt;Jim Moyle&lt;/a&gt;, but no cloud provider was able to meet their 7 requirements for enterprise deployment. Only &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://softlayer.com/&quot;&gt;SoftLayer&lt;/a&gt; performed the best by reaching 6.&lt;/p&gt; &lt;p&gt;4. Profiles were a major focus (big surprise).&amp;nbsp; A talk focused on the differences between profile streaming and profile segmentation as ways to optimize the user profile.&amp;nbsp; In essence, profile segmentation requires application knowledge, profile streaming does not. However, profile segmentation also allows one to migrate their settings to Windows 7. And it seemed to me that although profile segmentation required more work, the value was greater.&lt;/p&gt; &lt;p&gt;3. Profile redirection is oftentimes a good thing until we focus on the AppData folder.&amp;nbsp; If we redirect the folder, we optimize logon but might make apps slower. So do you start with the fastest logon and take the hit in the application performance or vice versa.&amp;nbsp; Seems like taking a logon hit is better as it only happens once, whereas having application performance issues might make the application unusable.&amp;nbsp; Best option is to pick one approach, then use profile solution to optimize further.&lt;/p&gt; &lt;p&gt;2. If users get something great, they will oftentimes accept missing functionality. The perfect example is the iPad and multitasking.&amp;nbsp; The same can be said for virtual desktops. If the experience is better than their traditional desktop, users might accept missing functionality. Maybe it isn't experience, maybe it is availability, functionality, speed, etc?&amp;nbsp; What can you give your users?&lt;/p&gt; &lt;p&gt;1. Most desktops are not mission critical. They do not require expensive storage. &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/stevegreenberg&quot;&gt;Steve Greenberg&lt;/a&gt; even asked why when we do desktop virtualization do people all of the sudden believe the desktop is critical when the traditional desktop is simply garbage and disposable? No idea and a great question. That is why &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/pwilson98&quot;&gt;Paul Wilson&lt;/a&gt; and I have been speaking about using local storage instead of SAN storage for your virtual desktops.&amp;nbsp; It is also why we typically don't see people implementing live migration for their virtual desktops.&lt;/p&gt; &lt;p&gt;There are plenty of other interesting points from BriForum and many interesting sessions. I know I'll be spending more time watching the recordings from the sessions I couldn't attend and re-watching a few of the sessions I could attend.&amp;nbsp; But overall, it was a great week and nice to hear other perspectives.&lt;/p&gt; &lt;p&gt;See you in 2011 &lt;img class=&quot;emoticon&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt; &lt;p&gt;Daniel - Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:askthearchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/23/BriForum+2010+Lessons+Learned&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/23/BriForum+2010+Lessons+Learned?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/06/23/BriForum+2010+Lessons+Learned</guid>
         <pubDate>Wed, 23 Jun 2010 05:08:18 -0700</pubDate>
      </item>
      <item>
         <title>In the future, will datacenter-hosted VDI desktops be two-thirds of all use cases?</title>
         <link>http://feeds.brianmadden.com/~r/brianmadden/rss/~3/FzZcMEiCPtM/in-the-future-will-datacenter-hosted-vdi-desktops-be-two-thirds-of-all-use-cases.aspx</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
I don't think 2/3 will happen by 2016. too many user requirements will dictate the need for different types of virtual desktops. Also, the discussion about Moore's Law is interesting but not likely to happen as Apps and OSes consume more and more resources, which counterbalance the improved speed of the chips.&lt;/blockquote&gt;
At BriForum 2010 last week, I was lucky enough to co-present a breakout session with Chetan Venkatesh called &quot; Deconstructing Brian's Paradox: VDI is here, like it or not .&quot; As you can probably guess, I'm the &quot;Brian&quot; in &quot;Brian's Paradox,&quot; so it was a really fun session to present! The idea for this session was based on the culmination of five separate articles I wrote over the past year: Introducing “Madden’s Paradox”: the gotcha of...&lt;p&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/%7Er/brianmadden/rss/%7E4/FzZcMEiCPtM&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/0380f46f8f6a28a0</guid>
         <pubDate>Tue, 22 Jun 2010 09:30:23 -0700</pubDate>
      </item>
      <item>
         <title>Windows 7 Migration at BriForum</title>
         <link>http://community.citrix.com/display/ocb/2010/06/14/Windows+7+Migration+at+BriForum</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;What would you say if I were to tell you that migrating to a &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/virtualization/desktop/xendesktop.html&quot;&gt;virtual desktop&lt;/a&gt; was no different than if you were going to migrate to &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/windows/windows-7/default.aspx&quot;&gt;Windows 7&lt;/a&gt;?&amp;nbsp; I'm being serious.&amp;nbsp; Migrating a user to a virtual desktop has many similarities to migrating a user to Windows 7 on a traditional desktop.&amp;nbsp; With a Windows 7 migration, we are concerned with hardware, operating system, applications, personalization, and more.&amp;nbsp; With a virtual desktop migration, we are focused on hardware, operating system, applications, personalization and more. Same focus areas. Interesting&lt;br/&gt;
Of course there are some differences. For example, regardless of the path you are taking, most organizations will create their &quot;Corporate Desktop Image&quot;. At its core, the standard desktop image would have similar configurations like removing games, disabling Media Center, adding anti-virus software, etc. This would be done if Windows 7 were on a traditional desktop or on a virtual desktop.&amp;nbsp; But on the virtual desktop we will likely do more. We will likely do things like:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;Disable unused Windows services&lt;/li&gt; &lt;li&gt;Modify the behavior of the De-fragmentation subsystem&lt;/li&gt; &lt;li&gt;Disable the Background Layout Service after it has executed once&lt;/li&gt; &lt;li&gt;Clean and optimize the image before deployment&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;Not only that, but with a virtualized Windows 7 environment we will also modify certain aspects to provide greater responsiveness for the user. These are important in certain FlexCast instances where the user is not sitting in front of the Windows 7 desktop.&amp;nbsp;&amp;nbsp;&amp;nbsp; What optimizations am I talking about?&amp;nbsp; How about the shadow of your mouse?&amp;nbsp; Did you even know your mouse had a shadow.&amp;nbsp; Honestly, I didn't.&amp;nbsp; But simply disabling this little feature can provide greater responsiveness for the user.&lt;/p&gt; &lt;p&gt;These are the things I've been gathering from our Windows 7 deployments.&amp;nbsp; These lessons learned will help you on your way to Windows 7.&amp;nbsp; These are the things I am excited to be discussing during my &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://briforum.com/html/sessions.html#windows&quot;&gt;BriForum session&lt;/a&gt; next week in Chicago.&amp;nbsp;&amp;nbsp;&amp;nbsp; I hope to see you there.&amp;nbsp; If you can't make it, then we will have to continue the Windows 7 migration on this community site or on the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt; site where I'll have a &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/category/windows-7/&quot;&gt;Windows 7 Migration Resource Center&lt;/a&gt; that will cover lessons learned, tips/tricks, and best practices.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @djfeller&lt;br/&gt;
My Blog: Virtualize My Desktop&lt;br/&gt;
Questions, then email Ask The Architect&lt;br/&gt;
Facebook Fan Page: Ask The Architect&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/14/Windows+7+Migration+at+BriForum&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/14/Windows+7+Migration+at+BriForum?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/06/14/Windows+7+Migration+at+BriForum</guid>
         <pubDate>Mon, 14 Jun 2010 05:16:55 -0700</pubDate>
      </item>
      <item>
         <title>How Many Resources Do My Users Require</title>
         <link>http://community.citrix.com/display/ocb/2010/06/10/How+Many+Resources+Do+My+Users+Require</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;&lt;font color=&quot;#4d4f53&quot;&gt;If you were asked what desktop resources your needed how would you answer? If you ask me what type of desktop I need, I'm going to say, 2&amp;#43; cores with at least 4&amp;#43; GB of RAM, 500+GB hard drive, etc. If you look at what I really need, you will see 1 core and maybe 2-3 GB of RAM. In fact, when I look at my resource consumption, I get close to 2.5 GB of RAM by the end of the day due to the number of applications I have running, memory leaks in some of my applications, and applications not freeing up memory when closed.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#4d4f53&quot;&gt;Like me, many users only consume a fraction of their total potential desktop computing power, which makes desktop virtualization extremely attractive. By sharing the resources between all users, the overall amount of required resources is reduced. However, there is a fine line between maximizing the number of users a single server can support and providing the user with a good virtual desktop computing experience.&lt;/font&gt;&lt;br/&gt;
&lt;font color=&quot;#4d4f53&quot;&gt;Improperly allocating resources to the virtual desktops is the 7th most common mistake make.&lt;/font&gt; &lt;font color=&quot;#4d4f53&quot;&gt;Other mistakes, discussed previously, include:&lt;/font&gt;&lt;/p&gt; &lt;p&gt;10.&amp;nbsp;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/20/how-much-bandwidth-do-i-need-for-my-virtual-desktop/&quot;&gt;Not calculating user bandwidth requirements&lt;/a&gt;&lt;/p&gt; &lt;p&gt;9.&amp;nbsp;&amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/26/my-profile-is-important/&quot;&gt;Not considering the user profile&lt;/a&gt;&lt;/p&gt; &lt;p&gt;8.&amp;nbsp;&amp;nbsp; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/03/285/&quot;&gt;Lack of Application Virtualization Strategy&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#4d4f53&quot;&gt;One of the lessons we learned from virtual desktop implementations is trying to push the hypervisor, any hypervisor, too hard results in a poor user experience. The following recommendations help optimizing the environment by focusing on the hypervisor:&lt;/font&gt;&lt;/p&gt;
&lt;table class='confluenceTable'&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class='confluenceTh'&gt; Parameter &lt;/th&gt;
&lt;th class='confluenceTh'&gt; Hypervisor &lt;br clear=&quot;all&quot;/&gt; &lt;/th&gt;
&lt;th class='confluenceTh'&gt; Description &lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;CPU Allocation&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;Citrix XenServer&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt;
&lt;font color=&quot;#4d4f53&quot;&gt;Microsoft Hyper-V&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt;
&lt;font color=&quot;#4d4f53&quot;&gt;VMware vSphere&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;Users should start with a single vCPU and be granted a second if needed due to the following:&lt;/font&gt;
&lt;ul&gt; &lt;li&gt;&lt;font color=&quot;#4d4f53&quot;&gt;Most user-based applications are only single-threaded and will not benefit from a multiple CPU configuration.&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font color=&quot;#4d4f53&quot;&gt;Many user applications do not require significant amounts of processing, which negates the need for more CPU power.&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font color=&quot;#4d4f53&quot;&gt;By allocating multiple vCPUs for each virtual desktop, extra resources are required to switch requests across the different cores.&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Command Tuning&lt;/b&gt;&lt;/font&gt; &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;Citrix XenServer&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt;
&lt;font color=&quot;#4d4f53&quot;&gt;Microsoft Hyper-V&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt;
&lt;font color=&quot;#4d4f53&quot;&gt;VMware vSphere&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;The XenDesktop controller sends low-level commands to the hypervisor layer to perform tasks on the virtual machines (start, stop, reboot, etc). If too many tasks are sent out simultaneously, the connection to the hypervisor layer can become sporadic. These tasks often have a large impact on the server resources, which impacts the users. It is advisable to throttle the number of commands sent&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Transparent Page Sharing&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;VMware vSphere&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;Transparent Page Sharing allows the vSphere hypervisor to share portions of memory that are identical between virtual machines. This has the potential to improve the virtual desktop performance by having a positive impact on memory consumption.&lt;/font&gt;&lt;font color=&quot;#4d4f53&quot;&gt;This feature will typically only provide value in older operating systems, like Windows XP and Windows Server 2003, which have 4KB memory pages.&amp;nbsp; Newer operation systems, like Windows 7 and Windows Server 2008, have large memory pages (2MB) by default. The larger memory pages makes the likelihood of finding exact duplicates of memory very difficult.&lt;/font&gt; &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Memory Ballooning&lt;/b&gt;&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt;
&lt;font color=&quot;#4d4f53&quot;&gt;&lt;b&gt;Memory Overcommit&lt;/b&gt;&lt;/font&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;VMware vSphere&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt;
&lt;b&gt;&lt;em&gt;Note&lt;/em&gt;&lt;/b&gt;&lt;em&gt;: XenServer and Hyper-V support for dynamic memory is new. It is assumed the results will be similar, but testing is required.&lt;/em&gt; &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;font color=&quot;#4d4f53&quot;&gt;Memory ballooning or memory overcommit shifts RAM dynamically from idle virtual machines to active workloads. Memory ballooning artificially induces memory pressure within idle virtual machines, forcing them give back memory so other virtual machines can consume it (each hypervisor does it differently but the overall concepts are similar).&lt;/font&gt;&lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;#4d4f53&quot;&gt;In practical applications, this has shown to be an impediment to positive user experiences. Forcing virtual desktops to free up memory is only a temporary solution. If a large group of idle or low-usage virtual desktops become active (after lunch, for example), they will require more memory. But if many of the virtual desktops on the same hypervisor are experiencing increased loads, where will the extra memory come from? With no free memory, the hypervisor is forced to page to disk, which is slow.&lt;/font&gt; &lt;br clear=&quot;all&quot;/&gt; &lt;font color=&quot;#4d4f53&quot;&gt;A desktop is not a server. A desktop is running desktop applications which often have more memory leaks and poor cleanup processes when compared to server applications. Most desktops consume more memory as the day progresses due to these leaks, which will put strain on any overcommit feature. It is advisable to disable this feature.&lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;What other suggestions do you have for optimizing the hypervisor in a desktop virtualization world? I expect to hear quite a few comments, especially around memory overcommit and ballooning portion.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @djfeller&lt;br/&gt;
My Blog: Virtualize My Desktop&lt;br/&gt;
Questions, then email Ask The Architect&lt;br/&gt;
Facebook Fan Page: Ask The Architect&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/10/How+Many+Resources+Do+My+Users+Require&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/10/How+Many+Resources+Do+My+Users+Require?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/06/10/How+Many+Resources+Do+My+Users+Require</guid>
         <pubDate>Thu, 10 Jun 2010 10:00:42 -0700</pubDate>
      </item>
      <item>
         <title>Tough Choices on the Virtual Desktop Horizon</title>
         <link>http://www.itbusinessedge.com/cm/blogs/cole/tough-choices-on-the-virtual-desktop-horizon/?cs=41586</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
There are a lot of big questions with virtual desktops, but you have to look at virtual desktops as not a single option, but a multitude of options. In essence, you need to determine if it is better to have the user and the virtual desktop separate by great distances or located together. These are two of the main virtual desktop options. Once you answer that question, you can further drill down based on user requirements. &lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;I believe it all comes down to options. Simply thinking that desktop virtualization means desktops in the data center and users wherever is limited thinking. There are so many more options.&lt;/blockquote&gt;
Is this really the right time to deploy a virtual desktop architecture? That seems to be the question of the year as enterprises struggle with the twin goals of reducing IT overhead while increasing data capacity and processing capability.</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/e0ccff5f80195ff2</guid>
         <pubDate>Tue, 08 Jun 2010 05:31:51 -0700</pubDate>
      </item>
      <item>
         <title>What is your application virtualization strategy?</title>
         <link>http://community.citrix.com/pages/viewpage.action?pageId=141691932</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;Your organization is full of apps and you are probably not even aware of 50% of them. How does this relate to desktop virtualization?&amp;nbsp; Well, many people fail in their desktop virtualization endeavors because they do not consider application virtualization, which is the 8th common mistake made when deploying virtual desktops followed by:&lt;br/&gt;
10. &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/24/how-many-desktop-images-do-i-really-need/&quot;&gt;Not calculating user bandwidth requirements&lt;/a&gt;&lt;/p&gt; &lt;p&gt;9.&amp;nbsp;&amp;nbsp;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/26/my-profile-is-important/&quot;&gt;Not considering the user profile&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Desktop virtualization can be successful without an application virtualization strategy, but only in certain situations, and typically only in smaller, less complex environments. One of the primary goals of desktop virtualization is to simplify the management of the desktop environment. One way of accomplishing this goal is to reduce the number of images. By removing the applications from the desktop image, we need fewer images. Easy&lt;/p&gt; &lt;p&gt;However, the primary factor that often dictates the need for additional desktop images are application sets.&lt;/p&gt; &lt;p&gt;Organizations typically deal with this challenge in one of three ways:&lt;/p&gt;
&lt;ol&gt; &lt;li&gt;Installing every application into a standard desktop image&lt;/li&gt; &lt;li&gt;Creating multiple images with different application sets based on different user groups&lt;/li&gt; &lt;li&gt;Removing the applications from the desktop image and delivering via application virtualization&lt;/li&gt;
&lt;/ol&gt; &lt;p&gt;All three of these options are valid and work in different scenarios.&amp;nbsp; However, applying one of these options to the wrong environment will result in major challenges as the following examples demonstrate.&lt;/p&gt; &lt;p&gt;&lt;em&gt;One organization installed all of their business applications within a single desktop image.&amp;nbsp; After the image was created and tested, it worked fairly well until certain applications required updates. Those updates sometimes caused issues with the other applications that did not appear until the image was fully deployed.&amp;nbsp; Users also started to express confusion why they could see all of the applications but were unsure what they were supposed to do with them. The user experience could have been improved by removing the non-standard applications from the desktop image and delivering via application virtualization.&lt;/em&gt;&lt;/p&gt; &lt;p&gt;In another example, an organization tried to over design a virtual desktop solution by doing the following:&lt;/p&gt; &lt;p&gt;&lt;em&gt;A small organization consisting of 200 users implemented a virtual desktop solution.&amp;nbsp; Following the complete virtualization guidelines, the organization virtualized all of the applications via hosting and streaming technologies. Although the solution functioned for the users and integrated seamlessly, trying to maintain the different components became a struggle.&amp;nbsp; As the organization only had 4 different application sets, it would have been easier to implement 4 desktop images instead of a complete application virtualization solution.&lt;/em&gt;&lt;/p&gt; &lt;p&gt;A proper application virtualization strategy must determine&lt;/p&gt;
&lt;ol&gt; &lt;li&gt;If the number of desktop images is too great to manage effectively.&amp;nbsp; As the number of images increase, the environment becomes more difficult to maintain.&amp;nbsp; By virtualizing the applications, the number of images can be reduced significantly.&amp;nbsp; If, on the other hand, only a few images are required, the time and effort to support an application virtualization solution outweighs the benefit.&lt;/li&gt; &lt;li&gt;If traditional (non-virtualized) desktops are still required within the organization. If the applications are virtualized, the traditional desktop management is simplified as these devices can utilize the virtualized applications.&lt;/li&gt; &lt;li&gt;If hosted applications are required or if all applications can be streamed to the desktop.&amp;nbsp; By removing the hosted application component, the application virtualization aspect of the environment is simplified as fewer resources are required.&lt;/li&gt;
&lt;/ol&gt; &lt;p&gt;In many implementations, application virtualization is a necessity.&amp;nbsp; Integrating those applications into the virtual desktop must also be done correctly.&amp;nbsp; As a general recommendation, applications should be integrated into a virtual desktop as follows:&lt;/p&gt;
&lt;table class='confluenceTable'&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Base&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Anomalous&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Resource Intensive&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Technically Challenging&lt;/b&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Description&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Core applications required by all users &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Unique custom-built &lt;br clear=&quot;all&quot;/&gt;
Uncertified Terminal Services support &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Heavy system resource consumption &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Large, complex with many moving parts and dependencies &lt;br clear=&quot;all&quot;/&gt;
Frequent updates &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Examples&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Office, Acrobat &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; CAD/CAM, data processing &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Epic, Cerner, SAP &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Suggested Approach&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Installed in desktop image &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Streamed to desktop image &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Streamed to desktop image &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Hosted on a XenApp server &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;You have options. But with any option, you need to make sure you are choosing a certain option for the correct reasons.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @djfeller&lt;br/&gt;
My Blog: Virtualize My Desktop&lt;br/&gt;
Questions, then email Ask The Architect&lt;br/&gt;
Facebook Fan Page: Ask The Architect&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/pages/viewpage.action?pageId=141691932&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/pages/viewpage.action?pageId=141691932&amp;showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/pages/viewpage.action?pageId=141691932</guid>
         <pubDate>Mon, 07 Jun 2010 05:38:31 -0700</pubDate>
      </item>
      <item>
         <title>This school is designed for Hyper-V and XenDesktop</title>
         <link>http://community.citrix.com/display/ocb/2010/06/03/This+school+is+designed+for+Hyper-V+and+XenDesktop</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;To cluster or not to cluster, that was the question for the ABC School District. For those of you that read through the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://deliver.citrix.com/go/citrix/wwad0410xdctxscomwpedabcschool&quot;&gt;ABC School District reference design&lt;/a&gt; noticed that the environment was based on &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/windowsserver2008/en/us/hyperv-main.aspx&quot;&gt;Microsoft Hyper-V&lt;/a&gt;.&amp;nbsp; And not only that, it consisted of two distinct groupings:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;Virtual Desktops&lt;/li&gt; &lt;li&gt;Infrastructure&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;Why the two groupings? Because we require different levels of availability for the virtual machines.&amp;nbsp; From the school district's perspective, a desktop is not a server, it is a desktop. That means desktops do not require the same level of high-availability as server workloads.&amp;nbsp; The Infrastructure group is clustered, meaning that the virtual servers are critical and can be live migrated to another Hyper-V server if needed.&amp;nbsp; The Virtual Desktops group is not clustered. By splitting the components up into two different Hyper-V groupings, we can better align the technical functionality with the business requirements.&lt;/p&gt; &lt;p&gt;So besides the high-availability options, what else is different?&amp;nbsp; The hardware&lt;/p&gt;
&lt;table class='confluenceTable'&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Component&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Virtual Desktops&lt;/b&gt; &lt;br clear=&quot;all&quot;/&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Infrastructure&lt;/b&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Type&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Rack mountable (2U) &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Rack mountable (1U) &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;CPU&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; (2) Quad-Core Intel Xeon X5550 Processors &lt;/td&gt;
&lt;td class='confluenceTd'&gt; (2) Quad-Core Intel Xeon X5550 Processors &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Memory&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; 96 GB RAM &lt;/td&gt;
&lt;td class='confluenceTd'&gt; 64 GB RAM &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Disk&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; (8) 72GB 15,000RPM drivesRAID 1+0 &lt;/td&gt;
&lt;td class='confluenceTd'&gt; (2) 72GB 15,000RPM drivesRAID 1 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Disk Controller&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Hardware-based with battery-backed write cache &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Hardware-based with battery-backed write cache &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class='confluenceTd'&gt; &lt;b&gt;Network&lt;/b&gt; &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Embedded dual-port gigabitDual-port gigabit &lt;br clear=&quot;all&quot;/&gt;
NIC 1, Port 0: Host/Guest traffic &lt;br clear=&quot;all&quot;/&gt;
NIC 1, Port 1: Parent traffic &lt;br clear=&quot;all&quot;/&gt;
NIC 2, Port 0: Host/Guest Traffic &lt;br clear=&quot;all&quot;/&gt;
NIC 2, Port 1: Parent traffic &lt;/td&gt;
&lt;td class='confluenceTd'&gt; Embedded dual-port gigabitQuad-port gigabit &lt;br clear=&quot;all&quot;/&gt;
NIC 1, Port 0: Host/Guest traffic &lt;br clear=&quot;all&quot;/&gt;
NIC 1, Port 1: Storage traffic &lt;br clear=&quot;all&quot;/&gt;
NIC 2, Port 0: Host/Guest Traffic &lt;br clear=&quot;all&quot;/&gt;
NIC 2, Port 1: Storage traffic &lt;br clear=&quot;all&quot;/&gt;
NIC 2, Port 2: Parent Traffic &lt;br clear=&quot;all&quot;/&gt;
NIC 2, Port 3: Parent traffic &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;What you notice is that the virtual desktops have more disks configured, which is why the server is slightly larger (2U vs 1U).&amp;nbsp; The additional drives are because the school district plans to use local drives for the Provisioning services write cache storage instead of more expensive SAN storage (money is tight in the school district).&amp;nbsp; Based on the capacity estimates, 8 spindles should provide enough IOPS for the virtual desktops.&lt;/p&gt; &lt;p&gt;What else is different? The NICs.&amp;nbsp; The Infrastructure servers have two additional ports that are used for storage traffic. Because the Infrastructure group is clustered, they require shared storage in order to support live migration.&amp;nbsp; You should also notice that the two ports for the Host/Guest traffic and the two ports for the Storage traffic are on two different physical NICs.&amp;nbsp; That also provides a level of fault tolerance. If one NIC fails, the virtual servers remain available.&lt;/p&gt; &lt;p&gt;These were just a few of the design areas for the ABC School District.&amp;nbsp; If you want more, then I encourage you to look over the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://deliver.citrix.com/go/citrix/wwad0410xdctxscomwpedabcschool&quot;&gt;reference design&lt;/a&gt; as well as the other blogs on the ABC School District:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/24/how-many-desktop-images-do-i-really-need/&quot;&gt;Deciding on the number of desktop images required&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/18/i-choo-choo-choose-you/&quot;&gt;Choosing the correct virtual desktop FlexCast model&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;Also, if you want more details on Hyper-V design decisions, then take a look at &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/pwilson98&quot;&gt;Paul Wilson's&lt;/a&gt; white paper &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.citrix.com/article/CTX124687&quot;&gt;Hyper-V Design Guide&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;If you want to hear more, then attend the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/06/01/the-virtual-school-is-in-session-please-take-your-seats/&quot;&gt;TechTalk on June 18th&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Would you have done it differently?Let me know&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:AskTheArchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;br/&gt;
Facebook Fan Page: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Ask-the-Architect-XenDesktop-Architectures/372631322867&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/03/This+school+is+designed+for+Hyper-V+and+XenDesktop&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/03/This+school+is+designed+for+Hyper-V+and+XenDesktop?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/06/03/This+school+is+designed+for+Hyper-V+and+XenDesktop</guid>
         <pubDate>Thu, 03 Jun 2010 11:01:47 -0700</pubDate>
      </item>
      <item>
         <title>The Virtual School Is In Session, Please Take your Seats</title>
         <link>http://community.citrix.com/display/ocb/2010/06/01/The+Virtual+School+Is+In+Session%2C+Please+Take+your+Seats</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;Once upon a time, there was a little school (70,000 users) with a&amp;nbsp; little problem (desktops over 5 years old) with a little idea. The school was trying to find a way to do more with the tax subsidies. The desktop environment was becoming ancient. The newest desktops were 5 years old with many more approaching 10 years.&amp;nbsp; And because the district consisted of many different schools, there was little similarity. There were different endpoints, different applications and even different quality of service.&amp;nbsp; With so many students having home PCs, the school was also interested in allowing these students to work with their applications while not at school.&lt;/p&gt; &lt;p&gt;The school decided to try something new... desktop virtualization.&lt;/p&gt; &lt;p&gt;But if you had to create a desktop virtualization design for a school or your organization, how would you begin? What would you focus on?&amp;nbsp; What do you think are the most important design components?&amp;nbsp; That is what we will focus on during a &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www1.gotomeeting.com/register/288785985&quot;&gt;Ask the Architect TechTalk&lt;/a&gt; on June 18th at 1PM Eastern time.&amp;nbsp; Not only will we focus on the hypervisor, which is &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/windowsserver2008/en/us/hyperv.aspx&quot;&gt;Microsoft Hyper-V&lt;/a&gt;, we will also focus on the three &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://flexcast.citrix.com/&quot;&gt;Citrix FlexCast&lt;/a&gt; models used, the image delivery solution, applications integration and how the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://flexcast.citrix.com/&quot;&gt;XenDesktop&lt;/a&gt; farm is designed.&lt;/p&gt; &lt;p&gt;There will be many interesting points throughout the TechTalk including this one: To help save money, local Hyper-V disk drives will be used for the virtual desktops instead of more extensive SAN storage. I've spoken about this in a &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/04/23/local-or-shared-storage-that-is-the-question/&quot;&gt;previous blog&lt;/a&gt; and this design puts it into effect.&lt;/p&gt; &lt;p&gt;Still aren't convinced that you should tune in? Then how about looking at these tidbits for the environment.&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;Hyper-V Servers for desktops: 300&lt;/li&gt; &lt;li&gt;Hyper-V servers for infrastructure components: 8&lt;/li&gt; &lt;li&gt;Provisioning Services servers: 8&lt;/li&gt; &lt;li&gt;Blade PCs: 500&lt;/li&gt; &lt;li&gt;Shared Storage: 300-700 GB&lt;/li&gt; &lt;li&gt;Number of desktop images: 5&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;Still not convinced? Then how about taking a look at the ABC School District design document. You can also read about some of the design considerations for this organization in these blogs:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/04/27/this-school-house-rocks-with-virtual-desktops/&quot;&gt;Overview of the ABC School District&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/24/how-many-desktop-images-do-i-really-need/&quot;&gt;How many images do i need&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/18/i-choo-choo-choose-you/&quot;&gt;Choosing the correct FlexCast model&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;Don't forget to &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www1.gotomeeting.com/register/288785985&quot;&gt;register&lt;/a&gt; and I hope to see you there and hear some great questions.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:AskTheArchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;br/&gt;
Facebook Fan Page: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Ask-the-Architect-XenDesktop-Architectures/372631322867&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/01/The+Virtual+School+Is+In+Session%2C+Please+Take+your+Seats&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/06/01/The+Virtual+School+Is+In+Session%2C+Please+Take+your+Seats?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/06/01/The+Virtual+School+Is+In+Session%2C+Please+Take+your+Seats</guid>
         <pubDate>Tue, 01 Jun 2010 06:50:09 -0700</pubDate>
      </item>
      <item>
         <title>My Profile Matters</title>
         <link>http://community.citrix.com/display/ocb/2010/05/27/My+Profile+Matters</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;&lt;img src=&quot;http://community.citrix.com/download/attachments/141690174/6.13 angry man.jpg&quot; align=&quot;right&quot; border=&quot;0&quot;/&gt;&lt;br/&gt;
&quot;When angry count to four. When very angry, swear&quot;.&amp;nbsp; The wonderful words of Mark Twain. Based on this quote, I know of many users who are very angry because of all of the swearing. It is crazy how one failure in the environment can cause so much distress.&amp;nbsp; How forgetting one design decision can cause so much negativity towards IT.Not only that, forgetting to create a profile strategy can bring a virtual desktop project to its knees. Take the following, real world scenario, as an example:&lt;/p&gt; &lt;p&gt;&lt;em&gt;An organization had a profile strategy in place.&amp;nbsp; Users started working in the new system. One day, a user had a profile corruption issue. To solve the issue, the profile was deleted.&amp;nbsp; This meant the user had to recreate their entire personalized environment. After the profile was deleted, the user quickly noticed all of their documents were deleted.&amp;nbsp; Upon closer inspection, the user stored their documents in the &quot;My Documents&quot; folder. When the profile was deleted, the My Documents folder was also deleted.&amp;nbsp; Can you say Bye Bye data?&amp;nbsp; Bye Bye 3 weeks worth of work.&lt;/em&gt;&lt;/p&gt; &lt;p&gt;Not convinced that profiles are important, then let me give you another example (You can't make this stuff up):&lt;/p&gt; &lt;p&gt;&lt;em&gt;An organization was running a&lt;/em&gt; &lt;em&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://flexcast.citrix.com/technology/hostedvdi.html&quot;&gt;&lt;em&gt;hosted VDI desktop&lt;/em&gt;&lt;/a&gt;&lt;/em&gt; &lt;em&gt;solution for a few months and decided the profile solution required modifications.&amp;nbsp; Upon the updates, every user lost all of their personalization configurations.&amp;nbsp; NOOOOO&lt;/em&gt;&lt;/p&gt; &lt;p&gt;The user's profile is one of the major ways the pooled virtual desktop becomes personalized. Forgot about virtual desktops for a moment. The user profile is important for traditional desktops. If users are going to accept a new desktop strategy, they must have the ability to personalize their desktop environment. Personalization enhances the computing experience and oftentimes makes users more efficient. When organizations do not properly plan the profile strategy, one or more of the following will likely happen (as can be seen in the previous examples):&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;Slow logon/logoff performance&lt;/li&gt; &lt;li&gt;Inconsistent results&lt;/li&gt; &lt;li&gt;Lost settings&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;These challenges will result in a negative perspective of the entire solution.&lt;/p&gt; &lt;p&gt;To overcome these potential challenges, a profile strategy must be put into place that includes items like:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;Folder Redirection: Have portions of the profile stored on a network drive outside of the roaming profile. This allows the profile to load faster and protects these items from profile deletion.&lt;/li&gt; &lt;li&gt;Group Policies: Utilize group policies to configure the user's virtual desktop profile. These policies should only be used when the user logs onto a virtual desktop.&lt;/li&gt; &lt;li&gt;Persistence: Utilize a profile solution that allows for the extraction and storage of the personalized components of a user's environment outside of the profile. I've seen many organizations have great success with &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://citrix.com/site/jumpPage.asp?pageID=1453077&quot;&gt;Citrix Profile Management&lt;/a&gt; as well as &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://appsense.com/products/environmentmanager/&quot;&gt;AppSense Environment Manager&lt;/a&gt;. I'm not going to go into details of these as you can simply click on the links to find out more.&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;The point is that it takes users a long time to get their environment configured in just the right way.&amp;nbsp; Loosing those settings is basically like telling the user they don't matter.&amp;nbsp; If this happens to many times, you'll end up with user riots. I've seen many users get really angry when talking about their profile and the issues they have.&amp;nbsp; I'm glad I wasn't responsible for the mess.&lt;/p&gt; &lt;p&gt;What other profile strategies have you seen that works as well? Any specific settings you recommend? Any tools?&lt;/p&gt; &lt;p&gt;Don't make this dreaded profile mistake or horrible &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/20/how-much-bandwidth-do-i-need-for-my-virtual-desktop/&quot;&gt;bandwidth mistake&lt;/a&gt;, which i spoke about previously.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:AskTheArchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;br/&gt;
Facebook Fan Page: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Ask-the-Architect-XenDesktop-Architectures/372631322867&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/27/My+Profile+Matters&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/27/My+Profile+Matters?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/05/27/My+Profile+Matters</guid>
         <pubDate>Thu, 27 May 2010 06:31:58 -0700</pubDate>
      </item>
      <item>
         <title>Apple's End Run for the Enterprise</title>
         <link>http://www.itbusinessedge.com/cm/blogs/cole/apples-end-run-for-the-enterprise/?cs=41348</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
For a long time you never saw Apple products in the enterprise. Why? Because they couldn't run the apps most organizations require. So what changed? You still don't see businesses deploying Apple-type applications. What changed is other technology. We now have the ability to deliver Windows-based applications and desktops to Apple devices. This simply means the end point does not matter. You can bring in any device into an organization, and use any application. Pretty cool if you ask me.&lt;/blockquote&gt;
For those of you who have been wondering about Apple's plans for the enterprise over the past few years, it seems that a definitive answer is finally here. As painful as this may be to the IT community, which is accustomed to being the center of the</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/c1814c93b2662a75</guid>
         <pubDate>Tue, 25 May 2010 05:33:40 -0700</pubDate>
      </item>
      <item>
         <title>Provisioning Services Desktop Images - How One School Decided</title>
         <link>http://community.citrix.com/display/ocb/2010/05/25/Provisioning+Services+Desktop+Images+-+How+One+School+Decided</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;One of the main goals with desktop virtualization is to reduce the number of required desktop images. The fewer number of images, the easier it is to support and maintain the desktop environment, which makes desktop virtualization so promising when compared to the traditional desktop approach. The goal is a single image, but oftentimes, other factors play a role in slightly increasing that number. Take, for instance, the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://deliver.citrix.com/go/citrix/wwad0410xdctxscomwpedabcschool&quot;&gt;ABC School District&lt;/a&gt; Reference Design.&lt;/p&gt; &lt;p&gt;&amp;nbsp;The design called for 5 different desktop images, as shown in the figure. &lt;div align=&quot;center&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://community.citrix.com/download/attachments/141689618/images.jpg'&gt;&lt;img src=&quot;http://community.citrix.com/download/thumbnails/141689618/images.jpg&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;br/&gt;
If you look at the specifications, many of the configuration details are identical. So why create different images for different user groups? It really came down to future plans. The ABC School District decided that it would be easier to design the environment with unique images for the different areas:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;Middle School&lt;/li&gt; &lt;li&gt;High School&lt;/li&gt; &lt;li&gt;High School Blade PCs&lt;/li&gt; &lt;li&gt;Teachers &amp;amp; School Administrators&lt;/li&gt; &lt;li&gt;Support Staff&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;Ideally, we probably could have reduced the number of images, with the aid of application virtualization. But the school district wanted to make sure unique images were available if certain applications were later identified to be incompatible with the different forms of application virtualization (application streaming and application hosting). Also, it would have been possible to integrate the High School and High School Blade PCs images into a single image, but because the Blade PCs are delivered without a hypervisor, there would be variations in the device drivers (something Provisioning services can easily handle). To make the management of the images easier, it was determined to separate these images as well.&lt;/p&gt; &lt;p&gt;So we are left with 5 images. Not bad for an environment with 20,000 end points.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:AskTheArchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;br/&gt;
Facebook Fan Page: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Ask-the-Architect-XenDesktop-Architectures/372631322867&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/25/Provisioning+Services+Desktop+Images+-+How+One+School+Decided&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/25/Provisioning+Services+Desktop+Images+-+How+One+School+Decided?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/05/25/Provisioning+Services+Desktop+Images+-+How+One+School+Decided</guid>
         <pubDate>Tue, 25 May 2010 05:48:16 -0700</pubDate>
      </item>
      <item>
         <title>How Much Bandwidth Do I Need for My Virtual Desktop</title>
         <link>http://community.citrix.com/display/ocb/2010/05/20/How+Much+Bandwidth+Do+I+Need+for+My+Virtual+Desktop</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;Do you ever wonder how much bandwidth you need to do a desktop virtualization implementation? Regardless of the flavor of virtual desktop being implemented &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://flexcast.citrix.com/&quot;&gt;(hosted shared, hosted VM-based VDI, local streamed, etc)&lt;/a&gt;, the network plays a critical role. That should not be surprising (if it is, we need to have an even bigger discussion). If you don't plan your network bandwidth appropriately, you will have unhappy users, who will make you unhappy.&lt;/p&gt; &lt;p&gt;As we would expect, the user experience degrades as the latency increases and the bandwidth decreases. Proper network planning must be based on the type of work users are performing and the overall network topology. Back in the XenApp-only days, many people used 20 kbps as an estimate for network bandwidth requirements. Can we use that for virtual desktops? NO (although I could configure XenDesktop to only use 20 kbps).&lt;/p&gt; &lt;p&gt;Virtual desktops require more bandwidth because:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;In default configuration, virtual desktops provide a greater and richer experience than the default XenApp configuration.&lt;/li&gt; &lt;li&gt;Virtual desktop users are idle less often than hosted application users. For example, if a user is sitting in front of a workstation and is accessing a hosted application on XenApp, the desktop and XenApp applications both appear as active. However, when the user is not working with the XenApp application, they are identified as idle by XenApp even though they might be active on their desktop. Due to this difference, the desktop will have less idle time than XenApp hosted applications.&lt;/li&gt; &lt;li&gt;Desktops access and consume more multimedia and graphical mediums than most applications. A user's desktop session also includes internet activity, which often includes more graphics, video and sounds. When using a XenApp hosted application, these multimedia activities are only utilized if the application allows.&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;Estimating network impact is not a trivial matter because the ICA/HDX protocol tunes itself based on the amount of bandwidth available. The less bandwidth available means more compression is applied. Also, any estimate must include percentages for different user activities: typing, graphics, Internet, video (Flash, WMV, etc), and printing. With this information, the following table can be used to create an &lt;b&gt;ESTIMATE&lt;/b&gt; (and I do mean this is an estimate): &lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;http://community.citrix.com/download/attachments/141688957/bandwidth.jpg&quot; border=&quot;0&quot;/&gt;&lt;/div&gt;&lt;br/&gt;
&amp;nbsp;&lt;br/&gt;
By calculating the percentage of time a user is expected to be doing certain activities, a rough estimate can be determined for HDX bandwidth requirements. If multiple users are expected to be accessing the same type of content (videos, web pages, documents, etc), integrating the Branch Repeater into the architecture can drastically reduce the amount of bandwidth consumed. However, the amount of benefit is based on the level of repetition between users. &lt;p&gt;&lt;b&gt;&lt;em&gt;Note&lt;/em&gt;&lt;/b&gt;&lt;em&gt;: Additional details on the bandwidth estimates can be gathered by referring to the following Citrix white paper:&lt;/em&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.citrix.com/article/CTX124457&quot;&gt;CTX124457 - Performance Assessment and Bandwidth Analysis for Delivering XenDesktop to Branch Offices&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;So what does this mean? It means using a single number as your bandwidth estimate is not good enough. You need to understand what users are doing and what percentages you expect them to be doing different activities. After that, you will get a good idea of how much bandwidth is required for a virtual desktop implementation.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:AskTheArchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;br/&gt;
Facebook Fan Page: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Ask-the-Architect-XenDesktop-Architectures/372631322867&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/20/How+Much+Bandwidth+Do+I+Need+for+My+Virtual+Desktop&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/20/How+Much+Bandwidth+Do+I+Need+for+My+Virtual+Desktop?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/05/20/How+Much+Bandwidth+Do+I+Need+for+My+Virtual+Desktop</guid>
         <pubDate>Thu, 20 May 2010 05:28:37 -0700</pubDate>
      </item>
      <item>
         <title>Here are 15 reasons desktop virtualization fails</title>
         <link>http://searchvirtualdesktop.techtarget.com/news/column/0,294698,sid194_gci1512152,00.html?track=sy1220</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Good list to keep in mind when doing desktop virtualization&lt;/blockquote&gt;
At Citrix Synergy this week, Brian Madden and Gabe Knuth will talk about 15 reasons desktop virtualization projects go down the tubes. Don't let this happen to you.</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/0519be03592bbf2e</guid>
         <pubDate>Wed, 19 May 2010 06:02:56 -0700</pubDate>
      </item>
      <item>
         <title>Is VDI Really Worth It?</title>
         <link>http://www.itbusinessedge.com/cm/blogs/cole/is-vdi-really-worth-it/?cs=41163</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Last year it did sound like VDI was about to take over. So what happened? Nothing. There is still a lot of talk, but now what is happening is that people are understanding (finally) that there is more to virtual desktops than VDI. Many people I'm talking to are looking at other desktop virtualization alternatives to VDI (hosted shared desktops, local streamed desktops, VDI desktops, local VM desktops). Each one of these options has pros/cons. In fact, most organizations will likely only utilize a few of the options (those that meets their needs while keeping costs lowest). This was what my previous blog explained for a particular school district (&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com/2010/05/18/i-choo-choo-choose-you/&quot;&gt;http://virtualfeller.com/2010/05/18/i-choo-choo-choose-you/&lt;/a&gt;)&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;As for hosting virtual desktops in the cloud. That is a completely different story. And people saying keeping the data internal are failing to explain that challenge with data transmissions between the cloud and internal. Plus, with licensing challenges of the Windows desktop OS, that makes it much more difficult to do a hosting cloud model for desktop virtualization.&lt;/blockquote&gt;
Is it just me, or is VDI becoming the IT equivalent of the swine flu? It's all over the news for a while and everyone is talking about it, then it disappears for a while only to come back next year. Last fall, it seemed like VDI was about to take over</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/6b4bf3c3cbd1d51d</guid>
         <pubDate>Wed, 19 May 2010 05:21:29 -0700</pubDate>
      </item>
      <item>
         <title>I Choo, Choo, Choose You</title>
         <link>http://community.citrix.com/display/ocb/2010/05/18/I+Choo%2C+Choo%2C+Choose+You</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;From the words of Ralph Wiggum, I Choo, Choo, Choose You [to be my FlexCast model]. &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://community.citrix.com/download/attachments/141101368/choose1.jpg'&gt;&lt;img src=&quot;http://community.citrix.com/download/thumbnails/141101368/choose1.jpg&quot; align=&quot;right&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Choosing the correct &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://flexcast.citrix.com/&quot;&gt;FlexCast&lt;/a&gt; model always leaves people wondering if they made the right decision.&amp;nbsp; The answer to this question requires us to look closer into the user requirements.&amp;nbsp; For example, the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://deliver.citrix.com/go/citrix/wwad0410xdctxscomwpedabcschool&quot;&gt;ABC School District Reference Design&lt;/a&gt; was recently published, and as can be expected from the title, it is based on a large school district (70,000 total users, 20,000 concurrent).&amp;nbsp; How did we decide which FlexCast model was most appropriate?&lt;/p&gt; &lt;p&gt;It came down to simply meeting the needs of the school and the students.&amp;nbsp; This particular example used three FlexCast models:&lt;/p&gt;
&lt;ol&gt; &lt;li&gt;Hosted Virtualized Applications: The elementary school children typically required a single application for their current class. When that particular class ended for the day, there was no need for the children to get back into the application from a different location.&amp;nbsp; Providing a single hosted virtualized application provided the easiest user experience for the elementary schools.&lt;/li&gt; &lt;li&gt;Hosted VM-Based VDI Desktops: Middle and High School students utilized many more applications, many of which were launched simultaneously. The students were familiar with a desktop interface and it was determine providing them with this experience would provide the best environment from which to work. The decision between hosted shared and hosted VM-based came down to a question of security. The school district felt it would be safer to create VMs for each desktop as opposed to the shared model.&amp;nbsp; The shared model could allow a student to cause mischief on the server, thus impacting other students. Many of the students are extremely smart and computer experts, so it was a matter of time before they breached the system.&lt;/li&gt; &lt;li&gt;Hosted Blade PCs: A small group of high school students took part in the CAD classes.&amp;nbsp; The CAD application used, and the projects students had to complete, required specialized hardware.&amp;nbsp; The school district decided it was easier to centralize a group of Blade PCs and allow students to connect as needed. This allowed for centralization and helped reduce the over number of powerful desktops required as they Blade PCs could be shared between schools.&lt;/li&gt;
&lt;/ol&gt; &lt;p&gt;As we know, there are more than three FlexCast models, but the School District did not have a need for them all.&amp;nbsp; In fact, as other organizations start to assess and design their virtual desktop environments, they too will see that certain FlexCast models do not fit in with the overall goals.&lt;/p&gt; &lt;p&gt;How does one determine the best approach? By understanding the user requirements, the limitations of each model and selecting the most appropriate model that gets the job done at the lowest cost.&lt;/p&gt; &lt;p&gt;Which models have you seen the most of so far?&lt;/p&gt; &lt;p&gt;Want to learn more about the ABC School District, then join the live webinar on June 18th&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:AskTheArchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;br/&gt;
Facebook Fan Page: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Ask-the-Architect-XenDesktop-Architectures/372631322867&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/18/I+Choo%2C+Choo%2C+Choose+You&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/18/I+Choo%2C+Choo%2C+Choose+You?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/05/18/I+Choo%2C+Choo%2C+Choose+You</guid>
         <pubDate>Tue, 18 May 2010 07:01:16 -0700</pubDate>
      </item>
      <item>
         <title>How VDI can make your desktop security worse</title>
         <link>http://searchvirtualdesktop.techtarget.com/news/column/0,294698,sid194_gci1510858,00.html?track=sy1220</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
I've seen too many people believe that virtual desktops don't require the same level of security. That is just asking for trouble. Brian offers some good points on what to do. The major item is no admin rights and to keep the virtual desktops on different networks than your sensitive data. You must have security setup.&lt;/blockquote&gt;
Although a virtual desktop infrastructure supposedly tightens security, it can in fact let unpredictable users harm your data center.</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/a1863a0d410f90de</guid>
         <pubDate>Thu, 06 May 2010 15:02:47 -0700</pubDate>
      </item>
      <item>
         <title>Looking ahead to Citrix Synergy 2010</title>
         <link>http://searchvirtualdesktop.techtarget.com/news/column/0,294698,sid194_gci1511491,00.html?track=sy1220</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
I, like Brian, remember being at Thinergy way back in 1998. I have to say this years has the most excitement. I suggest if you are interested in virtual desktops that you come to the XenDesktop Enterprise Design Super session on Thursday.&lt;/blockquote&gt;
Brian Madden has attended Citrix's annual user conference since it began in 1998. In this week's column, he previews the sessions at the 2010 show.&lt;p&gt;&lt;/p&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/ff350e011c623eee</guid>
         <pubDate>Thu, 06 May 2010 14:59:37 -0700</pubDate>
      </item>
      <item>
         <title>The Truth About XenDesktop Scalability</title>
         <link>http://community.citrix.com/display/ocb/2010/05/05/The+Truth+About+XenDesktop+Scalability</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;We've heard about it, we've seen it and we've read about it from Citrix, from VMware, from Microsoft and from just about everyone else. We see one report showing one technology is better than the other but then we see another report showing the exact opposite.&amp;nbsp; Doesn't this leave you wondering what you should do next.&amp;nbsp; You might be wondering what in the world am I talking about?&lt;/p&gt; &lt;p&gt;I'm talking about &lt;b&gt;SCALABILITY&lt;/b&gt;&amp;#33;&lt;/p&gt; &lt;p&gt;Scalability is such a touchy subject that to discuss it is opening yourself up to blogs, tweets and messages saying you are totally crazy or you are spot on. But you might be thinking that because I work for Citrix, so I only care about XenServer. You couldn't be more wrong.&lt;/p&gt; &lt;p&gt;As part of the Citrix Consulting organization, we have to create enterprise designs for XenDesktop. And because XenDesktop supports XenServer, Hyper-V and ESX, we have to deal with each hypervisor. We have customers who are running XenDesktop with one of the three hypervisors and one area of focus we have to deal with is scalability. So let's talk about it. But this discussion is not focused on claiming that I'm better than you, but instead it will focus on how you should design your environment for scale.&lt;/p&gt; &lt;p&gt;If you want to hear about the scalability design recommendations for a XenDesktop environment across any hypervisor, you should plan to attend this &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://citrix.g2planet.com/synergysanfran2010/public_session_view.php?agenda_session_id=262&quot;&gt;GeekSpeak session&lt;/a&gt; on May 13 from 1:25-2PM in the Solutions Expo Hall Lounge.&lt;/p&gt; &lt;p&gt;I might even show you how to get insane scalability numbers, but it might be dangerous to your health.&amp;nbsp; You'll have to attend &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrixsynergy.com/?sourceID=feller-rts&quot;&gt;Citrix Synergy &lt;/a&gt;to find out how.&lt;/p&gt; &lt;p&gt;And remember to please leave the vendor bashing at the door.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.wordpress.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:AskTheArchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;br/&gt;
Facebook Fan Page: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Ask-the-Architect-XenDesktop-Architectures/372631322867&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/05/The+Truth+About+XenDesktop+Scalability&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/05/The+Truth+About+XenDesktop+Scalability?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/05/05/The+Truth+About+XenDesktop+Scalability</guid>
         <pubDate>Wed, 05 May 2010 08:02:45 -0700</pubDate>
      </item>
      <item>
         <title>This School House Rocks with Virtual Desktops</title>
         <link>http://community.citrix.com/display/ocb/2010/05/04/This+School+House+Rocks+with+Virtual+Desktops</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;Imagine an environment where:&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;The endpoints are over 5 years old&lt;/li&gt; &lt;li&gt;Users' personal computers are state of the art&lt;/li&gt; &lt;li&gt;Applications have not been patched in over one year&lt;/li&gt; &lt;li&gt;Each office has different configurations, although they should be identical&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;These are some of the challenges with one particular environment: the ABC School District.&lt;/p&gt; &lt;p&gt;This particular school district consists of 50 school campuses that supports 70,000 users.&amp;nbsp; Due to limited funding, the technology infrastructure is aging quickly.&amp;nbsp; Thanks to a voter approved tax levy, the ABC School District is receiving an infusion of money to upgrade their computing infrastructure. Instead of going down the same path of distributed computing, the ABC School District has decided to implement desktop virtualization based on the following architecture: &lt;div align=&quot;center&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://community.citrix.com/download/attachments/139560296/overview.png'&gt;&lt;img src=&quot;http://community.citrix.com/download/thumbnails/139560296/overview.png&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br/&gt;
&amp;nbsp;&lt;br/&gt;
The designed solution includes the following high-level items:
&lt;br clear=&quot;all&quot;/&gt;
&lt;ul&gt; &lt;li&gt;Almost all of the components will be virtualized with &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.microsoft.com/windowsserver2008/en/us/hyperv.aspx&quot;&gt;Microsoft Hyper-V&lt;/a&gt;. The environment is divided into two distinct parts: Infrastructure Module and Desktop Modules&lt;/li&gt; &lt;li&gt;Two types of Windows 7 &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://flexcast.citrix.com/&quot;&gt;FlexCast&lt;/a&gt; virtual desktops are used and spread across four &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/virtualization/desktop/xendesktop.html&quot;&gt;XenDesktop&lt;/a&gt; farms: Hosted VM-Based VDI desktops and Blade PC desktops.&lt;/li&gt; &lt;li&gt;Applications are delivered either as installed applications, hosted applications or streamed applications from centralized &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/English/ps2/products/product.asp?contentID=186&quot;&gt;XenApp&lt;/a&gt; servers, which is part of XenDesktop 4.&lt;/li&gt; &lt;li&gt;Each school's network bandwidth is optimized by leveraging HDX WAN Optimization with the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/English/ps2/products/product.asp?contentID=1350184&amp;amp;ntref=prod_top&quot;&gt;Citrix Branch Repeater&lt;/a&gt;. As students in each class will perform similar activities, the Branch Repeater will provide WAN optimization, helping to offset costly WAN upgrades.&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;This is just an overview of the ABC School District design.&amp;nbsp; To learn more, you can:&lt;/p&gt;
&lt;ol&gt; &lt;li&gt;Download the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://deliver.citrix.com/go/citrix/wwad0410xdctxscomwpedabcschool&quot;&gt;ABC School District Reference Design&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Join the discussion on Twitter @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Learn more about the environment by reading and commenting the upcoming posts on the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.wordpress.com/&quot;&gt;Virtualize My Desktop &lt;/a&gt;site&lt;/li&gt;
&lt;/ol&gt; &lt;p&gt;Once implemented, this &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.youtube.com/watch#!v=G8iahHwEfNg&amp;amp;feature=related&quot;&gt;School House will Rock&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.wordpress.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:AskTheArchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;br/&gt;
Facebook Fan Page: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Ask-the-Architect-XenDesktop-Architectures/372631322867&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/04/This+School+House+Rocks+with+Virtual+Desktops&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/04/This+School+House+Rocks+with+Virtual+Desktops?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/05/04/This+School+House+Rocks+with+Virtual+Desktops</guid>
         <pubDate>Tue, 04 May 2010 05:38:03 -0700</pubDate>
      </item>
      <item>
         <title>Danger, Danger My Server Crashed</title>
         <link>http://community.citrix.com/display/ocb/2010/05/04/Danger%2C+Danger+My+Server+Crashed</link>
         <description>&lt;div style=&quot;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px;&quot;&gt;&lt;p&gt;We all know the impact a server failure can have on a group of users, but what if that server was a core component of a desktop virtualization solution?&amp;nbsp; That's a lot of unhappy users.&amp;nbsp; Before desktop virtualization, nobody gave a second thought about desktop availability.&amp;nbsp;If a desktop failed, it only impacted a single user and chances are you wouldn't hear much. However, if a certain server fails in a desktop virtualization environment, that one server could impact 50, 100 or 1,000 users.&amp;nbsp; I can guarantee one thing, you will hear that many users.
&lt;br clear=&quot;all&quot;/&gt;&lt;/p&gt; &lt;p&gt;Availability for any desktop virtualization solution means more than VM live migration.&amp;nbsp; In fact, everyone component must be made highly available. Do you know how to do it for XenDesktop? I know of two people who do: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;myself&lt;/a&gt; and &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/stefandrege&quot;&gt;Stefan Drege&lt;/a&gt;.&amp;nbsp; And guess what, we are going to tell you and it won't take much time.&amp;nbsp;
&lt;br clear=&quot;all&quot;/&gt;&lt;/p&gt; &lt;p&gt;All you have to do is attend our Citrix Synergy session &quot;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://prod17.g2planet.com/synergysanfran2010/agenda_search.php?action=search&amp;amp;filters=hide&amp;amp;sort=start_time&amp;amp;session_code=SYN222#&quot;&gt;SYN222 - Guaranteeing availability and scale for XenApp and XenDesktop deployments&lt;/a&gt;&quot;, which will be delivered twice&lt;/p&gt;
&lt;ul&gt; &lt;li&gt;May 12, 4:30 PM @ Moscone West Convention Center - Moscone 2014&lt;/li&gt; &lt;li&gt;May 14, 2:00 PM @ Moscone West Convention Center - Moscone 2014&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;Find out more at &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrixsynergy.com/?sourceID=feller-rts&quot;&gt;Citrix Synergy&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Daniel&lt;br/&gt;
Lead Architect - Worldwide Consulting Solutions&lt;br/&gt;
Follow Me on twitter: @&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/djfeller&quot;&gt;djfeller&lt;/a&gt;&lt;br/&gt;
My Blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.wordpress.com&quot;&gt;Virtualize My Desktop&lt;/a&gt;&lt;br/&gt;
Questions, then email &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;mailto:AskTheArchitect@citrix.com&quot;&gt;Ask The Architect&lt;/a&gt;&lt;br/&gt;
Facebook Fan Page: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.facebook.com/pages/Ask-the-Architect-XenDesktop-Architectures/372631322867&quot;&gt;Ask The Architect&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/04/Danger%2C+Danger+My+Server+Crashed&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/05/04/Danger%2C+Danger+My+Server+Crashed?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <guid isPermaLink="false">http://community.citrix.com/display/ocb/2010/05/04/Danger%2C+Danger+My+Server+Crashed</guid>
         <pubDate>Tue, 04 May 2010 05:26:11 -0700</pubDate>
      </item>
      <item>
         <title>Client Hosted Virtual Desktops Part II; Back to Basics « Amrit *...*</title>
         <link>http://techbuddha.wordpress.com/2010/04/23/client-hosted-virtual-desktops-part-ii-back-to-basics/</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Nice description of the different options. CHVD is really going to give organizations other options with desktop virtualization. The key for any solution is going to be in giving organizations the options and then allowing them to pick and choose which option(s) are the best.&lt;/blockquote&gt;
Performance as well as the overhead of a second operating system still require IT management; Server Hosted Virtual Desktops (SHVD) Also referred to as VDI or &lt;b&gt;desktop virtualization&lt;/b&gt;: &lt;b&gt;Desktop virtualization&lt;/b&gt; as personified by VMWare's ...</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/152b2cf17f5a92ad</guid>
         <pubDate>Fri, 23 Apr 2010 04:41:40 -0700</pubDate>
      </item>
      <item>
         <title>Understanding cloud computing, virtual desktops and DaaS</title>
         <link>http://feedproxy.google.com/~r/1180/~3/518NAkhUs1U/0,289483,sid194_gci1510310,00.html</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Good overview and the challenges with DaaS. The power user, i believe, is one of the greatest challenges to DaaS. Not only in resource consumption, but also in terms of user-installed applications, personalization, and mobility. If I am disconnected, my DaaS solution will not meet my needs.&lt;/blockquote&gt;
The convergence of virtual desktop infrastructures and cloud computing is leading the market to desktop as a service.
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feedads.g.doubleclick.net/%7Eat/47Xm4QbsfXFeNF6tS_lz2EEiw9k/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/%7Eat/47Xm4QbsfXFeNF6tS_lz2EEiw9k/0/di&quot; ismap border=&quot;0&quot;&gt;&lt;/a&gt;&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feedads.g.doubleclick.net/%7Eat/47Xm4QbsfXFeNF6tS_lz2EEiw9k/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/%7Eat/47Xm4QbsfXFeNF6tS_lz2EEiw9k/1/di&quot; ismap border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/%7Er/1180/%7E4/518NAkhUs1U&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/49cd175a1619d6ab</guid>
         <pubDate>Tue, 20 Apr 2010 08:28:39 -0700</pubDate>
      </item>
      <item>
         <title>Three Steps to a PXE-Free XenDesktop on Hyper-V</title>
         <link>http://community.citrix.com/display/ocb/2010/04/13/Three+Steps+to+a+PXE-Free+XenDesktop+on+Hyper-V</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Good description of a utility that most people are unaware of. This is a great way to do network boot without changing your DHCP/PXE environment.&lt;/blockquote&gt;
&lt;div style=&quot;border-top:1px solid rgb(221, 221, 221);border-bottom:1px solid rgb(221, 221, 221);padding:10px;&quot;&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;I ran into an interesting situation last week while working with Tony Sanchez from our Global Microsoft Team. He was setting up XenDesktop 4 on Hyper-V 2008 R2. However, the lab he was at used a Windows Deployment Server (WDS) for image management and it relies extensively on PXE. Rather than modify the WDS to support the Provisioning Services PXE boot file, we decided the best solution was to make a boot ISO that will load the OS directly from the Provisioning Services host and then boot the guests from that ISO.&lt;/font&gt;&lt;/p&gt; &lt;h3&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;ThreeStepstoaPXE-FreeXenDesktoponHyper-V-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#17365d&quot;&gt;Background&lt;/font&gt;&lt;/h3&gt;
&lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Since not all my readers are familiar with using the Boot Device Manager, I will set the stage. When configuring a virtual machine to boot off of a CD-ROM image for PVS, you need to do three things:&lt;/font&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Add a Legacy network card on the host since the Synthetic network adapter is not created until the Operating System loads.&lt;/li&gt; &lt;li&gt;Configure the BIOS boot order so that CD-ROM is first in the list.&lt;/li&gt; &lt;li&gt;Assign a bootable ISO image to the CD-ROM/DVD drive.&lt;/li&gt;
&lt;/ol&gt; &lt;div&gt;&lt;table&gt;&lt;colgroup&gt;&lt;col width=&quot;24&quot;&gt;&lt;col&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;img src=&quot;http://community.citrix.com/images/icons/emoticons/check.gif&quot; alt=&quot;&quot; border=&quot;0&quot; width=&quot;16&quot; height=&quot;16&quot;&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Take Note&lt;/b&gt;&lt;br&gt;The PXE boot option is required in order for the NIC Option ROM to stay resident in memory during the pre-boot process. This way, UNDI will be available to the boot device to properly initialize the NIC. Otherwise, the &quot;API not found&quot; message would be displayed by the boot device. &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;In deployments of XenDesktop where you have more than about 15 machines, the XenDesktop Setup Wizard (XDSW) is normally used to create and link the XenDesktops with Hyper-V. Unfortunately, the XDSW does not support all the possible VM configuration options when duplicating the source virtual machine. One of the properties that is not transferred to the new virtual machine is the ISO in the DVD drive. Normally, this behavior is the preferred because Hyper-V needs a special configuration to support sharing an ISO across multiple guests simultaneously (See this &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://technet.microsoft.com/en-us/library/ee340124.aspx&quot; title=&quot;EE340124&quot;&gt;Technet article&lt;/a&gt;), which if not configured correctly can cause startup issues. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;If you do not want to configure ISO sharing, you can use the VMM server and VMM library to copy the boot ISO to each virtual machine's folder. If the ISO was large, I would say spend time setting up the sharing configuration; however, in this case the file itself is only 300K and copying it will eliminate the possibility of file sharing/locking issues. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Now you understand some of the challenges, I can tell you the three steps to a PXE-free Hyper-V deployment.:&lt;/font&gt;&lt;/p&gt;
&lt;ol&gt; &lt;li&gt;Create a PVS Boot ISO using the Boot Device Manager&lt;/li&gt; &lt;li&gt;Import that PVS Boot ISO into the VMM Library&lt;/li&gt; &lt;li&gt;Execute a PowerShell script&lt;/li&gt;
&lt;/ol&gt; &lt;h3&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;ThreeStepstoaPXE-FreeXenDesktoponHyper-V-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#17365d&quot;&gt;Step 1: Create a PVS Boot ISO&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;The Provisioning Services Boot Device Manager is a three-dialog wizard that lets you pre-configure the boot environment just like a PXE server would, except you can then write that to a drive or CD-ROM media. The Boot Device Manager is found on the Start menu of any provisioning server at &lt;em&gt;All Programs &amp;gt;&amp;gt; Citrix &amp;gt;&amp;gt; Provisioning Services &amp;gt;&amp;gt; Provisioning Services Boot Device Manager&lt;/em&gt;. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;I do not want to spend a lot of time discussing the various options or provide a tutorial on this utility; however, I will provide a few pointers. First, be sure to enable the &quot;&lt;b&gt;Citrix PVS Two-Stage Boot Service&lt;/b&gt;&quot; and set it to start automatically on any servers you will use as the targets for the ISO image. Second, if you are using Windows 7, be sure to enable the PAE Mode on the second page of the wizard, like this: &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt;&lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;http://community.citrix.com/download/attachments/137068872/Win7BDM.png&quot; border=&quot;0&quot;&gt;&lt;/div&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Third, be sure to select Citrix ISO Recorder as the boot device (shown below) before burning the ISO image, lest you accidentally wipe out your local hard disk. For a complete guide on using the Boot Disk Manager, see this Citrix Support Article &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://support.citrix.com/article/ctx121331&quot; title=&quot;CTX121331&quot;&gt;CTX121331&lt;/a&gt;. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt;&lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;http://community.citrix.com/download/attachments/137068872/ISOBDM.png&quot; border=&quot;0&quot;&gt;&lt;/div&gt; &lt;h3&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;ThreeStepstoaPXE-FreeXenDesktoponHyper-V-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#17365d&quot;&gt;Step 2: Import the ISO into the SCVMM Library&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Take the ISO you created in Step 1 and save it to the folder where the SCVMM library stores are located. I created a new folder called ISOs at the same level as VHDs and placed the ISO in that folder. Next start the SCVMM Administrative Console and go to the Library tab. Select the MSSCVMMLibrary node and click &lt;b&gt;Refresh&lt;/b&gt; on the context-menu to add the ISOs to the library as shown here: &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt;&lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;http://community.citrix.com/download/attachments/137068872/SCVMMLibrary.png&quot; border=&quot;0&quot;&gt;&lt;/div&gt; &lt;h3&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;ThreeStepstoaPXE-FreeXenDesktoponHyper-V-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#17365d&quot;&gt;Step 3: Execute the PowerShell Script&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Next, you can copy the contents of the PowerShell script below and save it to a file called AttachISO.PS1. I realize that I am not yet a PowerShell guru, so I am aware that several optimizations and error checks could be made to this script. Feel free to modify it for your own use. My goal was provide a working example to help with this issue. The PowerShell script below does the following: &lt;/font&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Sets the boot order to CD, PXE (Legacy NIC), IDE, Floppy&lt;/li&gt; &lt;li&gt;Copies the ISO image from the library to the VM's folder&lt;/li&gt; &lt;li&gt;Creates a DVD drive object at the IDE bus 1:0 if no DVD drive is found&lt;/li&gt; &lt;li&gt;Removes any existing ISO and sets the ISO image to the one specified on the command-line&lt;/li&gt; &lt;li&gt;For larger environments, it lets you know how many VMs it has left to process&lt;/li&gt;
&lt;/ol&gt; &lt;div style=&quot;border-style:solid;border-width:1px;&quot;&gt;&lt;div style=&quot;border-bottom-width:1px;border-bottom-style:solid;&quot;&gt;&lt;b&gt;AttachISO PowerShell Script&lt;/b&gt;&lt;/div&gt;&lt;div&gt;
&lt;pre&gt;# Purpose: Attach ISO image from VMM Server Library to Guest Virtual Machine
# Date Written: 12 April 2010
# Author: Paul Wilson (no implied or expressed warranties)
# Usage: AttachISO [UNC Path to ISO in Library] [VM Name to Match Criteria] # Check &lt;span&gt;for&lt;/span&gt; the two required arguments and offer command-line assistance &lt;span&gt;if&lt;/span&gt; not found &lt;span&gt;if&lt;/span&gt; ($args -eq $&lt;span&gt;null&lt;/span&gt; -or $args.Count -lt 2)
{ write-output &lt;span&gt;&quot;Usage: AttachISO.ps1 UNC_fileName_ISO_File VMNameMatches&quot;&lt;/span&gt; write-output &lt;span&gt;&quot;Example: .&amp;#92;AttachISO.ps1 &quot;&lt;/span&gt;&lt;span&gt;&quot;&amp;#92;&amp;#92;SCVMM&amp;#92;MSSCVMMLibrary&amp;#92;ISOs&amp;#92;pvbt.iso&quot;&lt;/span&gt;&lt;span&gt;&quot; &quot;&lt;/span&gt;&lt;span&gt;&quot;Desktop&quot;&lt;/span&gt;&lt;span&gt;&quot; &quot;&lt;/span&gt; exit 1
} # Grab the arguments and store them &lt;span&gt;for&lt;/span&gt; later use $ISOPath = $args[0]
$VMNameMatches = $args[1] # Get the name of the SCVMM server we are running &lt;span&gt;this&lt;/span&gt; on.
# The VMM server could be passed as a parameter as well. $VMMServer = Get-VMMServer -Computername &lt;span&gt;&quot;localhost&quot;&lt;/span&gt; # Get the ISO image reference object using the ISO path provided earlier. # Using the full path guarantees the right object is found. $ISOImage = Get-ISO -VMMServer $VMMServer | where { $_.SharePath -eq &lt;span&gt;&quot;$ISOPath&quot;&lt;/span&gt; } &lt;span&gt;if&lt;/span&gt; ($ISOImage -eq $&lt;span&gt;null&lt;/span&gt;)
{ write-output &lt;span&gt;&quot;Unable to find ISO: $ISOPath&quot;&lt;/span&gt; exit 1
} # Get the collection of VMs that match the name parameters supplied and output that information $VMs = Get-VM | where { $_.Name -match &lt;span&gt;&quot;$VMNameMatches&quot;&lt;/span&gt; }
&lt;span&gt;if&lt;/span&gt; ($VMs -eq $&lt;span&gt;null&lt;/span&gt;)
{ write-output &lt;span&gt;&quot;No VMs match the pattern: $VMNameMatches&quot;&lt;/span&gt; exit 1
}
&lt;span&gt;else&lt;/span&gt;
{ $LeftToGo = $VMs.Count &lt;span&gt;if&lt;/span&gt; ($LeftToGo -eq $&lt;span&gt;null&lt;/span&gt;) { $matchString = &lt;span&gt;&quot;Only one VM matched the pattern: {0}&quot;&lt;/span&gt; -f $VMNameMatches $LeftToGo = 1 } &lt;span&gt;else&lt;/span&gt; { $matchString = &lt;span&gt;&quot;{0} VMs match the pattern: {1}&quot;&lt;/span&gt; -f $VMs.Count, $VMNameMatches } write-output $matchString
} # This loop goes through each VM found and does the following:
# 1. Sets the boot order to CD, PXE Nic, IDE, Floppy.
# 2. Gets the DVD/CD drive object.
# 3. The script will copy the ISO image from the library to the VM's folder.
# The copy is part of the Set-VirtualDVDDrive and New-VirtualDVDDrive cmdlets.
# 4. Creates the DVD drive object &lt;span&gt;if&lt;/span&gt; none found and sets it to the ISO.
# 5. Removes any existing ISO and sets the ISO image to the one specified.
# 6. Outputs the number of VMs remaining to process. Added &lt;span&gt;for&lt;/span&gt; large deployments. foreach ($VM in $VMS)
{ $LeftToGo = $LeftToGo - 1 Set-VM -VM $VM -BootOrder CD,PXEBoot,IDEHardDrive,Floppy $current_dvd = get-VirtualDVDDrive -VM $VM &lt;span&gt;if&lt;/span&gt; ($current_dvd -eq $&lt;span&gt;null&lt;/span&gt; -or $current_dvd.count -eq 0) { $newDVD = New-VirtualDVDDrive -VM $VM -Bus 1 -LUN 0 -ISO $ISOImage $DVDResultMessage = &lt;span&gt;&quot;Created DVD Drive on {0}. {1} VMs left to go.&quot;&lt;/span&gt; -f $VM.Name, $LeftToGo } &lt;span&gt;else&lt;/span&gt; { &lt;span&gt;if&lt;/span&gt; ($current_dvd.Connection -ne &lt;span&gt;&quot;None&quot;&lt;/span&gt;) { set-VirtualDVDDrive -VirtualDVDDrive $current_dvd -noMedia set-VirtualDVDDrive -VirtualDVDDrive $current_dvd -ISO $ISOImage $DVDResultMessage = &lt;span&gt;&quot;Replaced existing media in DVD Drive on {0}. {1} VMs left to go.&quot;&lt;/span&gt; -f $VM.Name, $LeftToGo } &lt;span&gt;else&lt;/span&gt; { set-VirtualDVDDrive -VirtualDVDDrive $current_dvd -ISO $ISOImage $DVDResultMessage = &lt;span&gt;&quot;Successfully attached ISO to the DVD Drive of {0}. {1} VMs left to go.&quot;&lt;/span&gt; -f $VM.Name, $LeftToGo } } write-output $DVDResultMessage
}&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Feel free to add a comment below if you have questions or optimizations that others could benefit from. If you found this information useful and would like to be notified of future blog posts, please follow me on Twitter &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/pwilson98&quot; title=&quot;Follow Me&quot;&gt;@pwilson98&lt;/a&gt; or visit my XenDesktop on Microsoft &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/p/xendesktop-on-microsoft&quot; title=&quot;XenDesktop on Microsoft&quot;&gt;website&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0pt;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/04/13/Three+Steps+to+a+PXE-Free+XenDesktop+on+Hyper-V&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/04/13/Three+Steps+to+a+PXE-Free+XenDesktop+on+Hyper-V?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/c6fb3572560951b8</guid>
         <pubDate>Thu, 15 Apr 2010 06:05:32 -0700</pubDate>
      </item>
      <item>
         <title>Deploying XenDesktop without a SAN</title>
         <link>http://community.citrix.com/display/ocb/2010/04/08/Deploying+XenDesktop+without+a+SAN</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
These are great results. REquiring the use of a SAN significantly increases desktop virtualization costs. adding 15k local drives to our servers makes the need for a SAN not as important.&lt;/blockquote&gt;
&lt;div style=&quot;border-top:1px solid rgb(221, 221, 221);border-bottom:1px solid rgb(221, 221, 221);padding:10px;&quot;&gt; &lt;h3&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;DeployingXenDesktopwithoutaSAN-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#17365d&quot;&gt;The Question&lt;/font&gt;&lt;/h3&gt;
&lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Can &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/virtualization/desktop/xendesktop.html&quot; title=&quot;Learn more&quot;&gt;XenDesktop&lt;/a&gt; be deployed without a SAN? A commonly asked question by customers in the small and medium business (SMB) arena which I recently decided to investigate. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Dan Feller, one of my colleagues has previously discussed the topic when he spoke of deciding on local or shared storage for virtualization. If you have not read his blog, you might want to give it a quick &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/01/13/Deciding+on+Local+or+Shared+Storage+for+your+Desktop+Virtualization+Solution&quot; title=&quot;Deciding on local or shared storage&quot;&gt;read&lt;/a&gt; so some of the things I discuss here will make more sense. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;For those of my readers not familiar with Provisioning Services or XenDesktop, I will tell you it is possible using these technologies to stream a virtual disk image to a virtual machine. When this virtual disk is in read-only mode, the writes need to go somewhere, and we call that location the write-cache. Since the write-cache is primarily used for &quot;writing&quot;, SAN storage that supports high write IOPS (Input-Output Operations per Second) is recommended. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;For small and medium businesses that want to reap the benefits of XenDesktop, but that don't have significant capital to invest in a high-end SAN, the use of local storage to host the write-cache drive would remove a significant implementation barrier. In most situations, the IOPS supported by the local storage system is the primary constraint limiting the number of virtual machines that could run on a single host. For a small or medium business that does not require high density, local drive caching would be a viable alternative. &lt;/font&gt;&lt;/p&gt; &lt;h3&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;DeployingXenDesktopwithoutaSAN-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#17365d&quot;&gt;The Premise&lt;/font&gt;&lt;/h3&gt;
&lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;A local storage array of eight 15K disks will supply 1200 to 1500 raw IOPS. Adjusting that for a RAID 10 configuration (which incurs a 2 IOPS write-penalty) and the VDI workload which is typically 90% writes and 10% reads you end up with a functional throughput of between 660 and 825 IOPS. In his blog, Dan provides a convincing set of numbers for specific operations that vary from 4 IOPS (normal working load) to 26 IOPS (Bootup). &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Generally, the OS boot up sequence for a desktop can be controlled by bringing up the machines during an off-peak time. The second most intensive workload on the disk is generally considered to be the logon or logoff event with an IOPS requirement of around 15 IOPS. Since logons and logoffs occur more frequently within an environment, planning for that load is more realistic and cost effective. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;If using 15 IOPS as the target workload per desktop and using the 8-disk RAID 10 array as described above, the number of desktops supported would be between 44 and 55. Of course, theory is one thing, practice is another. Therefore, the next logical step was to build the environment and test the theory. &lt;/font&gt;&lt;/p&gt; &lt;h3&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;DeployingXenDesktopwithoutaSAN-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#17365d&quot;&gt;The Test&lt;/font&gt;&lt;/h3&gt;
&lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;My first stop was to borrow a server that would have enough drive bays in it. My old scalability team at the Citrix eLabs loaned me an &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://h10010.www1.hp.com/wwpc/us/en/sm/WF25a/15351-15351-3328412-241644-241475-3884082.html&quot; title=&quot;hp.com&quot;&gt;HP DL380 G6&lt;/a&gt;, which supported a maximum of eight local drives. The DL380 had dual Intel Xeon E5520 quad-core processors, 72 GB RAM and 8-72GB 15K drives. To maximize the IOPS available to the write-cache drives, the hypervisor would need to share spindles with the drives hosting the desktops. As long as the hypervisor overhead on the drives was evenly distributed and fairly low, the impact should be acceptable. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Since I only had the server for a short amount of time while it was not in use, I did not have time to run a complete battery of tests against this server. However, during the time I had it, I was able to run two scenarios that provided sufficient data to test my premise. I chose Microsoft Windows Server 2008 R2 Hyper-V for the hypervisor and Windows 7 with XenDesktop 4 for the virtual desktop. For the workload simulator I used Login Consultant's &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.loginconsultants.com/index.php?option=com_docman&amp;amp;task=cat_view&amp;amp;gid=20&amp;amp;Itemid=149&quot; title=&quot;Login VSI tool&quot;&gt;LoginVSI&lt;/a&gt; medium workload. &lt;/font&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;DeployingXenDesktopwithoutaSAN-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#17365d&quot;&gt;The Results&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Since Windows 7 recommends 1 GB of RAM in the workstation, my HP DL380 Server with 72 GB RAM was limited to a maximum of 68 desktops allowing 4 GB for the hypervisor. I ran two tests, one with 64 virtual desktops and one with 68 virtual desktops. On both test runs all the sessions started successfully. The chart below shows the optimal session counts I received back from the LoginVSI tool. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt;&lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;http://community.citrix.com/download/attachments/136642610/LocalSSS.png&quot; border=&quot;0&quot;&gt;&lt;/div&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;As you can see from the results, in both test runs the LoginVSI optimal session count showed over 50 sessions performing within the 2-second response time parameter. Unfortunately, I did not have time to try out all the scenarios I would have liked to test, but the results are pretty encouraging as they matched my expectations. &lt;/font&gt;&lt;/p&gt; &lt;h3&gt;&lt;a rel=&quot;nofollow&quot; name=&quot;DeployingXenDesktopwithoutaSAN-&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#17365d&quot;&gt;Conclusions&lt;/font&gt;&lt;/h3&gt;
&lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;The original premise was that eight 15K drives in a RAID 10 configuration would support 44-55 desktops. After running through the test scenario, this theory appears to be confirmed with the number of desktops successfully completing the LoginVSI medium workload ranging from 52-55. We can also conclude that the IOPS formula used (90% writes/10% reads) and the logon load (15 IOPS) appear to be on mark for midrange workloads. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;Keep in mind the test I performed was basic and more like a feasibility study. I used the test bed to determine if local storage was a viable option for a small to medium-sized deployment. After running the tests, I am highly confident that Windows 7 XenDesktops hosted on Hyper-V 2008 R2 with local storage would be an ideal solution for the SMB market. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color=&quot;#35383d&quot;&gt;If you found this information useful and would like to be notified of future blog posts, please follow me on Twitter &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://twitter.com/pwilson98&quot; title=&quot;Follow Me&quot;&gt;@pwilson98&lt;/a&gt; or visit my XenDesktop on Microsoft &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/p/xendesktop-on-microsoft&quot; title=&quot;Ask The Architect&quot;&gt;website&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt; &lt;/div&gt; &lt;div style=&quot;padding:10px 0pt;&quot;&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/04/08/Deploying+XenDesktop+without+a+SAN&quot;&gt;View Online&lt;/a&gt; | &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://community.citrix.com/display/ocb/2010/04/08/Deploying+XenDesktop+without+a+SAN?showComments=true&amp;amp;showCommentArea=true#addcomment&quot;&gt;Add Comment&lt;/a&gt; &lt;/div&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/c6f9ef950725c5e2</guid>
         <pubDate>Fri, 09 Apr 2010 05:14:05 -0700</pubDate>
      </item>
      <item>
         <title>Testing high-availability software options from vendors</title>
         <link>http://feedproxy.google.com/~r/SearchservervirtualizationServerVirtualizationTechnicalTipsAndExpertAdvice/~3/2UABTs8g-2M/0,289483,sid94_gci1380338,00.html</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Good overview of what to test to see what your hypervisor can do. But that is only the start. If you have HA for your hypervisor, what about the rest of the environment? Any type of GSLB, redundancy, HA options. Especially important with virtual desktops.&lt;/blockquote&gt;
Evaluate failover capabilities, service-level requirements and shared storage before choosing high-availability software to create a high-availability architecture.
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feedads.g.doubleclick.net/%7Eat/Y-KWdNhymTWZSiHNpAw_rE9M7kk/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/%7Eat/Y-KWdNhymTWZSiHNpAw_rE9M7kk/0/di&quot; ismap border=&quot;0&quot;&gt;&lt;/a&gt;&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feedads.g.doubleclick.net/%7Eat/Y-KWdNhymTWZSiHNpAw_rE9M7kk/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/%7Eat/Y-KWdNhymTWZSiHNpAw_rE9M7kk/1/di&quot; ismap border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/%7Er/SearchservervirtualizationServerVirtualizationTechnicalTipsAndExpertAdvice/%7E4/2UABTs8g-2M&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/bda15b8d9a90c4ca</guid>
         <pubDate>Thu, 08 Apr 2010 06:58:49 -0700</pubDate>
      </item>
      <item>
         <title>Keeping IT turf wars at bay with VDI</title>
         <link>http://feedproxy.google.com/~r/1180/~3/Nhffv4VfRgM/0,289142,sid194_gci1508125,00.html</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Good article. Many people forget about the politics that virtual desktops will bring. I recently talked about politics and dog food in the following blog: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://virtualfeller.wordpress.com/2010/04/06/desktop-virtualization-the-right-way-politics-and-puppy-chow/&quot;&gt;http://virtualfeller.wordpress.com/2010/04/06/desktop-virtualization-t he-right-way-politics-and-puppy-chow/&lt;/a&gt;&lt;/blockquote&gt;
Desktop virtualization projects require changes in job functions and collaboration between teams. Frankly, that just freaks out some people.&lt;p&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/%7Er/1180/%7E4/Nhffv4VfRgM&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/466cf84d2746ebad</guid>
         <pubDate>Wed, 07 Apr 2010 05:20:53 -0700</pubDate>
      </item>
      <item>
         <title>Revving Up Desktop Virtualization</title>
         <link>http://www.itbusinessedge.com/cm/blogs/cole/revving-up-desktop-virtualization/?cs=40407</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Good discussion on one challenge of desktop virtualization.&lt;/blockquote&gt;
Amid all the hype over desktop virtualization, there is one simple fact that tends to be overlooked: Virtualizing a desktop is a lot more complicated than virtualizing a server. In the server farm, a single device gets virtualized and, for the most</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/f9373be25dda2697</guid>
         <pubDate>Wed, 31 Mar 2010 06:59:24 -0700</pubDate>
      </item>
      <item>
         <title>Enterprise desktop virtualization design and testing best practices</title>
         <link>http://feedproxy.google.com/~r/SearchCIOITNewsAndAnalysisForCIOs/~3/wNS0RCFaBtI/0,289483,sid182_gci1506676,00.html</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Excellent post. Many of the things identified are crucial towards doing desktop virtualization the right way. I've been discussing many of the same topics in the blog.&lt;/blockquote&gt;
Getting the design and user-testing stage right is critical to developing an enterprise desktop virtualization strategy.&lt;p&gt;&lt;/p&gt;&lt;img src=&quot;http://feeds.feedburner.com/%7Er/SearchCIOITNewsAndAnalysisForCIOs/%7E4/wNS0RCFaBtI&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/180751c6c698edef</guid>
         <pubDate>Tue, 30 Mar 2010 12:58:06 -0700</pubDate>
      </item>
      <item>
         <title>the sleeping giant awakes - more on Microsoft's desktop virtualization announcement</title>
         <link>http://dcsblog.burtongroup.com/data_center_strategies/2010/03/the-sleeping-giant-awakes-more-on-microsofts-desktop-virtualization-announcement-.html</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
These are some major news items which helps offset the costs of VDI, which is holding many people back.&lt;/blockquote&gt;
&lt;div&gt;&lt;span style=&quot;line-height:normal;font-size:medium;&quot;&gt; &lt;p style=&quot;padding-bottom:7px;background-color:#ffffff;padding-left:7px;padding-right:7px;padding-top:7px;&quot;&gt;&lt;span style=&quot;line-height:20px;font-family:Calibri;font-size:medium;&quot;&gt;Yesterday's other big news was that Microsoft’s investment in Calista is finally paying off.&lt;span&gt; &lt;/span&gt;Windows Server 2008 R2 SP 1 will see the introduction of Calista technologies. Now renamed RemoteFX, Microsoft has taken Calista and remade it as both a new graphics engine to power RDP and a major incentive for customers to look to Hyper-V for as the foundation for any future desktop virtualization project. &lt;/span&gt;&lt;/p&gt; &lt;p style=&quot;padding-bottom:7px;background-color:#ffffff;padding-left:7px;padding-right:7px;font-size:small;padding-top:7px;&quot;&gt;&lt;span style=&quot;line-height:normal;font-size:medium;&quot;&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt;&lt;/p&gt;&lt;/span&gt; &lt;p style=&quot;margin:0in 0in 10pt;&quot;&gt;&lt;font size=&quot;3&quot;&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;The key to understanding RemoteFX is to know that it is being implemented as a graphical extension to RDP that provides host based rendering of 2D/3D graphics and not a complete new rip and replace protocol. The RemoteFX codec will be delivered in three different implementations; a software only engine, a GPU/CPU-based encoder that can share off-the-shelf GPUs between multiple VMs, and a custom hardware encoder (much like that employed by Teradici) that can be implemented either on a plug-in mezzanine board or placed direct on the server motherboard. &lt;span&gt; &lt;/span&gt;This was very much in-line with expectations, what caught quite a few people by surprise was the announcement that RemoteFX would only be available on a Hyper-V based virtualization stack. By burying RemoteFX within Hyper-V Microsoft have shutout VMware but at the same time have left the door open to all Hyper-V ready desktop virtualization vendors making a very effective double-edged sword to use against VMware. Also of note is that Microsoft and Citrix are reaffirming their partnership by announcing an agreement to work together to integrate RemoteFX with HDX in Citrix XenDesktop (and I presume XenApp as well).&lt;span&gt; &lt;/span&gt;This will extend the capabilities of the Microsoft RemoteFX platform out to the broader range of endpoints that Citrix supports.&lt;span&gt; &lt;/span&gt;A RemoteFX ready XenDesktop release is expected to be released to production within six months of the release of Windows Server 2008 R2 SP1. What was missing here was any kind of announcement about integrating RemoteFX with XenServer.&lt;span&gt; &lt;/span&gt;This leaves me wondering was this a marketing decision not to share this until Synergy in May, or part of a bigger decision by either Microsoft (possible) or Citrix (unlikely) not to head down that road. &lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style=&quot;margin:0in 0in 10pt;&quot;&gt;&lt;font size=&quot;3&quot;&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;Update&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style=&quot;margin:0in 0in 10pt;&quot;&gt;&lt;font size=&quot;3&quot;&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;3&quot;&gt; &lt;blockquote&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;One point that was not clear to me to start with is the role that Quest continue to play here. While Quest was not mentioned during Thursday's webinar, Quest continues to work closely with Microsoft and is likely to release a RemoteFX ready version of it's own RDP implementation shortly after Windows Server 2008 R2 SP1 is released. Given both Quest's track record of support for Hyper-V and greater agility afforded by a smaller number of client platforms (and possibly a simpler integration path, although I admin I don't know the details here) Quest could well have a RemoteFX ready version of vWorkspace out in advance of Citrix.&lt;/span&gt;&lt;/blockquote&gt;&lt;/font&gt; &lt;p&gt;&lt;/p&gt; &lt;p style=&quot;margin:0in 0in 10pt;&quot;&gt;&lt;font size=&quot;3&quot;&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;The other big step forwards is that Windows 7 XP mode and MED-V no longer require hardware virtualization technology.&lt;span&gt; &lt;/span&gt;This is clearly big news from a technical perspective but I’m not sure that it will make a huge difference to adoption.&lt;span&gt; &lt;/span&gt;I can’t say that I’ve had many people tell me they are looking at MED-V and XP mode is nearer to being a last desperate grasp than it is to being a tactical solution so I can’t see many people willing to invest the time and effort of implementation unless they are in deep trouble. Having said that though, I've been in enough tight spots to know that this kind of change can be a lifeline for some people.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style=&quot;margin:0in 0in 10pt;&quot;&gt;&lt;font size=&quot;3&quot;&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;Finally Citrix and Microsoft have joined together to respond to VMware’s New Year marketing initiative that offered potential customers the opportunity to exchange XenApp licenses for View, by announcing a counter offer to “rescue” failed View implementations.&lt;span&gt; &lt;/span&gt;Whether you consider this a desperate act to gain attention, as some would have it, or an aggressive move to gain market share depends very much on how you view VMware's current market dominance. Personally, I welcome the move as it reduces the cost of implementing desktop virtualization while driving innovation at all levels.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;/div&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/a9c1de0fe2517a95</guid>
         <pubDate>Mon, 22 Mar 2010 05:41:37 -0700</pubDate>
      </item>
      <item>
         <title>How To: Setup a streamed virtual desktop image</title>
         <link>http://www.citrix.com/tv/videos/1905</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1905&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-3.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1905&quot;&gt;How To: Setup a streamed virtual desktop image&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Dave asks how to setup XenDesktop to deliver local streamed desktops instead of hosted VM-based VDI desktops. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;656&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;04:50&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1905</guid>
         <pubDate>Mon, 22 Mar 2010 05:59:27 -0700</pubDate>
      </item>
      <item>
         <title>The Next Gen Desktops Cloudy Future</title>
         <link>http://dcsblog.burtongroup.com/data_center_strategies/2010/03/the-next-gen-desktops-cloudy-future.html</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Application delivery is critical for any type of desktop solution. I've discussed this numerous times (&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://danielfeller.ulitzer.com/node/1264947&quot;&gt;http://danielfeller.ulitzer.com/node/1264947&lt;/a&gt;) as many people believe that desktop virtualization means application virtualization isn't a requirement. But, if you want to do it effectively, you have to get control of the nightmarish application portfolio.&lt;/blockquote&gt;
&lt;div&gt; &lt;p&gt;Over the past few years, I have talked with several dozen Burton Group clients who are struggling with defining their next generation desktop and application delivery architecture. They often like the idea of the server-hosted virtual desktop, but not the cost. In addition, many of our clients are increasingly looking at cloud-based application delivery frameworks such as software-as-a-service (SaaS) and platform-as-a-service (PaaS). For example, several of our clients use the Salesforce.com customer relationship manager (CRM) SaaS-based application. The result- users get a rich application assessable from anywhere with a web browser, and IT sees a low total cost of ownership (TCO) for the CRM application. Other Burton Group clients have evaluated Microsoft Exchange via SaaS services, while others are keeping an eye on PaaS offerings such as Microsoft Azure. &lt;/p&gt; &lt;p&gt;Besides SaaS and PaaS, infrastructure-as-a-service (IaaS) is increasingly growing in popularity. One of the most common ways to deliver IaaS is by leveraging hardware-infrastructure-as-a-service (HIaaS) platforms (e.g., VMware vCloud, Amazon EC2, or Citrix Cloud Center). For the majority of our clients, their initial entry into HIaaS has started by building private clouds to host applications in virtual machines. HIaaS as a backend for desktop-as-a-service (DaaS) is on the radar of many of our clients. For several, 2010 plans include virtual desktop pilot projects, and small deployments by the fall. Note that while I’m being relatively light on the definitions, you can read Burton Group’s detailed perspective on cloud in the following free report “&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.burtongroup.com/Guest/Cloud/CloudComputingOverview.aspx&quot;&gt;Cloud Computing: Transforming IT&lt;/a&gt;.” &lt;/p&gt; &lt;p&gt;If you’re wondering “What’s the point?” here it is. Application delivery does not have to begin and end at the virtual desktop, and in many cases will not. SaaS and PaaS services will increasingly play a role in delivering applications to end users. Presentation virtualization technologies such as Citrix’s XenApp will do so as well. XenApp as the delivery mechanism for internal SaaS, combined with the Citrix Receiver, for example, provides the framework to publish Windows applications to a variety of endpoints (e.g., notebook, netbook, iPhone, iPad, thin or zero client, and thick client). So in the end we’re winding up with several layers of application services that need to be seamlessly delivered to the end user. This means that security policy enforcement and identity management, for example, will need to traverse each service layer. For most organizations today, leveraging SaaS applications requires users to maintain a separate login for each provider. Identity federation in support of single sign-on access to cloud services will be a key enabler in the delivery of converged cloud services. Others (e.g., Microsoft and Novell) have tried and failed in the past, but this time the stakes are different. Strong interest in cloud services provides the use case waiting for a solution. &lt;/p&gt; &lt;p&gt;If we take the delivery of converged cloud services to the client endpoint, we get to what should be a divide between two user experience domains: personal space and work space. The endpoint device may include a client hypervisor to securely separate both personal space and work space, as shown below.&lt;/p&gt; &lt;p&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://dcsblog.burtongroup.com/.a/6a00d83514402453ef0120a8ee0ae4970b-pi&quot;&gt;&lt;img style=&quot;border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;&quot; title=&quot;image&quot; border=&quot;0&quot; alt=&quot;image&quot; src=&quot;http://dcsblog.burtongroup.com/.a/6a00d83514402453ef0120a8ee0afe970b-pi&quot; width=&quot;346&quot; height=&quot;334&quot;&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Granted, what I’m talking about here isn’t revolutionary. Many vendor examples relating to a bring-your-own-device delivery model highlight the need to separate personal space and work space, but they fall short in their inclusion of other relevant cloud application delivery services. In fact, I &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.chriswolf.com/?p=212&quot;&gt;blogged&lt;/a&gt; about this approach a year ago. Independent analyst Brian Madden went a step further and &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.brianmadden.com/blogs/brianmadden/archive/2010/02/12/prediction-90-of-the-future-quot-vdi-quot-will-be-client-based.aspx&quot;&gt;predicted&lt;/a&gt; that 90% of virtual desktops will run on client endpoints. &lt;/p&gt; &lt;p&gt;To summarize, we need to keep the focus of application delivery on the application. If a call center’s application delivery requirements is best suited by a low-end device that uses a web browser to present applications to users via SaaS, then so be be it. If the application delivery requirements warrant a server-hosted virtual desktop, then that’s OK too. Still, in my opinion, IT’s future is about managing each user’s work space, and we should be looking at technologies that simplify delivery and presentation of converged cloud services. The winning vendor, and the one that drives a user’s work and/or personal space, is the one that nails the presentation of converged cloud delivery. I’m not sure who the winner will be, but I know that the winner won’t be the vendor going after this problem with a narrow view of the typical enterprise’s application delivery requirements. What do you think? We will be talking about these topics at &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.catalyst.burtongroup.com/EU10/?cmpid=bgblog&quot;&gt;Catalyst Europe&lt;/a&gt; in Prague next month, and I hope to see you there. &lt;/p&gt;&lt;/div&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/9144d6aa9c1b63d7</guid>
         <pubDate>Tue, 09 Mar 2010 05:28:31 -0800</pubDate>
      </item>
      <item>
         <title>How to: Estimate IOPS for a Virtual Desktop</title>
         <link>http://www.citrix.com/tv/videos/1776</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1776&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-6.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1776&quot;&gt;How to: Estimate IOPS for a Virtual Desktop&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Doug asks how to estimate IOPS requirements for a virtual desktop user. Is 30 the right number or is it too high/too low?&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;1294&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;0&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;05:04&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1776</guid>
         <pubDate>Tue, 23 Feb 2010 05:37:16 -0800</pubDate>
      </item>
      <item>
         <title>How to: Determine appropriate RAID for Virtual Desktops</title>
         <link>http://www.citrix.com/tv/videos/1737</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1737&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1737&quot;&gt;How to: Determine appropriate RAID for Virtual Desktops&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Steve asks about best practices with regards to RAID configuration and Provisioning services. Which is the best RAID configuration to use and why. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;636&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;5&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;05:48&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1737</guid>
         <pubDate>Thu, 18 Feb 2010 14:11:39 -0800</pubDate>
      </item>
      <item>
         <title>How to: Determine the Scalability of Your XenDesktop Farm</title>
         <link>http://www.citrix.com/tv/videos/1727</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1727&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-10.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1727&quot;&gt;How to: Determine the Scalability of Your XenDesktop Farm&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Cole asks what criteria should be monitored to determine when the different XenDesktop components reached their threshold. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;343&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;5&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;04:39&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1727</guid>
         <pubDate>Wed, 17 Feb 2010 11:27:45 -0800</pubDate>
      </item>
      <item>
         <title>How to: Integrate App-V with XenDesktop</title>
         <link>http://www.citrix.com/tv/videos/1724</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1724&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-9.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1724&quot;&gt;How to: Integrate App-V with XenDesktop&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;I recently received a question regarding the integration of Microsoft App-V with a hosted-VM based VDI desktop within a XenDesktop infrastructure. App-V, just like XenApp Streaming, creates an application profile where portions of the profile are delivered to the endpoint as needed. The challenge is with this particular set of applications, they undergo frequent updates (daily). Integrating the application layer requires:
1. A configuration that keeps the cache intact across reboots (as this will speed up the application delivery aspect) 2. A configuration that allows for seamless updates without requiring reboots or virtual desktop image updates Because the virtual desktop is delivered from a single Provisioning services image, a persistent disk should be allocated for each VM as explained in the following Ask the Architecture Q &amp; A video. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;1385&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;4&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;03:46&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1724</guid>
         <pubDate>Tue, 16 Feb 2010 14:32:36 -0800</pubDate>
      </item>
      <item>
         <title>The Do's and Don'ts of SSD Implementation</title>
         <link>http://www.itbusinessedge.com/cm/blogs/cole/the-dos-and-donts-of-ssd-implementation/?cs=39131</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
I know many people are asking about SSD in regards to desktop virtualization. When talking 1,000-10,000+ users, there is a need for greater IOPS so many are looking at SSDs as the answer. And because many of the writes are small in size, the fit makes sense. But because of the cost and the newer technology, most are reluctant to move forward in massive amounts.&lt;/blockquote&gt;
Advances in enterprise-class solid-state disk technology are coming so fast that the question of whether to deploy SSDs in the data center is quickly being replaced by when to deploy, and how. While the storage industry at large continues to generate</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/e6c36add6e2387ed</guid>
         <pubDate>Fri, 05 Feb 2010 06:17:00 -0800</pubDate>
      </item>
      <item>
         <title>The main issue with *VDI*? Windows. @ WTSLabs CEO's Corner</title>
         <link>http://99.246.113.36/wtslabs/blog/?p=125</link>
         <description>&lt;blockquote&gt;Shared by Daniel &lt;br&gt;
Interesting read. I don’t think VDI-only is the way to go. I’ve stated this many times. I don’t think XA is the only way to go either. There are niches for every user and use case. Some of us require the mobile device, while others need a completely locked down device because they are the task worker/data entry person who just does things over and over again. The question you have to figure out is if a desktop virtualization solution is going to buy you anything? Will it be easier to manager, update, patch, support, etc? If your analysis is no, then time to move on and figure out another way to fix the nightmare that is the desktop environment.&lt;/blockquote&gt;
As the &lt;b&gt;VDI&lt;/b&gt; debate continues, now heated up thanks to the iPad (piece of crap IMHO, subject to another post), I decided to write this post that has been sitting here, waiting for me for at least 6 weeks. It goes to the heart of &lt;b&gt;VDI&lt;/b&gt;: ...</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/2aca5c766463e6e8</guid>
         <pubDate>Tue, 02 Feb 2010 13:41:45 -0800</pubDate>
      </item>
      <item>
         <title>How To: Allocate Virtual Desktops to Specific Hypervisors</title>
         <link>http://www.citrix.com/tv/videos/1488</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1488&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-2.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1488&quot;&gt;How To: Allocate Virtual Desktops to Specific Hypervisors&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Gregg asks how he can have a certain group of virtual desktops always startup on a certain set of hypervisors and another set to always startup on another set. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;361&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;4&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;04:15&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1488</guid>
         <pubDate>Fri, 04 Dec 2009 11:03:24 -0800</pubDate>
      </item>
      <item>
         <title>How To: Design a Distributed Provisioning Service environment</title>
         <link>http://www.citrix.com/tv/videos/1423</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1423&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-5.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1423&quot;&gt;How To: Design a Distributed Provisioning Service environment&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Paul asks how he can design a Provisioning Services environment across 1600 sites that must be available in the event of a WAN failure. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;560&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;4&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;05:56&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1423</guid>
         <pubDate>Mon, 09 Nov 2009 05:20:10 -0800</pubDate>
      </item>
      <item>
         <title>How to: Design XenDesktop for the Small Business</title>
         <link>http://www.citrix.com/tv/videos/1404</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1404&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-8.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1404&quot;&gt;How to: Design XenDesktop for the Small Business&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Jamie D. asks how he can use XenDesktop for two small branch office consisting of 5 users each. Find out in this edition of Ask the Architect&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;2901&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;0&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;06:29&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1404</guid>
         <pubDate>Thu, 05 Nov 2009 13:33:25 -0800</pubDate>
      </item>
      <item>
         <title>How to: Align a XenDesktop POD with Domains</title>
         <link>http://www.citrix.com/tv/videos/1396</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1396&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1396&quot;&gt;How to: Align a XenDesktop POD with Domains&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Based on a previous AtA response, Ruud B asks how he should align the domain/forest structure with the POD concept. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;170&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;4&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;06:48&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1396</guid>
         <pubDate>Thu, 05 Nov 2009 05:34:01 -0800</pubDate>
      </item>
      <item>
         <title>How to: Integrated apps into virtual desktop</title>
         <link>http://www.citrix.com/tv/videos/1306</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1306&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-9.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1306&quot;&gt;How to: Integrated apps into virtual desktop&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Cole M asks for an idea on how to determine where applications should be executed and delivered into a virtual desktop. This Ask the Architect video answers this question by focusing on the application in question. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;795&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;4&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;07:37&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1306</guid>
         <pubDate>Thu, 15 Oct 2009 06:32:39 -0700</pubDate>
      </item>
      <item>
         <title>How to: Use XenDesktop in multi-tenancy models</title>
         <link>http://www.citrix.com/tv/videos/1216</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1216&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://brightcove.vo.llnwd.net/d3/unsecured/media/1485836774/1485836774_43777812001_asset-1254835955653.jpg?pubId=1485836774&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1216&quot;&gt;How to: Use XenDesktop in multi-tenancy models&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;In this Ask the Architect video, the question is multi tenancy. Is it possible? Yes. How? It depends on what level of multi tenancy you desire. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;345&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;5&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;04:51&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1216</guid>
         <pubDate>Tue, 29 Sep 2009 14:56:24 -0700</pubDate>
      </item>
      <item>
         <title>How to: Use virtual desktops for acquisitions</title>
         <link>http://www.citrix.com/tv/videos/1148</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1148&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-5.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1148&quot;&gt;How to: Use virtual desktops for acquisitions&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;In the next Ask the Architect, Max asked how best to setup XenDesktop with regards to a recent acquisition. He needs to get the acquired company using their software without requiring an extensive rebuild of the companies desktops. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;217&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;4&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;04:33&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1148</guid>
         <pubDate>Fri, 25 Sep 2009 12:42:04 -0700</pubDate>
      </item>
      <item>
         <title>How to: Simplify the XenDesktop design</title>
         <link>http://www.citrix.com/tv/videos/1063</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1063&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://brightcove.vo.llnwd.net/d7/unsecured/media/1485836774/1485836774_40901320001_asset-1253291310820.jpg?pubId=1485836774&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1063&quot;&gt;How to: Simplify the XenDesktop design&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;This Ask the Architect episode focuses on simplifying the design for XenDesktop deployments with Pods. Each Pod is self-contained and can be bolted together to create a scalable architecture into the 10s of thousands of users. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;1385&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;5&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;04:18&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1063</guid>
         <pubDate>Thu, 10 Sep 2009 21:00:00 -0700</pubDate>
      </item>
      <item>
         <title>How to: Integrate Anti-Virus into virtual desktop</title>
         <link>http://www.citrix.com/tv/videos/1001</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1001&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-10.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1001&quot;&gt;How to: Integrate Anti-Virus into virtual desktop&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Using anti-virus with a standard vDisk image often brings about questions regarding maintaining the definition file. This video explains the recommended approach towards anti-virus integration. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;723&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;5&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;03:30&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1001</guid>
         <pubDate>Sun, 23 Aug 2009 21:00:00 -0700</pubDate>
      </item>
      <item>
         <title>How to: Storage allocation options</title>
         <link>http://www.citrix.com/tv/videos/1004</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1004&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://brightcove.vo.llnwd.net/d4/unsecured/media/1485836774/1485836774_35231447001_asset-1251210911315.jpg?pubId=1485836774&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/1004&quot;&gt;How to: Storage allocation options&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Question focused on why and how a large storage solution should be carved up into multiple LUNs. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;475&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;5&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;03:32&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/1004</guid>
         <pubDate>Sun, 23 Aug 2009 21:00:00 -0700</pubDate>
      </item>
      <item>
         <title>How to: Provision Desktops to Remote Offices</title>
         <link>http://www.citrix.com/tv/videos/882</link>
         <description>&lt;div style=&quot;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;140&quot; valign=&quot;top&quot; rowspan=&quot;2&quot;&gt;&lt;div style=&quot;border:1px solid #999999;margin:0px 10px 5px 0px;&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/882&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.citrix.com/tv/i/default-thumbnail-3.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;256&quot; valign=&quot;top&quot;&gt;&lt;div style=&quot;font-size:12px;font-weight:bold;&quot;&gt;&lt;a rel=&quot;nofollow&quot; style=&quot;font-size:15px;font-weight:bold;&quot; target=&quot;_blank&quot; href=&quot;http://www.citrix.com/tv/#videos/882&quot;&gt;How to: Provision Desktops to Remote Offices &lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;margin:3px 0px;&quot;&gt;&lt;span&gt;Question focuses on whether a remote Provisioning Services server is required for high-speed WANs. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px;&quot; width=&quot;146&quot; valign=&quot;top&quot;&gt;&lt;div&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Views:&lt;/span&gt;664&lt;/div&gt;&lt;div style=&quot;font-size:11px;&quot;&gt;5&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt; out of 5 rating&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;color:#666666;font-size:11px;&quot;&gt;Length:&lt;/span&gt;&lt;span style=&quot;color:#000000;font-size:11px;font-weight:bold;&quot;&gt;03:20&lt;/span&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;padding-left:20px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description>
         <guid isPermaLink="false">http://www.citrix.com/tv/videos/882</guid>
         <pubDate>Tue, 04 Aug 2009 21:00:00 -0700</pubDate>
      </item>
   </channel>
</rss>
<!-- fe1.pipes.sp1.yahoo.com uncompressed/chunked Sat Jul 31 20:15:44 PDT 2010 -->
