Manually Reset Delivery Controller Config
---------------------------------
1. Stop the Citrix Services. Open elevated PowerShell and run:
Get-Service Citrix* | Stop-Service -force
2. Remove the connection strings value manually via registry on all DDCs in the site:
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\DesktopServer\DataStore\Connections\Controller
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\ADIdentitySchema\DataStore\Connections
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\Analytics\DataStore\Connections
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\ConfigLoggingSiteSchema\DataStore\Connections
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\ConfigurationSchema\DataStore\Connections
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\DAS\DataStore\Connections
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\DesktopUpdateManagerSchema\DataStore\Connections
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\EnvTestServiceSchema\DataStore\Connections
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\HostingUnitServiceSchema\DataStore\Connections
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\Monitor\DataStore\Connections
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\StorefrontSchema\DataStore\Connections
New String in XenApp / XenDesktop 7.8 -
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\XDservices\AppLibrarySchema\DataStore\Connections
New Strings in XenApp / XenDesktop 7.11 -
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\XDservices\OrchestrationSchema\DataStore\Connections
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Trust\Service\DataStore\Connections
3. Restart the Citrix Services. Open elevated PowerShell and run:
Get-Service Citrix* | Start-Service
4. Open Studio. You will see the option to create a new site. Follow the wizard to create a new database for your site.
5. Once completed, add any additional DDC(s) as needed.
No comments:
Post a Comment