VMware Cloud Community
Arunideas
Contributor
Contributor

Vmware Vcenter 5.1 unattended installation

Hi Team,

           Am trying to install Vcenter 5.1 in a unattended way, i have used the following code.

start /wait vmware-vcServer.exe /S /L1033 /v " /qr LICENSEKEY=\"\" DB_SERVER_TYPE=Custom DB_DSN=\"Vcenter\" DB_DSN_WINDOWS_AUTH=1 DB_USERNAME=\"Test\testuser\" DB_PASSWORD=\"********\" JVM_MEMORY_OPTION=S SSO_ADMIN_USER =\"admin@System-Domain\" SSO_ADMIN_PASSWORD=\"***********\" LS_URL=\"https://Systemname.TEST.com:7444/lookupservice/sdk\" IS_URL =\"https://Systemname.TEST.COM:10443\" VC_ADMIN_USER=\"Test\testuser\" VC_ADMIN_IS_GROUP_VPXD_TXT=False VC_JDBC_URL = \"jdbc:jtds:sqlserver://Systemname.TEST.com:1433/Vcenter\""

But still it is stopping for user interaction to click the "next" button.

Also i understand that Some actions during installation require interactive response to prompts. Only passive installation using
the msiexec command option /qr is supported. The fully silent option (/qn) is not supported. Still is there any tweak to make it a unattended method of isntallation ?

0 Kudos
0 Replies