5.5

Table Of Contents
VMware, Inc. 22
Command-Line Installation and Upgrade of VMware vCenter Server
TM
5.5
Auto Deploy Installation Examples
Example 25installsAutoDeploywiththelogfilewrittentothe%TEMP%directory.
Example 25. vSphere Auto Deploy Installation
VMware-autodeploy.exe /s /v"VM_PATH_DATA=\"C:\DATA\"
VM_DATA_SIZE=4
VM_PORT=6501
VM_PORTADD=6502
VC_SERVER_ADDRESS=10.20.104.158
VC_SERVER_PORT=80
VC_SERVER_USER=\"myUser\"
VC_SERVER_PASSWORD=\"myPassword\"
VC_SERVER_THUMBPRINT=\"6A:60:D0:25:8B:3E:67:0F:9B:EA:14:C5:F3:B7:01:2C:3B:11:EF:2A\"
/qn /L*v \"%TEMP%\vim-autodeploy-msi.log\""
Example 26performsasilentminorupgradeofAutoDeploywiththelogfilewrittentothe%TEMP%
directory.
Example 26. vSphere Auto Deploy Minor Upgrade
VMware-autodeploy.exe /s /v"/qn /L*v \"%TEMP%\vim-autodeploy-msi.log\""
Example 27performsasilentmajorupgradeofAutoDeploywiththelogfilewrittentothe%TEMP%
directory.
Example 27. vSphere Auto Deploy Major Upgrade
VMware-autodeploy.exe /s /v"/qn /L*v \"%TEMP%\vim-autodeploy-msi.log\""
Example 28removesAutoDeploysilentlywiththelogfilewrittentothe%TEMP%directory.
Example 28. vSphere Auto Deploy Uninstallation
VMware-autodeploy.exe /s /x /v"/qn /L*v \"%TEMP%\vim-autodeploy-msi.log\""
Troubleshooting: vSphere Auto Deploy Installation Logs
vSphereAutoDeployinstallationlogsarestoredat:
%TEMP%\vim-autodeploy-msi.log(MSIlog)
%TEMP%\vminst.log(customlog)
Installing, Upgrading, and Uninstalling vSphere Authentication Proxy
Beforeyoubegin,reviewthesections“MicrosoftWindowsInstallerCommands”onpage 3and“Basic
ProcedureforInstallingvCenterServerandComponentsfromtheCommandLine”onpage 11.
VC_SERVER_PASSWORD=\"
password
\" vCenterServeruserpassword
VC_SERVER_PORT=
port number
vCenterServerportnumber
VC_SERVER_THUMBPRINT=
thumbprint
vCenterServercertificatethumbprint
VC_SERVER_USER=\"
user_name
\" vCenterServerusername
Table 7. Auto Deploy Installation Command Parameters for theVMware-autodeploy.exeCommand