5.5

Table Of Contents
VMware, Inc. 12
Command-Line Installation and Upgrade of VMware vCenter Server
TM
5.5
NOTEvSphere5.5supportscommandlineinstallationonlyforvCenterSingleSignOnprimarysites.
CommandlineinstallationisnotsupportedforsecondarysitesinavCenterSingleSignOnhighavailability
ormultisitedeployment.
Example 1. Local Installation with Basic Single Sign-On.
start /wait msiexec.exe /i "path_to_installer\VMware-SSO-Server.msi" /qr
SSO_HTTPS_PORT=7444
DEPLOYMODE=FIRSTDOMAIN
ADMINPASSWORD=Admin@12345
SSO_SITE=mysite
INSTALLDIR=\"E:\vCenter\"
/l*v %TEMP%\vim-sso-msi.log
vCenter Inventory Service Local Installation Example
Beforeyoubegin,reviewthesections“MicrosoftWindowsInstallerCommands”onpage 3,“vCenterServer
InstallerCommandParametersonpage 4,and“BasicProcedureforInstallingvCenterServerand
ComponentsfromtheCommandLine”onpage 11.vCenterInventoryServiceinstallationcommand
parametersarelistedinTable 2.
Example 2. Inventory Service Local Installation
start /wait
my_media
\”inventory Service”\VMware-inventory-service.exe /S /v"
INSTALLDIR=\"C:\Program Files\VMware\Infrastructure\"
QUERY_SERVICE_NUKE_DATABASE=0 or 1
SSO_ADMIN_USER=\"administrator@vsphere.local\"
SSO_ADMIN_PASSWORD=\"Admin@12345\"
LS_URL=\"https://hostname-domain.com:7444/lookupservice/sdk\"
HTTPS_PORT=10443
FEDERATION_PORT=10111
XDB_PORT=10109
TOMCAT_MAX_MEMORY_OPTION=S
/L*V "%temp%\vim-qs-msi.log" /qr"
vCenter Server Local Installation Examples
Beforeyoubegin,reviewthesections“MicrosoftWindowsInstallerCommands”onpage 3,“vCenterServer
InstallerCommandParametersonpage 4,and“BasicProcedureforInstallingvCenterServerand
ComponentsfromtheCommandLine”onpage 11.vCenterServerinstallationcommandparametersare
listedinTable 3.
Theexamplesassumethatyouarerunningthe
installationfromalocaldisk,notanetworklocation.See
“InstallingoveraNetwork”onpage 2.ForexamplesofvCenterServerremoteinstallationcommands,see
“RemoteInstallationExamples”onpage 16.
vCenter Server Typical Local Installation
UsethedefaultsettingstoinstallvCenter Servertothedefaultlocationwiththebundleddatabase.
Example 3. Typical Local Installation – Use the Default Settings
start /wait media\vCenter-Server\VMware-vcserver.exe /w /1033 /v"/qr
DB_SERVER_TYPE=Bundled
FORMAT_DB=1
SSO_ADMIN_USER=\"administrator@vsphere.local\"
SSO_ADMIN_PASSWORD=\"Admin@12345\"
LS_URL=\"https://hostname-domain.com:7444/lookupservice/sdk\"
IS_URL=\"https://FQDN:10443/\"
VC_ADMIN_USER=administrator@vsphere.local
/L*v \"%TEMP%\vmvcsvr.log\""