HomeVirtualizationVMwareUpgrading from ESXi 6.7 to ESXi 6.7 U1 via CLI

Upgrading from ESXi 6.7 to ESXi 6.7 U1 via CLI

In This Article:

WHAT:

Upgrade from ESXi 6.7 to 6.7 U1 via CLI.

Note: There are other ways to update the ESXi hosts. When a cluster is used in a production environment, is better to use vSphere update manager.

To know what is new in vSphere 6.7 U1 and where to get the latest updates, take a look at this post.

HOW:

To update ESXi host to 6.7 U1, follow the steps below:

  1. Open an SSH session of the ESXi host (with Putty, for example)
  2. Check the current version with the command line: vmware -vl
[root@ESXi:~] vmware -vl
VMware ESXi 6.7.0 build-8169922
VMware ESXi 6.7.0 GA
  1. Download ESXi 6.7 U1 Offline Bundle. You can find the last patch here.
Download ESXi 6.7 U1 Offline Bundle
  1. Upload the image to an accessible datastore.
  2. Update ESXi with the following command line:
esxcli software profile update -p ESXi-6.7.0-20181002001-standard -d /vmfs/volumes/Datastore_Path/ISO/Update_FileName.zip

Note: Replace datastore name and path where the file was stored.

- Advertisement -

Note: "-p" specifies the name of the image profile to update the host with. (required). The options are below, but leave it as the command line above(default).

  • ESXi-6.7.0-20181002001-standard
  • ESXi-6.7.0-20181002001-no-tools
  • ESXi-6.7.0-20181001001s-standard
  • ESXi-6.7.0-20181001001s-no-tools
p27 Image02
  1. The “long command lines” indicates that the ESXi was updated.
ESXi was updated
  1. Reboot your ESXi host.
  2. Confirm the version one more time. Pay attention to the build-10302608 and Update 1.
[root@ESXi:~] vmware -vl
VMware ESXi 6.7.0 build-10302608
VMware ESXi 6.7.0 Update 1
Juan Mulford
Juan Mulford
I have been active in IT for over fourteen years now. I am a solutions architect, working with storage, virtualization, and VDI solutions. For the past ten years, I have been living and working in Taiwan.

Leave a Reply

- Advertisement -

Popular Articles

mulcas.com-Raspberry-Pi

Raspberry Pi OS in a Virtual Machine with VMware

4
Although the Raspberry Pi OS is designed and optimized for the Raspberry Pi module, it is possible to test and use it without its hardware, with VMware. This solution can be useful if you are a developer (or just a curious guy) and don't have a Raspberry Pi module with you
Unable to delete inaccessible datastore

Unable to delete an "inaccessible" datastore

7
I was switching my storage array, so I migrated the VMs from that old datastore/storage to a new datastore/storage. The old datastore was shared by 3 ESXi hosts, no cluster. After migrating the VMs and unmount/delete the datastore, it was still presented in two of the ESXi hosts and was marked as inaccessible.
This is not a valid source path / URL

This is not a valid source path / URL - SourceTree and Gitlab

0
I have been working on a project with a friend who set up a repository in Gitlab but even though I was able to view all projects on it, I couldn’t really join the repository. I was using SourceTree and Gitlab.
mulcas.com-VMware-OVF-Tool

How to export a Virtual Machine using the VMware OVF Tool

9
The VMware OVF Tool is implemented by VMware for easily importing and exporting virtual machines in Open Virtualization Format (OVF) standard format. Here, I want to show you how to download and install it, and then how to use it from a Windows machine.
Couldn't load private key - Putty key format too new

Couldn't load private key - Putty key format too new

5
couldn't load private key - Putty key format too new.” This issue happens when you use PuTTygen to generate or convert to a ppk key. Here is how to fix it. 
- Advertisement -

Recent Comments