5.5

Table Of Contents
VMware, Inc. 16
Command-Line Installation and Upgrade of VMware vCenter Server
TM
5.5
vSphere Client 5.5.x Installation over Virtual Infrastructure Client
InstallingthevSphereClientoveranexistinginstallationoverwritestheoriginalinstallation.Youarenot
promptedtoconfirmtheinstallation.YoucansafelyinstallthevSphere Clientoverthefollowingversionsof
theVirtualInfrastructureClient(VI Client)orthevSphereClient:
VI Client2.0
VI Client2.0.1
VI Client2.0.1P1,P2
VI Client2.0.2
VI Client2.0.2U1,U2,U3,U4,U5
VI Client2.5
VI Client2.5U1,U2,U3,U4
vSphereClient4.0.x
vSphereClient4.1.x
vSphereClient5.0.x
vSphereClient5.1.x
Example 12. vSphere Client 5.5 Installation over Virtual Infrastructure Client
start /wait media\vSphere-Client\VMware-viclient.exe /w /1033 /v"/qr /L*v
\"%TEMP%\vim-vic-msi.log\""
vSphere Web Client Local Installation Example
Beforeyoubegin,reviewthesections“MicrosoftWindowsInstallerCommands”onpage 3,“vCenterServer
InstallerCommandParametersonpage 4,and“BasicProcedureforInstallingvCenterServerand
ComponentsfromtheCommandLineonpage 11.vSphereWebClientinstallationcommandparametersare
listedinTable 5.
Example 13. vSphere Web Client Local Installation
start /wait InstallerPath\VMware-WebClient.exe /1033 /v"/qr
HTTP_PORT=9090 HTTPS_PORT=9443
SSO_ADMIN_USER=\"administrator@vsphere.local\"
SSO_ADMIN_PASSWORD=\"Admin@12345\"
LS_URL=\"https://hostname-domain.com:7444/lookupservice/sdk\"
INSTALLDIR=\"InstallationPath\"
/L*v \"%TEMP%\vim-ngc-msi.log\""
Remote Installation Examples
ToinstallvCenterServerremotely,installthevCentercomponentsseparately,inthisorder:vCenterSingle
SignOn,vCenterInventoryService,vCenterServer,andProfileDrivenStorageService(SPS).
Beforeyoubegin,reviewthesections“MicrosoftWindowsInstallerCommands”onpage 3,“vCenterServer
InstallerCommandParametersonpage 4,and“BasicProcedurefor
InstallingvCenterServerand
ComponentsfromtheCommandLine”onpage 11.
vCenterServerrequirestheMicrosoft.NET3.5SP1Framework.The.NET3.5SP1installationmightrequire
Internetconnectivitytodownloadmorefiles.Ifthetargethostdoesnothave.NET3.5SP1installed,youcan
installitremotelybyusing
thecommandinExample 14.
Example 14. Microsoft .NET 3.5 SP1 Installation for Windows Server 2008 and later
start /w ocsetup.exe "NetFx3" /quiet /norestart /log:\%TEMP%\netfx3.log\"