3

We are running a standalone VMware 5.5 host server (HP ProLiant) that is not part of a cluster or even a SAN with other hosts. It has a number of patches that need to be applied to it and I'm wondering what the best way to do this is. I can use the Update Manager to stage the patches to the host but then I need to shutdown all the guests in order to put the host in to maintenance mode to actually apply them. Obviously this shuts down the Update Manager. I could vMotion the host off to another server but, as I said, this host isn't a part of a SAN so it would require quite a while to copy everything off and then back again when the updates are done.

Is there a simple way to apply the patches that have been staged once the host is in maintenance mode?

Caynadian
  • 578

1 Answers1

3

You would download the patches from here:

You would apply the patches using the ESXi command line and following VMware's instructions.

In the end, you're basically putting the host in maintenance mode and running something like: esxcli software vib install -d "/path/to/patch/ESXi500-201111001.zip"

The patches are cumulative (kinda), so you only need the newest build number.

ewwhite
  • 201,205