Install VMware vSphere ESXi Update Via Command Line

Channel:
Subscribers:
14,400
Published on ● Video Link: https://www.youtube.com/watch?v=qUobuEbjb3A



Category:
Vlog
Duration: 2:20
181 views
8


#ESXi #VMware #Update #CLI

Full steps can be found at https://i12bretro.github.io/tutorials/0639.html

--------------------------------------------------------------------
Downloading the Update
--------------------------------------------------------------------
   01. Open a web browser and navigate to https://customerconnect.vmware.com/
   02. Register or login with an existing account
   03. Search for vmware vsphere
   04. Filter the results to Downloads
   05. Select the result for the target version of VMware vSphere
   06. Use the Select Version dropdown to set the target update version
   07. Scroll down and download the VMware vSphere Hypervisor (ESXi) Offline Bundle
 
--------------------------------------------------------------------
Applying the Update
--------------------------------------------------------------------
   01. Log into the VMware vSphere ESXi web UI
   02. Enable the SSH service if it is not already enabled by selecting Actions ≫ Services ≫ Enable Secure Shell (SSH)
   03. Select Storage from the left navigation menu
   04. Click Datastore browser in the main content area ≫ Select a target Data store ≫ Click Upload ≫ Browse to and select the downloaded Offline Bundle .zip file
   05. After the upload completes, connect to the ESXi host via SSH
   06. Run the following commands
         # put the host into maintenance mode
         vim-cmd hostsvc/maintenance_mode_enter
         # list datastores
         ls /vmfs/volumes
         # run the update, replacing the datastore name and update file name
         esxcli software vib install -d "/vmfs/volumes/datastore1/ESXi670-201912001.zip"
         # after the update completes, reboot the host
         reboot
         # once the host is back up, log back in
         # take the host out of maintenance mode
         vim-cmd hostsvc/maintenance_mode_exit
   07. Log back into the VMware vSphere ESXi web UI
   08. Verify the updated version is displayed
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
How To Patch ESXi Host
How To Update ESXi Host
ESXi
VMware
VSphere
Hypervisor
Virtual Machine
VM
Update
SSH
CLI
Command Line
Manual Update
How To
Tutorial
i12bretro