OSI:VMware/Aktualizace

Z HelpDesk

Aktualizace vCenter

  • Přihlásit se na VAMI (vCenter Server Appliance Management Interface) na adrese https://vcenter.zcu.cz:5480.
  • Vybrat položku Update -> Check Updates -> Check Repository.

Aktualizace ESXi

esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-6.7.0-XXXXXXX-standard \
-d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient

Nějaký VIB blokuje aktualizaci

Když se při pokusu o upgrade objeví např. VIB Extrasphere_bootbank_extrasphere_3.0.2109_1.3.251 violates extensibility rule checks: ['(line 25: col 0) Element vib failed to validate content']

Zjistit konkrétní jméno

esxcli software vib list|grep Ex
 extrasphere                    3.0.2109_1.3.251                      Extrasphere  CommunitySupported  2017-05-31

a odstranit problematický VIB

esxcli software vib remove --vibname=extrasphere

Odkazy

Upgrading to vCenter Server 6.5 Update 1

VMware ESXi Patch Tracker

Remove VIBs from a Host