5.5

Table Of Contents
VMware, Inc. 13
Command-Line Installation and Upgrade of VMware vCenter Server
TM
5.5
Ifthedatabaseisalreadyinstalled,FORMAT_DB=1commandparameterspecifiesreplacingtheexisting
database.WhenDB_SERVER_TYPE=Bundledisused,FORMAT_DB=1mustalsobespecifiedasdescribedinthe
Table 3conditionforDB_SERVER_TYPE.
vCenter Server Custom Local Installation
Example 4setsparametersforasinglevCenter Servercustominstallation.
Example 4. Custom Local Installation – Single vCenter Server Installation Parameters
start /wait media\vpx\VMware-vcserver.exe /w /1033 /v"/qr
LICENSEKEY=\"xxxxx-xxxxx-xxxxx-xxxxx-xxxxx\"
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=Administrators
DB_SERVER_TYPE=Custom
DB_DSN=\"VCCmdLineInstall-2\"
DB_USERNAME=\"Administrator\"
DB_PASSWORD=\"CENSORED\"
VPX_USES_SYSTEM_ACCOUNT=\”\”
VPX_ACCOUNT=\"TEST\administrator\"
VPX_PASSWORD=\"CENSORED\"
VPX_PASSWORD_VERIFY=\"CENSORED\"
INSTALLDIR=\"C:\VCServer\"
VCS_GROUP_TYPE=Single
VCS_HTTPS_PORT=443
VCS_HTTP_PORT=80
VCS_HEARTBEAT_PORT=902
TC_HTTP_PORT=8080
TC_HTTPS_PORT=8443
VCS_ADAM_LDAP_PORT=389
VCS_ADAM_SSL_PORT=902"
vCenter Server Local Installation over a Network
Overanetw ork,usethedefaultsettingstoinstallvCenterServ ertothedefaultlocationwiththebundleddatabase
Example 5. Typical Local Installation from a Network
start /wait \\10.112.121.19\c\VMware-VIMSetup-5.5.0_150520\vCenter-Server\VMware-vcserver.exe /w
/1033 /v"/qr
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=Administrators"
WhenDB_SERVER_TYPEisnotspecified,itsdefaultvalueisBundled,soFORMAT_DB=1mustbespecifiedas
shownintheTable 3conditionforDB_SERVER_TYPE.
vCenter Server Local Installation with an Existing Database
Example 6setsthedefaultuserasthecustomdatabaseserveruser.Thedomainusersetsthedefaultuserfor
vCenterServer,integratedOSauthentication,andremoteSQLServers.Thesamecommandstringworksfor
localSQLServers.