VMware Cloud Community
VMwareSML
Contributor
Contributor

How do I view installed patches on my ESXi hosts

Good morning.  Can anyone instruct me on how I can get a list of all patches that have been installed on my ESXi 6.5 hosts?

-- Brian

0 Kudos
2 Replies
diegodco31
Leadership
Leadership

Hi

Verify that the VIBs are installed on your ESXi host:

# esxcli software vib list

VMware Knowledge Base

Diego Oliveira
LinkedIn: http://www.linkedin.com/in/dcodiego
0 Kudos
peetz
Leadership
Leadership

Greetings,

this question sounds easy, but actually requires a complicated answer ... What do you consider "a patch"?

The command "esxcli software vib list" accurately displays the current status by listing all installed software packages (VIBs) with their versions.

But if you are looking for a kind of patch history then the command

  esxcli software profile get

can help. It outputs a rather long "Description:" field that shows on which dates the system has been patched, and what packages were updated with each patch session. At the end it also shows the set of packages that the system was originally installed with. This way you get the complete history.

If you are just interested in the current ESXi build number and patch level then you would use

  esxcli system version get

Andreas

Twitter: @VFrontDe, @ESXiPatches | https://esxi-patches.v-front.de | https://vibsdepot.v-front.de
0 Kudos