5.5

Table Of Contents
VMware, Inc. 6
Command-Line Installation and Upgrade of VMware vCenter Server
TM
5.5
vCenter Server Installation Command Parameters
Table 3. vCenter Server Installation Command Parameters
Parameter Default Conditions
LICENSEKEY=\"
licensekey
\" None Ifyouomitthe licensekey,vCenter Serve rwillbein
evaluationmode,whichallowsyoutousethefull
featureset.Afterinstallation,youcanconvert
vCenter Servertolicensedmo debyenteringthe
licensekeyusingthevSphere Client.
DB_SERVER_TYPE=[Bundled|Custom] Bundled ConfiguresvCenter Servertouseanexisting
databaseinstance.
WhenusingBundled,you
mustalsoinclude
FORMAT_DB=1.
WhenusingCustom,youmustalsoinclude
DB_DSN=\"
dns_name
\",
DB_PASSWORD=\"
password
\",and
DB_USERNAME=\"
username
\".
Thebundleddatabaseissuitablefor
deploymentsofupto5hostsand50virtual
machines.
IfyouareusinganexistingSQLServer
databasethatusesWindowsNT
authentication,DB_PASSWORDand
DB_USERNAMEdonothavetobepassed.The
loggedinuserwillbeusedtologintothe
database.
DB_DSN=\"
name
\" "VMware VirtualCenter" CustomizestheDSN.
RequiredonlyifDB_SERVER_TYPE=Custom.
DB_DSN_WINDOWS_AUTH=1 None Setto1ifWindowsNTauthenticationisused.
Otherwise,thisparameterisnotpassed
DB_USERNAME=\"
name
\" None SetstheDSNaccountname.
RequiredonlyifDB_SERVER_TYPE=Customand
SQLauthenticationisused. Theloggedinuser
willbeusedtologintothedatabase.
DB_PASSWORD=\"
password
\" None SetstheDSNaccountpassword.
RequiredonlyifDB_SERVER_TYPE=Customand
SQLauthenticationisused.
FORMAT_DB=1 0 Createsafreshdatabaseschema.Allexistingdata
islostifthedatabasealreadyexists.
RequiredonlyifDB_SERVER_TYPE=Bundled,but
canbeusedwithDB_SERVER_TYPE=Customasa
meanstooverwriteexistingdatabase.
CAUTIONUsingFORMAT_DB=1resultsinloss
ofdata.Donotuseitifyouwanttopreserve
theexistingdataandthedatabaseschema.
JVM_MEMORY_OPTION=[S|M|L] S ChoicesrefertovCenterServerinventorysize.
S - Smallinventory(1100hostsor11000
virtualmachines)
M - Mediuminventory(100400hostsor
10004000virtualmachines)
L - Largeinventory(morethan400hostsor
4000virtualmachines)
ThisparameterdeterminesthemaximumJVM
heapsettingsforVMwareVirtualCenter
ManagementWebservices(Tomcat).Youcan
adjustthissettingafterinstallationifthenumber
ofhostsinyourenvironmentchanges.Seethe
recommendationsinthevSphereInstallationand
Setupdocumentation.