5.5

Table Of Contents
VMware, Inc. 3
Command-Line Installation and Upgrade of VMware vCenter Server
TM
5.5
To prepare for installing with an existing database
1Ensurethatthedatabasehostmachinebelongstothedomain.
2LogintothevCenterServerhostmachineasadomainuserwhobelongstothelocaladministratorgroup.
3 CreatetheDSNwithintegratedOSauthenticationmode.
TheDSNusermustbethesameasthelocaladministratorforvCenterServer
serviceaccount.
SeethevSphereInstallationandSetupdocumentationformoreinformationaboutpreparingyourvCenter
Serverdatabase.
Installing and Joining a Group Using Linked Mode
IfyouareinstallingavCenterServerthatyouwanttojointoaLinkedModegroup,ensurethatthereisanother
version5.5vCenter Server,sothatyouhaveagroupofatleasttwoservers.TheremustbeatleasttwovCenter
Serverinstallationstocreateagroup.LinkedMode
installationissupportedonlyifthevCenterServerstobe
joinedareofthesameversion,andareregisteredtothesameSingleSignOnserver.
To prepare for installing and joining a group using linked mode
1InstallthefirstvCenterServerinstanceandspecifyVCS_GROUP_TYPE=Single.
2ForeachsubsequentvCenterServerinstallationthatyouwilladdtotheinitialgroup,specify
VCS_GROUP_TYPE=GroupandprovidetheFQDNofthehostofthefirstinstallation.
Installing vCenter Server and Components Remotely
ToinstallvCenterServerremotely,installthevCentercomponentsseparately,inthisorder:vCenterSingle
SignOn,vCenterInventoryService,vCenterServer,andProfileDrivenStorageService(SPS).Seethe
examplesin“RemoteInstallationExamples”onpage 16.
Remote and Scheduled Installations of vCenter Server and Components
IfyouareperformingaremoteorscheduledinstallationofvCenterServer,youmustinstallProfileDriven
StorageService(SPS)separatelyfromvCenterServer.Installthecomponentsinthisorder:vCenterSingle
SignOn,vCenterInventoryService,vCenterServer,andProfileDrivenStorageService(SPS).Seethe
commandlineexamplesin
“RemoteInstallationExamples”onpage 16.
vCenter Server Installation Commands
vCenter ServercommandlineinstallationusesMicrosoftWindowsInstaller(MSI)commandstructurewith
parametersspecifictovCenterServerandrelatedcomponents.Youcanusethecommandlineinstallation
optionstoinstallvCenterServercomponentsfromtheMSDOScommandpromptinWindowsorbywriting
aWindowsbatchfile(.bat).
Microsoft Windows Installer Commands
ThevCenter ServerinstallationcommandsarebasedontheMicrosoftWindowsInstaller(MSI).
Someactionsduringinstallationrequireinteractiveresponsetoprompts.Onlypassiveinstallationusing
themsiexeccommandoption/qrissupported.Thefullysilentoption(/qn)isnotsupported.
Youmustincludedoublequotationmarksforvaluesthatcontainspaces.Otherwise,theinstallationfails.
Usingnull,asin
parameter
=,for\"\"isnotallowed.Forvaluesotherthannull,doublequotationmarks
arenotrequired,forexampleFORMAT_DB = 1andFORMAT_DB = "1"areidentical.Allparametersthat
appearinthe/v"..."sectionmustuseabackslash(\)toescapequotationmarks,forexample,
SSO_ADMIN_PASSWORD=\"my password\".Ifaqu ot e isnotescaped,the/v"..."optionistermina te d. The
closingdoublequotein/v"..."shouldhaveatleastonespacebeforeit.Otherwise,thelastparameter
insidethisstringwillnotreceivethepropervalue.
ForinformationaboutMSIcommandlineoptions,seetheMicrosoftDeveloperNetw ork.