<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How-to Register a VDA to a XenDesktop Controller?	</title>
	<atom:link href="https://www.jeroentielen.nl/xendesktop-controller-registration/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jeroentielen.nl/xendesktop-controller-registration/</link>
	<description>-={ The Nutanix and EUC GURU }=-</description>
	<lastBuildDate>Thu, 10 May 2018 12:30:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Which two methods can a Citrix Administrator use to configure the Delivery Controller location for - Exam 1Y0-202 at ExamsDB		</title>
		<link>https://www.jeroentielen.nl/xendesktop-controller-registration/#comment-210</link>

		<dc:creator><![CDATA[Which two methods can a Citrix Administrator use to configure the Delivery Controller location for - Exam 1Y0-202 at ExamsDB]]></dc:creator>
		<pubDate>Thu, 10 May 2018 12:30:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.jeroentielen.nl/?p=978#comment-210</guid>

					<description><![CDATA[[&#8230;] Explanation:Reference https://www.jeroentielen.nl/xendesktop-controller-registration/ [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Explanation:Reference <a href="https://www.jeroentielen.nl/xendesktop-controller-registration/" rel="ugc">https://www.jeroentielen.nl/xendesktop-controller-registration/</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cubeover		</title>
		<link>https://www.jeroentielen.nl/xendesktop-controller-registration/#comment-209</link>

		<dc:creator><![CDATA[cubeover]]></dc:creator>
		<pubDate>Sun, 22 May 2016 04:56:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.jeroentielen.nl/?p=978#comment-209</guid>

					<description><![CDATA[One more way is to do it via GUI, when you only have few machines. Go to Programs and Features, select Citrix Virtual Delivery Agent 7.x, click Change. In the dialog that opens, choose Customize Delivery Agent Options, then type the Controller Address as FQDN, click Test. If tested OK, click Add. Click Next, choose port (80 or 443 depending on your VDC setup), then Reconfigure.
After reconfigure screen, be mindful of the &quot;Restart machine&quot; checkbox in the lower left. Otherwise, click Finish.
The best part is that you get to TEST it before you apply it.]]></description>
			<content:encoded><![CDATA[<p>One more way is to do it via GUI, when you only have few machines. Go to Programs and Features, select Citrix Virtual Delivery Agent 7.x, click Change. In the dialog that opens, choose Customize Delivery Agent Options, then type the Controller Address as FQDN, click Test. If tested OK, click Add. Click Next, choose port (80 or 443 depending on your VDC setup), then Reconfigure.<br />
After reconfigure screen, be mindful of the &#8220;Restart machine&#8221; checkbox in the lower left. Otherwise, click Finish.<br />
The best part is that you get to TEST it before you apply it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matin		</title>
		<link>https://www.jeroentielen.nl/xendesktop-controller-registration/#comment-208</link>

		<dc:creator><![CDATA[Matin]]></dc:creator>
		<pubDate>Tue, 28 Oct 2014 09:23:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.jeroentielen.nl/?p=978#comment-208</guid>

					<description><![CDATA[Had the same problem!! Thank you very much, geat hint!]]></description>
			<content:encoded><![CDATA[<p>Had the same problem!! Thank you very much, geat hint!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Boris Groenhout		</title>
		<link>https://www.jeroentielen.nl/xendesktop-controller-registration/#comment-207</link>

		<dc:creator><![CDATA[Boris Groenhout]]></dc:creator>
		<pubDate>Thu, 15 May 2014 13:12:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.jeroentielen.nl/?p=978#comment-207</guid>

					<description><![CDATA[additionally ....

In Citrix XenDesktop 7.x there has been a change that DNS alias isn’t allowed anymore. See article http://support.citrix.com/article/CTX137960 for more information.
The CNAME lookups have been disabled to enforce a tighter security model in XenDesktop 7.

CNAME can be re-enabled by the following registry setting:

32-bit and 64-bit:

Registry Key: HKEY_LOCAL_MACHINESOFTWARECitrixVirtualDesktopAgent
Name: UseCnameLookup
Type: REG_DWORD
Value: 1
(1 = enabled)

For a proper registration of the workplace the following registry setting has to be added to the client also:

32-bit:
Registry Key: HKEY_LOCAL_MACHINESoftwareCitrixVirtualDesktopAgent
Name: ListOfDDCs
Type: REG_SZ
Value: deliverycontrollerA deliverycontrollerB

64-bit:
Registry Key: HKEY_LOCAL_MACHINESoftwareWow6432NodeCitrixVirtualDesktopAgent
Name: ListOfDDCs
Type: REG_SZ
Value: deliverycontrollerA deliverycontrollerB

After adjustment the registration in XenDesktop works fine ;-)

 
In total my reg-file looks like:

Windows Registry Editor Version 5.00
; Fix to register VDA on XenDesktop 7.5
; http://support.citrix.com/article/CTX137960

[HKEY_LOCAL_MACHINESOFTWARECitrixVirtualDesktopAgent]
&quot;UseCnameLookup&quot;=dword:00000001
&quot;ListOfDDCs&quot;=&quot;deliverycontrollerA.domain.org deliverycontrollerA.domain.org&quot;

[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeCitrixVirtualDesktopAgent]
&quot;UseCnameLookup&quot;=dword:00000001
&quot;ListOfDDCs&quot;=&quot;deliverycontrollerA.domain.org deliverycontrollerA.domain.org&quot;

 
Remark:
On 64-bit environments in XenDesktop 5.6, the setting ListOfDDCs was needed in HKEY_LOCAL_MACHINESOFTWAREWow6432Node...

On 64-bit environments in XenDesktop 7.5, the setting ListOfDDCs and UseCnameLookup is only needed in HKEY_LOCAL_MACHINESOFTWARE...
The Wow6432Node supplement seems no longer to be necessary in a XenDesktop 7.5 environment. To be sure I add them under both.

 
Bonus:

Sometimes the logon to a XenDesktop 7.x published desktop may take long and a black screen may be visualized.
The causes are not very clear but article http://support.citrix.com/article/CTX135782 describes the steps required to modify a registry setting on a XenApp server that will help you reduce logon times. This setting is also useful in a XenDesktop environment.

HKEY_LOCAL_MACHINESOFTWAREWow6432NodeCitrixLogon
Name: DisableStatus
Type: REG_DWORD
Value: 00000001

In total my reg-file looks like:

Windows Registry Editor Version 5.00
; Fix Slow logon and black screen on XenDesktop 7.x ; http://support.citrix.com/article/CTX135782

[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeCitrixLogon]
&quot;DisableStatus&quot;=dword:00000001]]></description>
			<content:encoded><![CDATA[<p>additionally &#8230;.</p>
<p>In Citrix XenDesktop 7.x there has been a change that DNS alias isn’t allowed anymore. See article <a href="http://support.citrix.com/article/CTX137960" rel="nofollow ugc">http://support.citrix.com/article/CTX137960</a> for more information.<br />
The CNAME lookups have been disabled to enforce a tighter security model in XenDesktop 7.</p>
<p>CNAME can be re-enabled by the following registry setting:</p>
<p>32-bit and 64-bit:</p>
<p>Registry Key: HKEY_LOCAL_MACHINESOFTWARECitrixVirtualDesktopAgent<br />
Name: UseCnameLookup<br />
Type: REG_DWORD<br />
Value: 1<br />
(1 = enabled)</p>
<p>For a proper registration of the workplace the following registry setting has to be added to the client also:</p>
<p>32-bit:<br />
Registry Key: HKEY_LOCAL_MACHINESoftwareCitrixVirtualDesktopAgent<br />
Name: ListOfDDCs<br />
Type: REG_SZ<br />
Value: deliverycontrollerA deliverycontrollerB</p>
<p>64-bit:<br />
Registry Key: HKEY_LOCAL_MACHINESoftwareWow6432NodeCitrixVirtualDesktopAgent<br />
Name: ListOfDDCs<br />
Type: REG_SZ<br />
Value: deliverycontrollerA deliverycontrollerB</p>
<p>After adjustment the registration in XenDesktop works fine 😉</p>
<p>In total my reg-file looks like:</p>
<p>Windows Registry Editor Version 5.00<br />
; Fix to register VDA on XenDesktop 7.5<br />
; <a href="http://support.citrix.com/article/CTX137960" rel="nofollow ugc">http://support.citrix.com/article/CTX137960</a></p>
<p>[HKEY_LOCAL_MACHINESOFTWARECitrixVirtualDesktopAgent]<br />
&#8220;UseCnameLookup&#8221;=dword:00000001<br />
&#8220;ListOfDDCs&#8221;=&#8221;deliverycontrollerA.domain.org deliverycontrollerA.domain.org&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeCitrixVirtualDesktopAgent]<br />
&#8220;UseCnameLookup&#8221;=dword:00000001<br />
&#8220;ListOfDDCs&#8221;=&#8221;deliverycontrollerA.domain.org deliverycontrollerA.domain.org&#8221;</p>
<p>Remark:<br />
On 64-bit environments in XenDesktop 5.6, the setting ListOfDDCs was needed in HKEY_LOCAL_MACHINESOFTWAREWow6432Node&#8230;</p>
<p>On 64-bit environments in XenDesktop 7.5, the setting ListOfDDCs and UseCnameLookup is only needed in HKEY_LOCAL_MACHINESOFTWARE&#8230;<br />
The Wow6432Node supplement seems no longer to be necessary in a XenDesktop 7.5 environment. To be sure I add them under both.</p>
<p>Bonus:</p>
<p>Sometimes the logon to a XenDesktop 7.x published desktop may take long and a black screen may be visualized.<br />
The causes are not very clear but article <a href="http://support.citrix.com/article/CTX135782" rel="nofollow ugc">http://support.citrix.com/article/CTX135782</a> describes the steps required to modify a registry setting on a XenApp server that will help you reduce logon times. This setting is also useful in a XenDesktop environment.</p>
<p>HKEY_LOCAL_MACHINESOFTWAREWow6432NodeCitrixLogon<br />
Name: DisableStatus<br />
Type: REG_DWORD<br />
Value: 00000001</p>
<p>In total my reg-file looks like:</p>
<p>Windows Registry Editor Version 5.00<br />
; Fix Slow logon and black screen on XenDesktop 7.x ; <a href="http://support.citrix.com/article/CTX135782" rel="nofollow ugc">http://support.citrix.com/article/CTX135782</a></p>
<p>[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeCitrixLogon]<br />
&#8220;DisableStatus&#8221;=dword:00000001</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeroen de R		</title>
		<link>https://www.jeroentielen.nl/xendesktop-controller-registration/#comment-206</link>

		<dc:creator><![CDATA[Jeroen de R]]></dc:creator>
		<pubDate>Thu, 23 Jan 2014 15:27:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.jeroentielen.nl/?p=978#comment-206</guid>

					<description><![CDATA[Thanks for your great explanation. I solved a strange registration issue by removing FAMachinePolicyRules.xml. This was the fix for us!]]></description>
			<content:encoded><![CDATA[<p>Thanks for your great explanation. I solved a strange registration issue by removing FAMachinePolicyRules.xml. This was the fix for us!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
