Uploading and installing patches with the VI Client

Although most ESX patches are now done through VMware’s Update Manager but occasionally we will need up manually patch an ESX host.  Here is a quick way to do it with just the VI Client and putty.

  1. Be sure to put your host into Maintenance mode.
    image
  2. After downloading your patch to your workstation, launch the VI client and pick an ESX host.
    Right click on a datastore (local storage is great for this) and click ‘Browse DataStore’.
    image
  3. You can then click the upload icon image and then Upload File.
    image
  4. Navigate and choose your patch file package.
    image
  5. Wait for the upload to complete. :) 
      image
  6. Launch Putty (or go to the server console) and log into your ESX host and switch to your DataStore directory.
     image
  7. Move the package from the DataStore to the /tmp/ directory
    mv <package> /tmp/
    image
  8. cd /tmp/ and unzip <package>
    image
  9. change into the created directory and run esxupdate update
    image
  10. Once complete, reboot and exit Maintenance mode.

TAGS