Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vmware:tip:updesxi [2016/06/19 12:36] – angelegt jsvmware:tip:updesxi [2022/05/27 09:46] (current) js
Line 1: Line 1:
 ====== update esxi ====== ====== update esxi ======
  
-  * download patch +  * download patch from [[https://customerconnect.vmware.com/patch|VMware patch site]] 
-  * get list of profiles in update<code bash>esxcli --server=server_name software sources profile list --depot=http://webserver/depot_name</code>+  * upload patch zip archiv to datastore accessable from esxi, e.g. locale_datastore 
 +  * get list of profiles in update<code bash>esxcli software sources profile list -d /vmfs/volumes/<datastore>/<pfad>/<zip file></code> 
 +  * set maintenance mode<code bash>vim-cmd hostsvc/maintenance_mode_enter</code> 
 +  * install update<code bash>esxcli software profile update -d /vmfs/volumes/<datastore>/<pfad>/<zip file> -p <profile from above></code> 
 +  * reboot esxi 
 +  * disable maintenance mode<code bash>vim-cmd hostsvc/maintenance_mode_exit</code>