Paul McCran's

Portfolio
It appeared that user logons were initially taking too long when logging in from Citrix Storefront.

I checked the DC that the Xendesktop were using to authenticate using this powershell command from the servers:

$type=[System.DirectoryServices.ActiveDirectory.DirectoryContextType]"Domain"

$context = New-Object System.DirectoryServices.ActiveDirectory.DirectoryContext($type, "insert you domain name")

$domain = [System.DirectoryServices.ActiveDirectory.Domain]::GetDomain($context)

$domain.FindDomainController().Name

Then I checked the Citrix Policy to make sure that Session Reliability was on (As default) and also checked the Firewall was enabled on the session hosts and Master Image (It Wasn't)

I then downloaded the following hotfix by Citrix, to resolve this issue on the VDA.  This was installed on the master image, an the MCS Catalog then updated


The patch can be downloaded from:

CITRIX XENDESKTOP 7.1/7.5 VDA PATCH

Also, there have been numerous issues with the new Graphic Codec in Xendesktop 7.  I found that changing the Citrix Graphics to Legacy mode to increase the logon times significantly.  Be sure to check whether your client side redirection policies are tuned also, as client redirection will also slow logons.  You may also be able to redirect the Desktop and Documents folder at logon.
Next PostNewer Posts Previous PostOlder Posts Home