After I’ve installed the vCenter Server Appliance (vCSA) a few weeks ago the testing process is over and I’ve migrated our production vCenter to the new vCSA 6.0.0b. To be able to update and patch our ESXi hosts I want to install the vSphere Update Manager (vUM). Because there is no option to install the vUM on vCSA directly, you need a Windows host for installation.

Prerequirements

  • Windows Host (e.g. Windows Server 2012 R2 Standard)
  • SQL Server > Check the VMware Product Interoperability Matrix because SQL2012 SP1 is supported SP2 not!
    • Small deployments (5 Host / 50 VMs) could be installed with SQL2012 Express which is shipped within the installer.
  • vSphere Update Manager Database on SQL Server
    • Create a new database and give the service account dbo rights on Update Manager database and msdbinstallUpdateManagervCSA000005
  • Create System DSN on the vSphere Update Manager Host (32Bit DSN!)
    installUpdateManagervCSA000002
    installUpdateManagervCSA000003
    installUpdateManagervCSA000004

Installation

Now the installation can begin.

  • Mount the ISO (e.g. VMware-VIMSetup-all-6.0.0-2800571.iso) Download
  • Select vSphere Update Manager > Server in the left pane and click on install
    installUpdateManagervCSA000006
  • You can leave the checkbox active
    installUpdateManagervCSA000008
  • Next you need to enter the data and login to your vCenter Server
    We use a service account with administrative rights in the vCenter
    installUpdateManagervCSA000009
  • The installer now needs the previous added DSN to the Update Manager Database
    If the database is set to full recovery mode you will get a warning. Backup your database periodically and everything is fine :)installUpdateManagervCSA000010 installUpdateManagervCSA000011
  • If your Host is resolvable via DNS you can use the hostname for port settings. Otherwise you must use the IP address.
    If you have a proxy server for internet access you must activate to checkbox. Then the next step wants you proxy settings.installUpdateManagervCSA000012 installUpdateManagervCSA000013
  • The vSphere Update Manager uses two folder. One program folder and one for the patch and update data.
    If the partition which is storing the patch and update data has less the 120GB free space you get a warning messageinstallUpdateManagervCSA000015installUpdateManagervCSA000014
  • After installation ends you must check the logs in C:\ProgramData\VMware\VMware Update Manager\Logs vmware-vum-server-log4cpp.log
    As you can see the service is trying to connect the database with his computer account. If you find an error like this, you must change the user for the VMware vSphere Update Manager Service to the service account.

    [2015-08-20 09:41:45:827 ‘VcIntegrity’ 1940 ERROR]  [vcIntegrity, 829] Error initializing database: ODBC error: (28000) – [Microsoft][SQL Server Native Client 11.0][SQL Server]Fehler bei der Anmeldung für den Benutzer ‘AD\VSUM$’.

    installUpdateManagervCSA000018
    After restarting the service the log should show the initialization of the database.

  • Now you can install the vSphere Update Manager Client PlugIn on your vSphere Client
    installUpdateManagervCSA000016
  • The vSphere Update Manager Client is ready to use
    installUpdateManagervCSA000020

 

 

Recent documents / files

Download – Microsoft SQL Server 2012 SP2 Feature Pack (SQL Native Client)

Download – VMware vCenter Server 6.0.0b

VMware Product Interoperability Matrixes