Upgrade ESXi 6.7 to ESXi 7.0 using esxcli

Page content

Upgrade

vSphere 7.0 was announced by VMware quite a while ago vSphere 7.0 announcement but only recently I had some time to upgrade my Home Lab to vSphere 7.0.

In this post I will show you the procedure to upgrade ESXi to vSphere 7.0 using esxcli commands.

There are several steps to do it but we need to sort out the prerequisites first.

Prerequisites

There is pretty much only one prerequisite - download offline bundle which will be used to upgrade running ESXi.

  1. Enable SSH on your ESXi host. If you don’t know how to do it you can follow VMware KB Using ESXi Shell in ESXi 5.x, 6.x and 7.x (2004746)
  2. Upload ESXi upgrade offline bundle via your favorite SCP client. As an alternative you can upload via browser. To do it follow VMware documentation “Upload Files or Folders to Datastores”
  3. Once the file is uploaded we need to login to ESXi host via SSH.
  4. While being logged via SSH we need to execute following command to actually upgrade the ESXi.
esxcli software profile update -p ESXi-7.0.0-15843807-standard -d /vmfs/volumes/datastore1/VMware-ESXi-7.0.0-15843807-depot.zip
  1. Once the upgrade is done you will find information that reboot is required.

    ESXi upgraded, reboot required

  2. After the reboot ESXi is ready to use with the upgraded version.

    ESXi upgraded, reboot done