Difference between revisions of "ESXi Update"

From 6bit.ch wiki
Jump to navigation Jump to search
(Created page with "= ESXi Update = == Backup Current Config == <code>vim-cmd hostsvc/firmware/sync_config</code> sync running config</br> <code>vim-cmd hostsvc/firmware/backup_config</code> download config</br> == Update ESXi Version == <code>esxcli software sources profile list -d /vmfs/volumes/250/VMware-ESXi-7.0U3-18644231-depot.zip</code> show available profiles in depot</br> <code>esxcli software profile update -d /vmfs/volumes/250/VMware-ESXi-7.0U3-18644231-depot.zip -p ESXi-7.0U3-...")
 
Line 1: Line 1:
= ESXi Update =
== Backup Current Config ==
== Backup Current Config ==
<code>vim-cmd hostsvc/firmware/sync_config</code> sync running config</br>
<code>vim-cmd hostsvc/firmware/sync_config</code> sync running config</br>

Revision as of 13:07, 26 September 2024

Backup Current Config

vim-cmd hostsvc/firmware/sync_config sync running config
vim-cmd hostsvc/firmware/backup_config download config

Update ESXi Version

esxcli software sources profile list -d /vmfs/volumes/250/VMware-ESXi-7.0U3-18644231-depot.zip show available profiles in depot
esxcli software profile update -d /vmfs/volumes/250/VMware-ESXi-7.0U3-18644231-depot.zip -p ESXi-7.0U3-18644231-standard install (update) from -d depot with -p profile