book
Article ID: CTX474417
calendar_today
Updated On:
Description
How to specify multiple Delivery Controllers while doing VDA installation using command line.
Instructions
- Specify the Delivery controller FQDN names in quotes spearated by a comma.
- Run the below command separated by comma for successfull installation of multi-session OS VDA. The same syntax works for VDAWorkstationSetup.exe as well for intalling a single-session OS VDA.
VDAServerSetup_xxx.exe /quiet controllers "ddc1.abc.com","ddc2.abc.com" /enable_hdx_ports /enable_Remote_Assistance /enable_real_time_transport /enable_ss_ports /noreboot
- Running the below command without separating the Delivery Controller names by comma throws the error "You must enter valid command line arguments." in Xendesktop Installation logs.
VDAServerSetup_xxx.exe /quiet controllers "ddc1.abc.com" "ddc2.abc.com" /enable_hdx_ports /enable_Remote_Assistance /enable_real_time_transport /enable_ss_ports /noreboot09:34:09.3475 : XenDesktopSetup:Starting asynchronous process 'C:\Windows\TEMP\Ctx-B11EFC6B-F887-46B5-8347-89C39C85AB47\Extract\Image-Full\x64\XenDesktop Setup\AnalyticsUploader.exe' with args ''
09:34:14.5126 $ERR$ : XenDesktopSetup:
You must enter valid command line arguments. For more information, use /Help.09:34:14.5126 : XenDesktopSetup:<BACKUP>:Cleanup > NO RP was created in this session:Success
,exitCode=BadCommandLineArgumentNote:
VDAServerSetup.exe Installs a multi-session OS VDA.
VDAWorkstationSetup.exe Installs a single-session OS VDA.
Issue/Introduction
This article describes how to specify multiple Delivery Controllers while doing VDA installation using command line.