<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WorkGroup Citrix Solutions Centre Blog</title>
	<atom:link href="http://www.wgcsc.co.za/blog/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.wgcsc.co.za/blog</link>
	<description>We find it so you dont have to!</description>
	<lastBuildDate>Mon, 12 Apr 2010 11:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Removing a dead host from a XenServer Pool</title>
		<link>http://www.wgcsc.co.za/blog/?p=205</link>
		<comments>http://www.wgcsc.co.za/blog/?p=205#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:39:42 +0000</pubDate>
		<dc:creator>SylvesterP</dc:creator>
				<category><![CDATA[Citrix XenServer]]></category>

		<guid isPermaLink="false">http://www.wgcsc.co.za/blog/?p=205</guid>
		<description><![CDATA[There are 2 steps to remove a dead host from a pool:
1. Making sure that the Vm&#8217;s that were running on that dead host are not in a running state.
2. Then Forget the host from the Pool.
First list the &#8220;running&#8221; user VMs.
root@localhost ~# xe vm-list resident-on=&#60;host  uuid&#62; is-control-domain=false
uuid ( RO)     [...]]]></description>
			<content:encoded><![CDATA[<p>There are 2 steps to remove a dead host from a pool:</p>
<p>1. Making sure that the Vm&#8217;s that were running on that dead host are not in a running state.</p>
<div>2. Then Forget the host from the Pool.</p>
<p>First list the &#8220;running&#8221; user VMs.</p>
<p>root@localhost ~# xe vm-list resident-on=&lt;host  uuid&gt; is-control-domain=false<br />
uuid ( RO)           : xxxxxxxx-xxxxxxx-xxxxxxxxx-xxxxxx<br />
name-label ( RW): onslave<br />
power-state ( RO): running</p></div>
<p>**&#8221;is-control-domain=false&#8221;= ignore &#8220;Control domains&#8221;**</p>
<div>You need to make sure the VM not in a running state .</p>
<p>root@localhost ~# xe vm-reset-powerstate  uuid=xxxxxxxx-xxxxxxx-xxxxxxxxx-xxxxxx &#8211;force</p>
<p>Now forget the dead host.</p>
<p>root@localhost ~# xe host-forget  uuid=&lt;host uuid&gt;  &#8211;force</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wgcsc.co.za/blog/?feed=rss2&amp;p=205</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printers do not Appear in User&#8217;s Sessions if using a Session Printer Policy in XenApp running in Windows 2008</title>
		<link>http://www.wgcsc.co.za/blog/?p=194</link>
		<comments>http://www.wgcsc.co.za/blog/?p=194#comments</comments>
		<pubDate>Fri, 12 Mar 2010 04:12:25 +0000</pubDate>
		<dc:creator>SylvesterP</dc:creator>
				<category><![CDATA[Citrix XenApp]]></category>

		<guid isPermaLink="false">http://www.wgcsc.co.za/blog/?p=194</guid>
		<description><![CDATA[Document ID:  			 		 CTX121380



// 
		productFamilyKey = productFamilyKey3.replace("/","--") + "/";
		topics = topics3.replace("/","--") + "/";
// ]]&#62;  
Symptoms
Auto-created,  auto-connected, and session printers fail to appear for users when  connecting to a seamless published application on XenApp 5.0 running in a  Windows 2008 server when a session printer policy is in effect.
Cause
In contrast [...]]]></description>
			<content:encoded><![CDATA[<div><span>Document ID:  			 		 <strong>CTX121380</strong></span><!--<br />
--></div>
<div id="ctxkcprodrelated">
<h3><a href="http://support.citrix.com/article/CTX121380#prodrelated"></a></h3>
</div>
<p><script type="text/javascript">// <![CDATA[
		productFamilyKey3 = "xa";
		topics3 = "Printing";</p>
<p>		productFamilyKey = productFamilyKey3.replace("/","--") + "/";
		topics = topics3.replace("/","--") + "/";
// ]]&gt;</script> <a name="TopOfPage"> </a></p>
<p><span><strong>Symptoms</strong></span></p>
<p><span>Auto-created,  auto-connected, and session printers fail to appear for users when  connecting to a seamless published application on XenApp 5.0 running in a  Windows 2008 server when a session printer policy is in effect.</span></p>
<p><span><strong>Cause</strong></span></p>
<p><span>In contrast  to Windows 2003, Windows 2008 by default prompts non-administrators  before installing a driver. This prompt does not appear in the seamless  sessions therefore users cannot interact and do not see their printers  as desired.</span></p>
<p><span><img src="http://support.citrix.com/article/html/images/CTX121380-1.gif" border="0" alt="" height="155" /></span></p>
<p><span>While this is triggered by  the Session Printer policy, it affects the auto-creation process because  it is waiting for this phase to complete.</span></p>
<p><span><strong>Resolution</strong></span></p>
<p><span>Ensure  the Point and Print Restrictions policy on the server is properly set.  There are a few ways of accomplishing this which are thoroughly covered  by Microsoft&#8217;s <span style="text-decoration: underline;"><a href="http://technet.microsoft.com/en-us/library/cc753109%28WS.10%29.aspx" target="_top">Print Management Step-by-Step Guide</a></span>.</span></p>
<p><span>Here  is one of the simpler ways of setting this policy:</span></p>
<p><span>1.  Run gpedit.msc;</span></p>
<p><span>2. Navigate to User Configuration,  Administrative Templates, Printers;</span></p>
<p><span><img src="http://support.citrix.com/article/html/images/CTX121380-2.gif" border="0" alt="" height="534" /></span></p>
<p><span>3. Edit the properties for  Point and Print Restrictions:</span></p>
<ul><span>a. Set Security  Prompts &gt; When installing drivers for a new connection to <strong>Do not  show warning or elevation prompt</strong>.</span></p>
<p><span>b. Set  Security Prompts &gt; When updating drivers for an existing connection  to <strong>Do not show warning or elevation prompt</strong>.</span></ul>
<p><span><img src="http://support.citrix.com/article/html/images/CTX121380-3.gif" border="0" alt="" height="448" /></span></p>
<p><span>4. Click <strong>OK</strong> to apply  these changes and test a connection as regular user, the printers should  now be present.</span></p>
<p><span><strong>More  Information</strong></span></p>
<p><span>This article does not take into  account the environment&#8217;s security requirements. It assumes the drivers  in use are compatible with Citrix and Terminal Services and that the  users should have the option to install printers drivers.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wgcsc.co.za/blog/?feed=rss2&amp;p=194</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common SSL Error Messages, and Respective Cause and Resolution</title>
		<link>http://www.wgcsc.co.za/blog/?p=190</link>
		<comments>http://www.wgcsc.co.za/blog/?p=190#comments</comments>
		<pubDate>Thu, 11 Mar 2010 08:44:44 +0000</pubDate>
		<dc:creator>SylvesterP</dc:creator>
				<category><![CDATA[Citrix Access Gateway]]></category>

		<guid isPermaLink="false">http://www.wgcsc.co.za/blog/?p=190</guid>
		<description><![CDATA[Summary
This  document contains some of the Secure Socket Layer (SSL) related error  messages that an Independent Computing Architecture (ICA) client might  return when attempting to connect to a MetaFrame server or published  application using SSL. Additionally, the document contains the  respective resolution for the error messages.
Refer  to CTX113309 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><span><strong>Summary</strong></span></p>
<p><span>This  document contains some of the Secure Socket Layer (SSL) related error  messages that an Independent Computing Architecture (ICA) client might  return when attempting to connect to a MetaFrame server or published  application using SSL. Additionally, the document contains the  respective resolution for the error messages.</span></p>
<p><span>Refer  to CTX113309 &#8211; <a href="http://support.citrix.com/article/CTX113309">Presentation  Server Client SSL Error Codes</a> for the various SSL error codes.</span></p>
<p><span><strong>Various SSL Related Error Messages and the  Resolution for the Same</strong></span></p>
<p><span>The following is the  list of some of the SSL-related error messages that an ICA client might  return when attempting to connect to a MetaFrame server or published  application using SSL:</span></p>
<ul>
<div>
<li><strong> Error Message</strong>: Troubleshooting SSL Error 4 with  Secure Gateway</li>
</div>
</ul>
<ul>
<div><strong>Resolution</strong>: Refer to  CTX105390 &#8211; <a href="http://support.citrix.com/article/CTX105390">Troubleshooting  SSL Error 4 with Secure Gateway</a>.</div>
</ul>
<ul>
<div>
<li><strong> Error Message</strong>: SSL security context is invalid or  expired (SSL 15).</li>
</div>
</ul>
<ul>
<div><strong>Resolution</strong>: Upgrade  the Win32 ICA client to version 6.30.1050 or later.</div>
</ul>
<ul>
<div>
<li><strong> Error Message</strong>: Cannot connect to the Citrix  MetaFrame server. There is no route from the Citrix SSL Relay to the  specified subnet address (SSL error 37).</li>
</div>
</ul>
<ul>
<div><strong>Resolution</strong>:  Refer to CTX103203 &#8211; <a href="http://support.citrix.com/article/CTX103203">Error: Cannot connect  to the Citrix MetaFrame server. There is no route from the Citrix SSL  Relay to the specified subnet address (SSL error 37).</a>.</div>
</ul>
<ul>
<div>
<li><strong> Error Message:</strong> SSL Error 37: The proxy could not  connect to ;10; (STA server);(sid) port 1494”</li>
</div>
<div>
<li><strong> </strong>This problems seems to occur only when the XenApp  server and ICA Client are using different DNS servers</li>
</div>
<div>
<li><strong> Resolution:</strong> Enabling <strong>XML Service DNS address  resolution</strong> allows a XenApp server to return the fully qualified  domain name (FQDN) to ICA Clients using the Citrix XML Service</li>
</div>
<div>
<li><strong> Error Message</strong>: The Citrix SSL Relay sent a close  alert (SSL Error 43)” or SSL Error 4.</li>
</div>
</ul>
<ul>
<div><strong>Resolution</strong>:  Refer to the following Knowledge Center article:</div>
</ul>
<ul>
<li>
<ul>
<div>
<li> CTX101685 &#8211; <a href="http://support.citrix.com/article/CTX101685">�The Citrix SSL Relay  sent a close alert (SSL Error 43)� or SSL Error 4</a></li>
</div>
<div>
<li> CTX116743 &#8211; <a href="http://support.citrix.com/article/CTX116743">Error: Cannot connect  to the Citrix Presentation Server. SSL Error 43</a></li>
</div>
</ul>
</li>
</ul>
<ul>
<div>
<li><strong> Error Message</strong>: The Remote SSL peer sent  a bad certificate alert. (SSL Error 49).</li>
</div>
</ul>
<ul>
<div><strong>Resolution</strong>:  Upgrade the Macintosh ICA client to version 6. 20.142.</div>
</ul>
<ul>
<div>
<li><strong> Error Message</strong>: The remote SSL peer sent an  unrecognized alert (SSL Error 55)&#8230;.Error : 132</li>
</div>
</ul>
<ul>
<div><strong>Reason</strong>:  The SSL Error 55 is caused by an invalid certificate or a missing root  certificate.</div>
<div><strong>Resolution</strong>: Install an appropriate  certificate.</div>
</ul>
<ul>
<div>
<li><strong> Error Message</strong>: Security alert: The name on the  security certificate does not match the name of the server (SSL error  59).</li>
</div>
</ul>
<ul>
<div><strong>Reason</strong>:<strong> </strong>The ICA Client is  attempting to connect to the server using its NetBIOS name, IP address,  or a fully-qualified domain name (FQDN) that does not match the subject  of the server&#8217;s certificate. To connect successfully, the ICA Client  must connect using the DNS name of the server exactly as it appears on  the server certificate.</div>
<div><strong>Resolution</strong>: In the NFuse  scenarios, you must set AddressResolutionType=dns or dns-port in  nfuse.conf and enable DNS name resolution on the farm properties panel  in the Citrix Management Console. Refer to the following documents for  more information about DNS name resolution:</div>
</ul>
<ul>
<li>
<ul>
<div>
<li> Page 65 of the Administrator&#8217;s Guide for MetaFrame  XP with Feature Release 1.</li>
</div>
<div>
<li> CTX113264 &#8211; <a href="http://support.citrix.com/article/CTX113264">SSL Error 59: The  Security Certificate and the SSL Connection Does Not Match When  Reconnecting Applications Through Advanced Access Control</a></li>
</div>
<div>
<li> CTX113568 &#8211; <a href="http://support.citrix.com/article/CTX113568">Error: SSL error 59  &#8230; When Connecting to Web Interface and Secure Gateway Through  Presentation Server Client 10.0</a></li>
</div>
<div>
<li> CTX116526 &#8211; [Document Not Found]</li>
</div>
<div>
<li> CTX114315 &#8211; <a href="http://support.citrix.com/article/CTX114315">Case Study: When  Accessing a Secure Gateway Site Using the MAC Intel Client, Users  Receive an SSL 59 Error Message</a></li>
</div>
</ul>
</li>
</ul>
<ul>
<li>
<ul>
<div>
<li> The server certificate received is not trusted (SSL  error 61).</li>
</div>
<div>
<li> Cannot connect to the Citrix (XenApp or Presentation)  Server.</li>
</div>
</ul>
</li>
<div>
<li><strong> Error Message</strong>: Any of the following  error messages:</li>
</div>
</ul>
<ul>
<div>SSL Error 61: You have not chosen  to trust “Common”, the issuer of the server’s security certificate.</div>
<div><strong>Reasons</strong>: The following are the probable reasons for these  error messages:</div>
</ul>
<ul>
<li>
<ul>
<div>
<li> The required Certificate Authority (CA) Root  certificate is not installed on the client device.</li>
</div>
<div>
<li> If the server certificate was issued by an intermediate  certification authority, the Win32 ICA Client version 6.20.985 does not  connect using SSL. This is a client-side issue that affects the 32-bit  ICA Client Version 6.20.985 connecting through the Citrix SSL Relay  Service or Citrix Secure Gateway.</li>
</div>
<div>
<li> The validity of the server certificate presented also  relies on the client date and time. The SSL error 61 has is also  displayed if the client time is outside the validity period (date time  stamp) of the server certificate.</li>
</div>
<div>
<li> Administrator might have configure Citrix Secure Gateway  to have the client log in to the Web Interface site, which then  redirects the client to the Citrix Secure Gateway appliance after the  application has started. The Secure Gateway appliance proxies the  connection. If DNS is not correct, the client machine might be directed  or resolved to a site that it actually does not trust. When directly  accessing the Citrix Secure Gateway Server from the client machine, the  client displays the following security alert:</li>
</div>
</ul>
</li>
</ul>
<ul>
<div><img src="http://support.citrix.com/article/html/images/CTX711855-1.gif" border="1" alt="" height="308" /></div>
<div>If you display the certificate, it  indicates that it was not from the Citrix Secure gateway site.</div>
<div><strong>Resolutions</strong>:  The following are the probable resolutions for these error messages:</div>
</ul>
<ul>
<li>
<ul>
<div>
<li> Refer to CTX101990 &#8211; <a href="http://support.citrix.com/article/CTX101990">SSL Error 61 after  upgrading to ICA Client 7.0</a>.</li>
</div>
<div>
<li> If you are using a well-known public certification  authority, such as VeriSign, Baltimore, Thawte, or RSA, then the  required root certificate already exists on the client devices running a  recent copy of Windows. However, if you either are using your own  certificate server to generate server certificates or a trial  certificate from a CA, you need to install the CA Root certificate on  all client devices for them to connect. For more information about CA  Root certificates and the necessity of the same, refer to the white  paper CTX16830 &#8211; <a href="http://support.citrix.com/article/CTX16830">Using  the Citrix SSL Relay</a>.</li>
</div>
<div>
<li> If the issue related to the client-side affecting the  32-bit ICA Client Version 6.20.985 connecting through the Citrix SSL  Relay Service or Citrix Secure Gateway is resolved in versions 6.20.986  and later of the Win32 ICA Client. You can download the latest version  of the Win32 ICA client from the <a href="http://www.citrix.com/download/win-downloads.asp">Citrix</a> Web  site.</li>
</div>
<div>
<li> If the issue related to the client date and time being  invalid, then adjust the client time to reflect the current and date.</li>
</div>
<div>
<li> For the DNS resolution issue, ensure that the DNS is  properly configured between the client computer and the FQDN of the  Citrix Secure Gateway Server.</li>
</div>
</ul>
</li>
</ul>
<ul>
<div>
<li><strong> Error Message</strong>: The connection was  rejected. The SSL certificate is no longer valid. Please contact your  Citrix Administrator (SSL error 70).</li>
</div>
</ul>
<ul>
<div><strong>Reason</strong>:  The server certificate installed on the MetaFrame server is not yet  valid or has expired. A common problem observed when using Microsoft  Certificate Services to generate digital certificates in-house is that  the period of validity might not begin until the day after the  certificate is generated.</div>
<div><strong>Resolution</strong>: The SSL server  certificates typically have a fixed set of valid dates. The system clock  of the client devices as well as the server must be set to a time that  falls within that range for an SSL connection to succeed. To determine  the validity date of your server certificate, double-click the  certificate file and notice the <strong>Valid from</strong> and <strong>Valid to</strong> fields.</div>
</ul>
<ul>
<div>
<li><strong> Error Message</strong>: On the Macintosh computer, one or  more of the root certificates in the keystore are not valid (SSL error  73).</li>
</div>
</ul>
<ul>
<div><strong>Reason</strong>: The Macintosh root  certificate might to be in a CER format.</div>
<div><strong>Resolution</strong>:  The Macintosh certificates need to be in a DER format with the .crt  extension. If the root certificate is copied properly to the  keystore/cacerts folder and the user still gets this error when trying  to connect, then refer to CTX104638 &#8211; <a href="http://support.citrix.com/article/CTX104638">Error: One or more of  the certificates in the keystore directory are not trusted (SSL Error  73)</a> to resolve the issue.</div>
</ul>
<ul>
<div>
<li><strong> Error Message</strong>: SSL Error 82: The Security  certificate (TheNameOfYourCertificateAuthority) is not suitable for use  in SSL connections. Reason: Unsuitable Netscape Usage Extension field.</li>
</div>
</ul>
<ul>
<div><strong>Resolution</strong>: Refer to CTX113002 &#8211; <a href="http://support.citrix.com/article/CTX113002">SSL Error 82: The  Security certificate (TheNameOfYourCertificateAuthority) is not suitable  for use in SSL connections. Reason: Unsuitable Netscape Usage Extension  field.</a>.</div>
</ul>
<ul>
<div>
<li><strong> Error Message</strong>: Cannot connect to the Citrix  (XenApp or Presentation) Server. There in no Citrix SSL server  configured on the specified address.</li>
</div>
</ul>
<ul>
<div><strong>Resolution</strong>:  Refer to CTX115468 &#8211; <a href="http://support.citrix.com/article/CTX115468">Error: Cannot connect  to the Citrix Presentation Server.  There is no Citrix SSL server  configured on the specified address.</a>.</div>
</ul>
<ul>
<div>
<li><strong> Error Message</strong>: Cannot connect to the Citrix  (XenApp or Presentation) Server.</li>
</div>
</ul>
<ul>
<div>The Citrix  SSL Server you have selected is not accepting connections.</div>
<div><strong>Reason</strong>:  The Citrix server default port number might have been changed from 1494  to another port number.</div>
<div><strong>Resolutions</strong>: The following  are the probable solutions for this issue:</div>
</ul>
<ul>
<li>
<ul>
<div>
<li> Ensure that the ipv4-port address resolution is  configured on the NFuse server.</li>
</div>
<div>
<li> Refer to CTX104490 &#8211; <a href="http://support.citrix.com/article/CTX104490">Secure Gateway Does  Not Support the Session Reliability Feature in Relay Mode</a>.</li>
</div>
<div>
<li> Check and ensure that the wfclient.ini file has the  appropriate <strong>ProxyType=Auto</strong> setting.</li>
</div>
<div>
<li> Ensure that the STA UID listed in the Access Management  Console and Secure Gateway Configuration Wizard is valid. An in-place  upgrade of Presentation Server 4.0 to Presentation Server 4.5 or XenApp  5.0 modifies the UID value in the CTXSTA.config file. Reconfigure a  valid STA using the Secure Gateway Configuration Wizard and the Access  Management Console.</li>
</div>
</ul>
</li>
</ul>
<ul>
<div><strong>Note</strong>: For  Presentation Server 4.0 and later, append the :&lt;port number&gt; entry  for the XML Service port, which must match the STA port.</div>
</ul>
<ul>
<li>
<ul>
<div>
<li> Use other standard troubleshooting methods, such  as telnet, to ensure that the port 1494 is open between the Secure  Gateway or Access Gateway and the XenApp or Presentation servers.</li>
</div>
<div>
<li> Apply the <a href="http://support.citrix.com/article/CTX114059">Hotfix SGE300W008 &#8211;  For Citrix Secure Gateway 3.0 </a> Hotfix.</li>
</div>
</ul>
</li>
</ul>
<p><span><strong>More Information</strong></span></p>
<p><span>Refer  to CTX108361 &#8211; <a href="http://support.citrix.com/article/CTX108361">The  Access Suite Console for Advanced Access Control Shows Different STAs  Using the Same STA ID</a> for more information.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wgcsc.co.za/blog/?feed=rss2&amp;p=190</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Windows 7 for XenDesktop 4</title>
		<link>http://www.wgcsc.co.za/blog/?p=186</link>
		<comments>http://www.wgcsc.co.za/blog/?p=186#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:20:51 +0000</pubDate>
		<dc:creator>SylvesterP</dc:creator>
				<category><![CDATA[Citrix XenDesktop]]></category>

		<guid isPermaLink="false">http://www.wgcsc.co.za/blog/?p=186</guid>
		<description><![CDATA[Introduction
With the release of XenDesktop 4, Windows 7 is  now a supported operating system for XenDesktop. Since Microsoft  announced the end-of-life for Windows XP many institutions are  considering moving their user population to Windows 7. Since Microsoft  and Citrix work closely together, I was assigned to work at their  Enterprise [...]]]></description>
			<content:encoded><![CDATA[<h3><span style="color: #00549f;">Introduction</span></h3>
<p><span style="color: #35383d;">With the release of XenDesktop 4, Windows 7 is  now a supported operating system for XenDesktop. Since Microsoft  announced the end-of-life for Windows XP many institutions are  considering moving their user population to Windows 7. Since Microsoft  and Citrix work closely together, I was assigned to work at their  Enterprise Engineering Center on some preliminary scalability testing  XenDesktop 4 on Microsoft Hyper-V 2008 R2. Out of that joint operation,  came several recommendations around deploying Windows 7 with XenDesktop  which I wanted to get out to the field and disseminated as quickly as  possible.</span></p>
<p><span style="color: #35383d;">Microsoft has built Windows 7 as a  virtualization-aware operating systems and as such it is already  optimized for such an environment. However, my initial investigation has  yielded the following performance optimizations that can be further  applied to Windows 7 when deploying it via XenDesktop (XD) and/or  Provisioning Services (PVS). Of course, as in the original</span> <span style="color: #35383d;">[Windows XP Optimization  blog</span>|ocb:/2008/10/24/Windows XP Performance Optimizations for  XenDesktop and Provisioning Server vDisks|Windows XP performance  optimizations]<span>, none of the  optimizations below are required, but they can be used if you want to  streamline your Windows 7 desktop delivery. Used for this blog was  Windows 7 Enterprise Edition.</span></p>
<h3><a name="OptimizingWindows7forFlexCastDelivery-"></a><span style="color: #00549f;">Installing Windows 7</span></h3>
<p><span style="color: #35383d;">This may be obvious, but when creating the  virtual hard disk (VHD) to store the Windows 7 image, use the Windows 7</span> <span style="color: #35383d;"><strong>Diskpart</strong></span> <span style="color: #35383d;">utility,  not the Windows XP/2003 version. In other words, do not create the VHD  from a Windows Server 2003 host and then install Windows 7 on it. The  Windows XP/2003 version of</span> <span style="color: #35383d;"><strong>Diskpart</strong></span> <span style="color: #35383d;">places a disk signature to the beginning of the  disk and then starts the partition in the last few sectors, guaranteeing  that the file system blocks will be out of alignment with the  underlying storage system. I don&#8217;t want to spend a lot of time here on  disk alignment issues, but if you want to know more about disk  alignment, check out section 3.3 of the Virtuall (PQR) whitepaper on VDI  storage, available at</span> <span style="color: #35383d;"><a href="http://virtuall.eu/download-document/vdi-storage-deep-impact">http://virtuall.eu/download-document/vdi-storage-deep-impact</a></span><span style="color: #35383d;">.</span></p>
<p><span style="color: #35383d;">If Provisioning Services will be used, create  virtual machines with multiple network interface cards (NIC) in the  operating system image and on the underlying hypervisor hosts. Create  two networks, one without a gateway to manage the streaming data from  the provisioned server and one network that has a gateway for all other  traffic. If you are planning on using Windows 7 with Microsoft Hyper-V,  you will need two network cards – one will be the legacy network adapter  for the PXE booting with provisioning services and the other will be  the synthetic network adapter used for all other network traffic. The  dual NIC configuration will provide the best performance on Hyper-V,  since the synthetic NIC is optimized for a virtualized environment and  has a higher throughput than the legacy NIC required for PXE booting.  When the host is not Hyper-V, dual NICs will still allow the &#8220;disk  traffic&#8221; from PVS to be separated from the normal ICA and network  traffic of the workstation.</span></p>
<p><span style="color: #35383d;">Also, if using Provisioning Services, do not  join the Windows 7 image to the domain prior to creating the vDisk  image. Create the vDisk and then boot from the vDisk image in private  mode, join it to the domain. After the machine reboots from the domain  join, install the Virtual Desktop Agent, shut it down and switch the  vDisk to standard (read-only) mode and use that version of the vDisk for  XenDesktop. For more information on the process of creating a vDisk  image, see the Citrix Knowledge Base article CTX121028 –</span> <span style="color: #35383d;"><a href="http://support.citrix.com/article/CTX121028">http://support.citrix.com/article/CTX121028</a></span><span style="color: #35383d;">.</span></p>
<h3><a name="OptimizingWindows7forFlexCastDelivery-"></a><span style="color: #00549f;">Removable Windows 7 Features</span></h3>
<p><span style="color: #35383d;">Once you have installed Windows 7 into the VHD,  you will find many new features. Windows 7 with its media-rich focus  does install a couple of features that can be removed before taking an  image if the users will be accessing Windows 7 through XenDesktop. Here  are the features I saw installed with Windows 7 Enterprise that can most  likely be uninstalled in the XenDesktop environment.</span></p>
<ul>
<li><span style="color: #35383d;">Windows Media Center: XenDesktop users are  unlikely to be watching TV on their desktop.</span></li>
<li><span style="color: #35383d;">Windows DVD Maker: Most users will not be  creating DVDs through their XenDesktop.</span></li>
<li><span style="color: #35383d;">Tablet PC Components: Users of XenDesktop are  not likely to be using a tablet PC for connectivity.</span></li>
</ul>
<p><span style="color: #35383d;">Please note that if you are reviewing these  optimizations to use FlexCast technologies to deliver locally streamed  desktops, you may want to leave these features engaged, since users  could be doing any of those tasks listed above.</span></p>
<h3><a name="OptimizingWindows7forFlexCastDelivery-"></a><span style="color: #00549f;">Run the XenConvert Optimizer</span></h3>
<p><span style="color: #35383d;">The quickest way of optimizing Windows 7 is to  use the optimizer that comes with XenConvert. The XenConvert Optimizer  tool will automatically set the correct values on a Windows 7 operating  system for many of the items that I had included in the previous Windows  XP blog. The optimize button can be found on the following screen in  XenConvert:</span></p>
<div><img src="http://community.citrix.com/download/attachments/113247185/XenConvert.PNG" border="0" alt="" /></div>
<p><span style="color: #35383d;">Once you click the button, you are presented with a  box that allows you to deselect the optimizations that are not required  in your environment. Items that are labeled &#8220;Vista&#8221; work on &#8220;Windows 7&#8243;  as well. The screenshot below shows the optimizations available from  the tool:</span></p>
<div><img src="http://community.citrix.com/download/attachments/113247185/OptimizeTool.PNG" border="0" alt="" /></div>
<p><span style="color: #35383d;">Hint: The Optimizer can be manually executed  outside of XenConvert by running</span> <span style="color: #35383d;"><strong><em>C:\Program  Files\Citrix\Provisioning Services\TargetOSOptimizer.exe</em></strong></span><span style="color: #35383d;">.</span></p>
<p><span style="color: #35383d;">Unfortunately, the optimizations usually upset  the Windows Security system because it disables Windows Update. After  optimizing, the Action Center will now show a message with an error. To  stop the message, go to the Action Center and disable security messages  for Windows Update and any other services that you have other software  to support. For instance, in my environment I am using McAfee Security  for the other options, so I have stopped the warning messages from  appearing in Action Center.</span></p>
<div><img src="http://community.citrix.com/download/attachments/113247185/ActionCenter.PNG" border="0" alt="" /></div>
<h3><a name="OptimizingWindows7forFlexCastDelivery-"></a><span style="color: #00549f;">Settings for the Default User Profile</span></h3>
<p><span style="color: #35383d;">This section lists a few of the settings that  will improve the user experience but are set at the user profile level.  Keep in mind that creating a default user profile in Windows 7 is quite a  bit more complex than in previous versions of Windows. I have provided  guidance around how to modify the default user profile at the end of  this section, but you might want consider applying these changes through  Active Directory Group Policy.</span></p>
<p><span style="color: #35383d;"><strong><em>Force Offscreen Compositing for Internet  Explorer</em></strong></span></p>
<p><span style="color: #35383d;">This setting is disabled by default in Windows 7  with Internet Explorer 8 and is still recommended for XenDesktop 4.  Turning this setting off removes any of the flickering that may display  when using Internet Explorer through XenDesktop, by telling Internet  Explore to fully render the page prior to displaying it. To change it,  complete the following steps:</span></p>
<p><span style="color: #35383d;">1.    Open Internet Explorer</span><br />
<span style="color: #35383d;">2.    Select</span> <span style="color: #35383d;"><strong>Tools</strong></span> <span style="color: #35383d;">&gt;&gt;</span> <span style="color: #35383d;"><strong>Internet  Options</strong></span> <span style="color: #35383d;">from the menu</span><br />
<span style="color: #35383d;">3.    Select the</span> <span style="color: #35383d;"><strong>Advanced</strong></span> <span style="color: #35383d;">tab</span><br />
<span style="color: #35383d;">4.    In the</span> <span style="color: #35383d;"><strong>Browsing</strong></span> <span style="color: #35383d;">section, enable the checkbox for &#8220;</span><span style="color: #35383d;"><strong>Force offscreen compositing even under Terminal  Services</strong></span><span style="color: #35383d;">&#8220;</span><br />
<span style="color: #35383d;">5.    Click</span> <span style="color: #35383d;"><strong>OK</strong></span> <span style="color: #35383d;">to save the changes</span><br />
<span style="color: #35383d;">6.    Restart Internet Explorer</span></p>
<p><span style="color: #35383d;">More information available at</span> <span style="color: #35383d;"><a href="http://support.microsoft.com/kb/271246/en-us">http://support.microsoft.com/kb/271246/en-us</a></span></p>
<p><span style="color: #35383d;"><strong><em>Remove the Menu Delay</em></strong></span></p>
<p><span style="color: #35383d;">With Windows 7, the Start menu has a built-in  delay of 400 milliseconds. To speed the menu response time, follow these  steps to remove the delay:</span></p>
<p><span style="color: #35383d;">1.    Start the Registry Editor (Regedit.exe)</span><br />
<span style="color: #35383d;">2.    Navigate to HKEY_CURRENT_USER\Control  Panel\Desktop{color}</span><br />
<span style="color: #35383d;">3.    Set the value of</span> <span style="color: #35383d;"><strong>MenuShowDelay</strong></span> <span style="color: #35383d;">to 0</span><br />
<span style="color: #35383d;">4.    Exit the Registry Editor</span></p>
<p><span style="color: #35383d;"><strong><em>Remove Unnecessary Visual Effects</em></strong></span></p>
<p><span style="color: #35383d;">Disabling unnecessary visual effects such as  menu animations and shadow effects that generally just slow down the  response time of the desktop. Keep in mind that right now XenDesktop 4  with Windows 7 doesn&#8217;t support the Aero effects but that is on the  roadmap.</span></p>
<p><span style="color: #35383d;">1.    Open Control Panel</span><br />
<span style="color: #35383d;">2.    Select the</span> <span style="color: #35383d;"><strong>System</strong></span> <span style="color: #35383d;">applet</span><br />
<span style="color: #35383d;">3.    Click</span> <span style="color: #35383d;"><strong>Advanced  System Settings</strong></span> <span style="color: #35383d;">on the left</span><br />
<span style="color: #35383d;">4.    Click the</span> <span style="color: #35383d;"><strong>Settings</strong></span> <span style="color: #35383d;">button under the Performance section</span><br />
<span style="color: #35383d;">5.    Click &#8220;</span><span style="color: #35383d;"><strong>Adjust  for best performance</strong></span><span style="color: #35383d;">&#8221; radio button</span><br />
<span style="color: #35383d;">6.    If you want to keep the ClearType font  settings, enable the &#8220;</span><span style="color: #35383d;"><strong>Smooth edges on  screen fonts</strong></span><span style="color: #35383d;">&#8221; checkbox</span><br />
<span style="color: #35383d;">7.    If you want to keep the XP Visual Style,  scroll to the bottom and check the last box titled &#8220;</span><span style="color: #35383d;"><strong>Use visual styles on windows and buttons</strong></span><span style="color: #35383d;">&#8220;</span><br />
<span style="color: #35383d;">8.    Click</span> <span style="color: #35383d;"><strong>OK</strong></span> <span style="color: #35383d;">twice to close the dialogs and then exit the  System Properties screen</span></p>
<div><img src="http://community.citrix.com/download/attachments/113247185/Performance.PNG" border="0" alt="" /></div>
<p><span style="color: #35383d;"><strong><em>Set the Default Behavior for the Power  Button</em></strong></span></p>
<p><span style="color: #35383d;">When using XenDesktop 4, setting the default  behavior to &#8220;Log off&#8221; will be the best action. Users can still select  other available options, but this selection will probably make the most  sense and allow the Desktop Group settings to control whether the  virtual workstation reboots or not at logoff. To change the default  setting, complete the following steps.</span></p>
<p><span style="color: #35383d;">1.    Right-click the Taskbar or Start button</span><br />
<span style="color: #35383d;">2.    Click</span> <span style="color: #35383d;"><strong>Properties</strong></span><br />
<span style="color: #35383d;">3.    Select the</span> <span style="color: #35383d;"><strong>Start  Menu</strong></span> <span style="color: #35383d;">tab</span><br />
<span style="color: #35383d;">4.    Select the appropriate action under</span> <span style="color: #35383d;"><strong>Power button action:</strong></span><br />
<span style="color: #35383d;">5.    Click</span> <span style="color: #35383d;"><strong>OK</strong></span> <span style="color: #35383d;">to save the default action</span></p>
<div><img src="http://community.citrix.com/download/attachments/113247185/taskbar.PNG" border="0" alt="" /></div>
<p><span style="color: #35383d;"><strong><em>Make the User Profile the Default User  Profile</em></strong></span></p>
<p><span style="color: #35383d;">Since the changes above apply to every user,  the quickest way to apply them for all users logging onto the  workstation is to set them in the default user profile. In Windows XP  you could copy the profile over to the default user, however in Windows 7  the &#8220;Copy To&#8221; button has been disabled for every profile except the  Default User (the one you are most likely to replace). Instead now with  Windows 7 there is only one method of replacing the default user  profile, which is to use the &#8220;CopyProfile&#8221; function of Sysprep. If you  don&#8217;t know how to do this, (and I did not want to learn it) you might  want to check out the following Microsoft Support article, &#8220;</span><span style="color: #35383d;"><em>How to customize default user profiles in Windows 7</em>&#8221;  &#8211;<a href="http://support.microsoft.com/kb/973289">http://support.microsoft.com/kb/973289</a></span></p>
<p><span style="color: #35383d;">For those readers wanting a bit more background  as to the changes and options available, you can check out the  Deployment Guys blog at</span> <span style="color: #35383d;"><a href="http://blogs.technet.com/deploymentguys/archive/2009/10/29/configuring-default-user-settings-full-update-for-windows-7-and-windows-server-2008-r2.aspx">http://blogs.technet.com/deploymentguys/archive/2009/10/29/configuring-default-user-settings-full-update-for-windows-7-and-windows-server-2008-r2.aspx</a></span><span style="color: #35383d;">.</span></p>
<p><span style="color: #35383d;">Not wanting to &#8220;sysprep&#8221; my Windows 7 golden  image, I went looking for an easier solution. I found it. I used the  Forensit User Profile Manager 1.6 Vista tool available at</span> <span style="color: #35383d;"><a href="http://www.forensit.com/desktop-management.html">http://www.forensit.com/desktop-management.html</a></span><span style="color: #35383d;">. This is a free tool (at least right now) and it  replaces the Windows 7 profile management dialog with their own which  will allow you to copy over the default profile. When you remove it,  (which I did so the vDisk users will not be able to manage profiles) the  default behavior returns and you cannot choose the &#8220;Copy To&#8221; any more.</span></p>
<p><span style="color: #35383d;"><strong>NOTE</strong></span><span style="color: #35383d;">: As  before, be sure to remove any user or machine specific data for the ICA  Client, the ICA Streaming Client, Password Manager, and EdgeSight before  copying the profile over. Since the image prep for these items is  beyond the scope of this blog, I will save it for a topic another day.</span></p>
<h3><a name="OptimizingWindows7forFlexCastDelivery-"></a><span style="color: #00549f;">Settings for the Machine</span></h3>
<p><span style="color: #35383d;">This section provides a list of the  optimizations that will affect all users of the image. These settings  are usually set after logging in as an administrator. Several of the  optimizations from the Windows XP blog are handled when using the  XenConvert Optimize tool mentioned at the beginning of the blog. This  section represents the remaining ones.</span></p>
<p><span style="color: #35383d;"><strong><em>Power Configuration Settings</em></strong></span></p>
<p><span style="color: #35383d;">Two of the power settings can adversely affect  the performance of Provisioning Services. One of them is the hard disk  power savings. If the PVS server is using a local hard disk for the  vDisk cache, you do not want the operating system to power down the  local drive. The other setting is the Hibernate setting. The PVS  Optimizer tool will disable hibernating, but you can manually do it as  well. Here are the steps for disabling the power settings:</span></p>
<p><span style="color: #35383d;">1.    Open Control Panel</span><br />
<span style="color: #35383d;">2.    Select the</span> <span style="color: #35383d;"><strong>Power  Options</strong></span> <span style="color: #35383d;">applet</span><br />
<span style="color: #35383d;">3.    Click</span> <span style="color: #35383d;"><strong>Change  Plan Settings</strong></span><br />
<span style="color: #35383d;">4.    Click</span> <span style="color: #35383d;"><strong>Change  Advanced power settings</strong></span><br />
<span style="color: #35383d;">5.    For the default power scheme, set &#8220;Turn off  hard disks after&#8221; setting to</span> <span style="color: #35383d;"><strong>Never</strong></span><br />
<span style="color: #35383d;">6.    You may want to repeat this procedure for  the other power plans</span><br />
<span style="color: #35383d;">7.    Click</span> <span style="color: #35383d;"><strong>OK</strong></span> <span style="color: #35383d;">to save the changes</span><br />
<span style="color: #35383d;">8.    Exit the</span> <span style="color: #35383d;"><strong>Power  Options</strong></span> <span style="color: #35383d;">applet</span></p>
<div><img src="http://community.citrix.com/download/attachments/113247185/PowerOptions.PNG" border="0" alt="" /></div>
<p><span style="color: #35383d;"><strong><em>Modify the Windows Service Timeout</em></strong></span></p>
<p><span style="color: #35383d;">With Windows 7, the possibility still exists  that in environments with large amounts of virtual machines rebooting  simultaneously that Virtual Desktop Agent (VDA) may fail to register  because the Windows Service timeout is reached before Citrix Desktop  Service starts. I recommend changing the 30-second default to  120-seconds to give the service plenty of time to start before the  Citrix Desktop Service starts.</span></p>
<p><span style="color: #35383d;">1.    Start Registry Editor (Regedit.exe)</span><br />
<span style="color: #35383d;">2.    Navigate to the registry key  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control</span><br />
<span style="color: #35383d;">3.    If the</span> <span style="color: #35383d;"><em>ServicesPipeTimeout</em></span> <span style="color: #35383d;">value is not present, use the following steps to  create it:</span><br />
<span style="color: #35383d;"> a.    Click the</span><span style="color: #35383d;"><strong>Control</strong></span><br />
<span style="color: #35383d;"> b.    On the</span> <span style="color: #35383d;"><strong>Edit</strong></span> <span style="color: #35383d;">menu, point to</span> <span style="color: #35383d;"><strong>New</strong></span><span style="color: #35383d;">, and then click</span> <span style="color: #35383d;"><strong>DWORD  Value</strong></span><br />
<span style="color: #35383d;"> c.    Type</span> <span style="color: #35383d;"><em>ServicesPipeTimeout</em></span><span style="color: #35383d;">, and then press</span> <span style="color: #35383d;"><strong>Enter</strong></span><br />
<span style="color: #35383d;">4.    Right-click the</span> <span style="color: #35383d;"><strong>ServicesPipeTimeout</strong></span> <span style="color: #35383d;">key and then click</span> <span style="color: #35383d;"><strong>Modify</strong></span><br />
<span style="color: #35383d;">5.    Click</span> <span style="color: #35383d;"><strong>Decimal</strong></span><br />
<span style="color: #35383d;">6.    Type</span> <span style="color: #35383d;"><em>120000</em></span><span style="color: #35383d;">, and then click</span> <span style="color: #35383d;"><strong>OK</strong></span> <span style="color: #35383d;">(120-seconds in milliseconds)</span><br />
<span style="color: #35383d;">7.    Quit the Registry Editor</span><br />
<span style="color: #35383d;">8.    Reboot for the changes to take effect</span></p>
<p><span style="color: #35383d;"><strong><em>Disable Remaining Unnecessary Services</em></strong></span></p>
<p><span style="color: #35383d;">You can go through the list of other services  that are configured on Windows 7 and disable any ones that will not be  used in your environment. One nice thing about Windows 7 is that some of  the more critical services will explain in the description what will  not work if the service is disabled. Here are few services that you may  be able to disable:</span></p>
<p><span style="color: #35383d;"><ins>Function Discovery Resource Publication</ins></span><span style="color: #35383d;">: Publishes this computer and resources attached to  this computer so they can be discovered over the network. If this  service is stopped, network resources will no longer be published and  they will not be discovered by other computers on the network. If the  device will not be sharing any resources, you can safely disable this  service.</span></p>
<p><span style="color: #35383d;"><ins>Background Intelligent Transfer Service</ins></span><span style="color: #35383d;">: Transfers files in the background using idle network  bandwidth. If the service is disabled, then any applications that depend  on BITS, such as Windows update or MSN Explorer, will be unable to  automatically download programs and other information. In most instances  this service can be disabled safely since auto-updating features are  disabled for standard (read-only) vDisks.</span></p>
<p><span style="color: #35383d;"><ins>Desktop Windows Manager Session Manager</ins></span><span style="color: #35383d;">: Provides Desktop Window Manager startup and  maintenance services. Basically, it is used or Aero and other special  effects, like transparency and glass window frames, 3-D window  transition animations and Windows Flip. If you are following the  guidelines above to reduce most of the special effects, or the video  card drivers on the host does not support Aero, you can safely disable  this service.</span></p>
<p><span style="color: #35383d;"><ins>Theme Service</ins></span><span style="color: #35383d;">: Provides user experience theme management. As above,  if you are following the guidelines above to reduce most of the special  effects this is a prime candidate for being disabled.</span></p>
<p><span style="color: #35383d;"><ins>Offline Files</ins></span><span style="color: #35383d;">: The offline files service performs maintenance  activities on the offline files cache, responds to user logon and logoff  events, implements the internals of the public API, and dispatches  interesting events to those interested in offline files activities and  changes in cache state. Since most XenDesktops will be running in a data  center remotely, the need for offline files and synchronization is not  present.</span></p>
<p><span style="color: #35383d;">Most of the other services are not set to  automatic startup in the Enterprise edition, so I didn&#8217;t bother  reviewing them.</span></p>
<h3><a name="OptimizingWindows7forFlexCastDelivery-"></a><span style="color: #00549f;">Final Recommendations</span></h3>
<p><span style="color: #35383d;">Here are few final recommendations, two of  which are carry-overs from the Windows XP optimization blog that I  believe still apply for Windows 7.</span></p>
<p><span style="color: #35383d;"><strong><em>Flush the DNS cache</em></strong></span></p>
<p><span style="color: #35383d;">Although I have not had any issues with Windows  7 and ip address caching, I am leaving this recommendation in the list  because it will not hurt anything and it only takes 10 seconds to  complete. Flush the DNS Cache using the</span> <span style="color: #35383d;"><strong>ipconfig  /flushdns</strong></span> <span style="color: #35383d;">command. This prevents any  IP addresses cached on the read-only disk from interfering with DNS  resolution at a later date.</span></p>
<p><span style="color: #35383d;"><strong><em>Run ChkDsk</em></strong></span></p>
<p><span style="color: #35383d;">This recommendation is a good idea since it  verifies the file system or disk has no missing file links. Run</span> <span style="color: #35383d;"><strong>chkdsk -f</strong></span> <span style="color: #35383d;">from a  command prompt and verify that no issues are present.</span></p>
<p><span style="color: #35383d;"><strong><em>Re-enable Windows Security Center</em></strong></span></p>
<p><span style="color: #35383d;">The XenConvert process seems to disable the  Windows Security Center service resulting in yet another message in the  Action Center. Unfortunately, I was unable to find any way to disable  that message. So my current solution was to just re-enable Security  Center after XenConvert disabled it during the image creation process  and leave all the other warning messages disabled as mentioned at the  beginning.</span></p>
<h3><a name="OptimizingWindows7forFlexCastDelivery-"></a><span style="color: #00549f;">Wrapping it up</span></h3>
<p><span style="color: #35383d;">I realize that Windows 7 is a new operating  system and as I learn more about its behavior, I will try to get that  information out here on my blog. Of course comments are welcome if  readers have optimization ideas that they have tried with Windows 7 and  either XenDesktop or Provisioning Services.</span></p>
<p><span style="color: #35383d;">As for my next blog topic, I am quite excited  to share with you information regarding my experience at the Microsoft  EEC which focused on testing XenDesktop 4 with Windows Server 2008 R2  Hyper-V. Stay tuned!!</span></p>
<p><span style="color: #35383d;">Information Courtesy of Citrix Community<br />
</span></p>
<p>http://community.citrix.com/display/ocb/2010/01/15/Optimizing+Windows+7+for+FlexCast+Delivery</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wgcsc.co.za/blog/?feed=rss2&amp;p=186</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable or Disable HDX MediaStream Flash</title>
		<link>http://www.wgcsc.co.za/blog/?p=183</link>
		<comments>http://www.wgcsc.co.za/blog/?p=183#comments</comments>
		<pubDate>Thu, 25 Feb 2010 16:58:48 +0000</pubDate>
		<dc:creator>SylvesterP</dc:creator>
				<category><![CDATA[Citrix XenApp]]></category>
		<category><![CDATA[Citrix XenDesktop]]></category>

		<guid isPermaLink="false">http://www.wgcsc.co.za/blog/?p=183</guid>
		<description><![CDATA[HDX MediaStream Flash is available in Citrix XenApp Feature Pack 2. Once you install Feature Pack 2, this feature will automatically be enabled.
Instead of using your XenApp server to process and render the Flash  application or video (impacts your server scalability), HDX  MediaStream for Flash leverages resources available on the user&#8217;s  Windows [...]]]></description>
			<content:encoded><![CDATA[<p>HDX MediaStream Flash is available in Citrix XenApp Feature Pack 2. Once you install Feature Pack 2, this feature will automatically be enabled.</p>
<p>Instead of using your XenApp server to process and render the Flash  application or video (impacts your server scalability), HDX  MediaStream for Flash leverages resources available on the user&#8217;s  Windows device. Thus, resulting in two key benefits: 1) users are happy  (good) because they have a local like experience with the Flash content  (no more A/V sync issues or video jitter), and 2) administrators can  free up server resources to do more important things or accommodate more  users. Needless to say, I&#8217;m very excited about this feature in Feature  Pack 2</p>
<p>To enable and disable HDX MediaStream for Flash from the server HDX MediaStream for Flash is enabled on the server for client-side rendering by default. You can enable and disable HDX MediaStream for Flash from the server through the Group Policy Object Editor. HDX MediaStream for Flash is disabled when either the Computer Configuration or User Configuration settings are configured as disabled.</p>
<p>1.	In the Group Policy Object Editor, expand either the Computer Configuration or User Configuration node.</p>
<p>2.	Expand the Administrative Templates node and select HDX MediaStream for Flash &#8211; Server.</p>
<p>3.	From the Setting list, select Enable HDX MediaStream for Flash for connections to the server and open the Properties dialog box.</p>
<p>4.	Select Not Configured, Enabled, or Disabled.</p>
<p>5.	For the policy to take effect:  •	Computer Configuration: Restart all computers in the organizational unit. •	User Configuration: Users in the organizational unit must log off and then log on to the network</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wgcsc.co.za/blog/?feed=rss2&amp;p=183</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up OpenFiler to work with XenServer 5.5</title>
		<link>http://www.wgcsc.co.za/blog/?p=179</link>
		<comments>http://www.wgcsc.co.za/blog/?p=179#comments</comments>
		<pubDate>Thu, 04 Feb 2010 12:28:41 +0000</pubDate>
		<dc:creator>SylvesterP</dc:creator>
				<category><![CDATA[Citrix XenServer]]></category>

		<guid isPermaLink="false">http://www.wgcsc.co.za/blog/?p=179</guid>
		<description><![CDATA[Openfiler is an operating system that provides file-based network-attached storage and block-based Storage area network. It was created by Xinit Systems, and is based on the rPath Linux distribution. It is free software licensed under the GNU General Public License version 2. Its software stack interfaces with open source third-party software.
Download the following document to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Openfiler</strong> is an <a title="Operating system" href="/wiki/Operating_system">operating system</a> that provides file-based <a title="Network-attached storage" href="/wiki/Network-attached_storage">network-attached storage</a> and block-based <a title="Storage area network" href="/wiki/Storage_area_network">Storage area network</a>. It was created by <a title="Xinit Systems (page does not exist)" href="/w/index.php?title=Xinit_Systems&amp;action=edit&amp;redlink=1">Xinit Systems</a>, and is based on the <a title="RPath" href="/wiki/RPath">rPath</a> <a title="Linux" href="/wiki/Linux">Linux</a> <a title="Linux distribution" href="/wiki/Linux_distribution">distribution</a>. It is <a title="Free software" href="/wiki/Free_software">free software</a> licensed under the <a title="GNU General Public License" href="/wiki/GNU_General_Public_License">GNU General Public License</a> version 2. Its software stack interfaces with open source third-party software.</p>
<p>Download the following document to find out how to setup OpenFiler with Citrix XenServer.</p>
<p><a title="OpenFiler on XenServer" href="http://www.wgcsc.co.za/documentcentre/Xenserver/XenServer_Demo_and_Evaluation_Setup_Guide_v5.5.1.pdf" target="_blank">download</a></p>
<p>Regards</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wgcsc.co.za/blog/?feed=rss2&amp;p=179</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable DEP in Vista/Windows 7</title>
		<link>http://www.wgcsc.co.za/blog/?p=177</link>
		<comments>http://www.wgcsc.co.za/blog/?p=177#comments</comments>
		<pubDate>Thu, 07 Jan 2010 08:36:28 +0000</pubDate>
		<dc:creator>matthewp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wgcsc.co.za/blog/?p=177</guid>
		<description><![CDATA[1. Click Start
2. Click All Programs
3. Click Accessories
4. Right Click on Command Prompt
5. Left click on Run as Administrator
6. Click the Allow button if it asks you for permission
7. Type or copy and paste this into the command prompt window:
bcdedit.exe /set {current} nx AlwaysOff
8. Hit enter and you should see the confirmation: Operation Completed Successfully
9. [...]]]></description>
			<content:encoded><![CDATA[<p>1. Click <strong>Start</strong><br />
2. Click <strong>All Programs</strong><br />
3. Click <strong>Accessories</strong><br />
4. Right Click on <strong>Command Prompt</strong><br />
5. Left click on <strong>Run as Administrator</strong><br />
6. Click the <strong>Allow</strong> button if it asks you for permission<br />
7. Type or copy and paste this into the command prompt window:</p>
<p><code>bcdedit.exe /set {current} nx AlwaysOff</code></p>
<p>8. Hit <strong>enter</strong> and you should see the confirmation: <strong>Operation Completed Successfully</strong><br />
9. Reboot and DEP should be off.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wgcsc.co.za/blog/?feed=rss2&amp;p=177</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Citrix ICAClient under uBuntu</title>
		<link>http://www.wgcsc.co.za/blog/?p=173</link>
		<comments>http://www.wgcsc.co.za/blog/?p=173#comments</comments>
		<pubDate>Mon, 04 Jan 2010 06:57:21 +0000</pubDate>
		<dc:creator>matthewp</dc:creator>
				<category><![CDATA[Reciever & Clients]]></category>

		<guid isPermaLink="false">http://www.wgcsc.co.za/blog/?p=173</guid>
		<description><![CDATA[*Update: This will work with the newer Citrix Receiver 11 for Linux and later uBuntu versions
* Download Citrix 10 ICAclient for Linux (in tar.gz version)
* Note: I have problem with the .rpm version even I managed to convert
to .deb version
* $sudo apt-get install libxaw6 libmotif3
* $sudo tar xvfz en.linuxx86.tar.gz
* $sudo ./setupwfc
Citrix Presentation Server Client 10.0 [...]]]></description>
			<content:encoded><![CDATA[<p>*Update: This will work with the newer Citrix Receiver 11 for Linux and later uBuntu versions</p>
<p>* Download Citrix 10 ICAclient for Linux (in tar.gz version)<br />
* Note: I have problem with the .rpm version even I managed to convert<br />
to .deb version<br />
* $sudo apt-get install libxaw6 libmotif3<br />
* $sudo tar xvfz en.linuxx86.tar.gz<br />
* $sudo ./setupwfc</p>
<p>Citrix Presentation Server Client 10.0 setup.<br />
Select a setup option:</p>
<p>1. Install Citrix Presentation Server Client 10.0<br />
2. Remove Citrix Presentation Server Client 10.0<br />
3. Quit Citrix Presentation Server Client 10.0 setup</p>
<p>Enter option number 1-3 [1]:1</p>
<p>* Enter 1. Install Citrix Presentation Server Client 10.0</p>
<p>Please enter the directory in which Citrix<br />
Presentation Server Client is to be installed.</p>
<p>[default /usr/lib/ICAClient] or type &#8220;quit&#8221;<br />
to abandon the installation: /usr/lib/ICAClient</p>
<p>* You can choose to enter different folder. I choose: /usr/lib/ICAClient</p>
<p>You have chosen to install Citrix Presentation Server<br />
Client 10.0 in /usr/lib/ICAClient.</p>
<p>Proceed with installation? [default n]: y</p>
<p>* Enter: Y to continue</p>
<p>CITRIX(R) LICENSE AGREEMENT</p>
<p>Use of this component is subject to the Citrix license<br />
covering the Citrix product(s) with which you will be<br />
using this component. This component is only<br />
licensed for use with such Citrix product(s).</p>
<p>CTX_code EP_T_A34320</p>
<p>Select an option:</p>
<p>1. I accept<br />
2. I do not accept</p>
<p>Enter option number 1-2 [2]: 1</p>
<p>* Just a license stuffs, Enter: 1. I accept</p>
<p>Installation proceeding&#8230;</p>
<p>Checking available disk space &#8230;</p>
<p>Disk space available 588136 K<br />
Disk space required 4964 K</p>
<p>Continuing &#8230;<br />
Creating directory /usr/lib/ICAClient<br />
Core package&#8230;<br />
Setting file permissions&#8230;<br />
Integrating with browsers&#8230;<br />
Browsers found.</p>
<p>Found entries in browser configuration(s) from an earlier<br />
installation. Do you want these entries to point to the<br />
new installation? [default y]: y</p>
<p>* Enter: y to integrate with your Mozilla Firefox browser</p>
<p>Integration complete.</p>
<p>Found KDE or GNOME desktop entries from an earlier<br />
installation. Do you want these entries to point to<br />
the new installation? [default y]: y</p>
<p>* Enter: y to make sure your Citrix Client install in Gnome or KDE<br />
* Enter: 3. Quit Citrix Pesentation Server Client 10.0 setup<br />
* $cd /usr/lib/ICAClient<br />
* $sudo ./wfcmgr<br />
* I guess you will see an ugly font display on your screen as mention in ubuntuforums here.<br />
* To make it display nicely, please download a customized script here.<br />
* Run $chmod +x citrix-icaclient-10-ubuntu<br />
*</p>
<p>user1@planetmy$ export ICAROOT=/usr/lib/ICAClient</p>
<p>*</p>
<p>user1@planetmy$ sudo bash citrix-icaclient-10-ubuntu</p>
<p>citrix.sh Version 0.7<br />
Patching Citrix ICAClient 10.0 on Ubuntu 7.04,<br />
continue [y/N] ?: y<br />
Using ICAROOT=/usr/lib/ICAClient<br />
patching file nls/en/UTF-8/Wfcmgr<br />
patching file nls/en/Wfcmgr<br />
DONE</p>
<p>Citrix ICAClient 10 for Ubuntu 7.04<br />
* Close and open your Mozilla [tag]Firefox[/tag] browser to make sure it load Citrix plugins.<br />
* chmod -R user1.user1 ~user1/.ICAClient<br />
* Connect to your Citrix Server and choose your application.<br />
* Enter &#8220;/usr/lib/ICAClient/wfica&#8221; to open your application if require.</p>
<p>Congratulations! You&#8217;re done! I hope this will help <img src='http://www.wgcsc.co.za/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wgcsc.co.za/blog/?feed=rss2&amp;p=173</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free  Online Training – Citrix Essentials 5.5 for Hyper-V</title>
		<link>http://www.wgcsc.co.za/blog/?p=169</link>
		<comments>http://www.wgcsc.co.za/blog/?p=169#comments</comments>
		<pubDate>Tue, 08 Dec 2009 08:32:47 +0000</pubDate>
		<dc:creator>matthewp</dc:creator>
				<category><![CDATA[Citrix Essentials]]></category>
		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://WIS.wgctx.local/blog/?p=169</guid>
		<description><![CDATA[Description:
***** FOR A LIMITED TIME, THIS COURSE IS BEING OFFERED AT NO COST.*****
Course Overview
In this course, learners will be introduced to Citrix Essentials for Hyper-V and gain the knowledge needed to perform basic installation and configuration tasks. Through online simulations, students will install and configure key features and explore product capabilities, such as virtual storage [...]]]></description>
			<content:encoded><![CDATA[<p>Description:<br />
***** FOR A LIMITED TIME, THIS COURSE IS BEING OFFERED AT NO COST.*****</p>
<p>Course Overview<br />
In this course, learners will be introduced to Citrix Essentials for Hyper-V and gain the knowledge needed to perform basic installation and configuration tasks. Through online simulations, students will install and configure key features and explore product capabilities, such as virtual storage management, site recovery, provisioning services, lifecycle management, stage management, and workflow studio.<br />
Audience<br />
This course is designed for IT professionals, architects, systems engineers, server administrators, engineers, Citrix Partners and Microsoft Partners.<br />
Preparatory Recommendations<br />
Prior to taking this course, it is recommended that students possess the following knowledge/experience:<br />
* A basic knowledge of the purpose and goals of virtualization technology<br />
* An intermediate familiarity with Microsoft Hyper-V<br />
* An understanding of computing architecture, including network and storage devices, device drivers and operating systems<br />
* Basic experience installing and administering Windows Server 2003 or Windows Server 2008<br />
* Intermediate knowledge of network devices and site architecture, including configuring vLANs<br />
* Basic knowledge of storage terminology and technologies, including partitions, SANs, LUNs, iSCSI, and NFS and CIFS file shares<br />
Skills and Key Topics<br />
Upon successful completion of this course, learners are able to demonstrate the following objectives:<br />
* Identify requirements and process for a basic implementation of Essentials for Hyper-V.<br />
* Describe the key features including:<br />
* Site recovery<br />
* Dynamic provisioning<br />
* StorageLink<br />
* Lab management<br />
* Stage management<br />
* High availability<br />
* Execute basic functions including product installation, and demonstrate familiarity with the Administrative consol and user interface for basic operations and maintenance.<br />
* Describe the high-level concepts of Workflow Studio.</p>
<p> Estimated hours: 6</p>
<p><a href="http://www.citrix.com/ehvtraining" target="_blank">Use this link to register now</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wgcsc.co.za/blog/?feed=rss2&amp;p=169</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Provisioning Server and XenDesktop on the same server</title>
		<link>http://www.wgcsc.co.za/blog/?p=99</link>
		<comments>http://www.wgcsc.co.za/blog/?p=99#comments</comments>
		<pubDate>Sat, 05 Dec 2009 07:48:55 +0000</pubDate>
		<dc:creator>matthewp</dc:creator>
				<category><![CDATA[Citrix Provisioning Server]]></category>
		<category><![CDATA[Citrix XenDesktop]]></category>

		<guid isPermaLink="false">http://www.wgcsc.co.za:83/?p=99</guid>
		<description><![CDATA[

With the new version of Provisioning Server Citrix changed the management console ports from 8000 and 8001 to 54321 and 54322. The reason for this change is so that PVS can be installed on the XenDesktop Desktop Delivery Controller without port conflicts.
The port change breaks the the XenDesktop Setup Wizard because by default the setup [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<p>With the new version of Provisioning Server Citrix changed the management console ports from 8000 and 8001 to 54321 and 54322. The reason for this change is so that PVS can be installed on the XenDesktop Desktop Delivery Controller without port conflicts.</p>
<p>The port change breaks the the XenDesktop Setup Wizard because by default the setup wizard tries to communicate with PVS on ports 8000 and 8001.</p>
<p>To fix this you must edit the SetupToolApplication.exe.config file that is located in the “C:\Program Files\Citrix\XenDesktop Setup Wizard” folder and change the two ports from 8000 to 54321 and from 8001 to 54322.</p>
<p>The Provisioning Server 5.1 release notes states that you only have to change the 8000 port but I would change both to be on the safe side.</p>
<p><a href="http://support.citrix.com/article/CTX121336" target="_blank">http://support.citrix.com/article/CTX121336</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wgcsc.co.za/blog/?feed=rss2&amp;p=99</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
