Search This Blog

Upgrade vSphere EXSi from 4.0 to 4.1 Using vihostupdate

  1. Run vSphere Host Update Utility 4.0 to install all 4.0 patches.
  2. If the host is managed by vCenter Server, you must Upgrade vCenter Server to v.4.1 first.
  3. Install vSphere CLI on a computer.
  4. Download the upgrade ZIP bundle to the vSphere CLI computer.  Make sure download the ESXi (ESX Installable) ZIP bundle.
  5. Power off any virtual machines that are running on the host and place the host into maintenance mode.
  6. (Optional) Configure a scratch directory (see KB1004177).  Create a directory (scratch_dir) on the VMFS volume.
  7. (Optional) Set the scratch directory to /vmfs/volumes/datastore1/scratch_dir
  8. (Optional) Select  the “ScratchConfig.ConfiguredSwapState” option.
  9. (Optional) Reboot the ESXi host.
  10. On vSphere CLI computer, vihostupdate.pl --server <host-ip-addr> -i -b "upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip" -B ESXi410-GA-esxupdate
  11. vihostupdate.pl --server <host-ip-addr> -i -b "upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip" -B ESXi410-GA
  12. Reboot the ESXi host.

4 comments:

  1. Is this as well possible on 32bit hosts?

    ReplyDelete
  2. Starting with v.4.0, EXSi only works on 64-bit hardware. It should not be a problem if you are already running v.4.0.

    Verify the hardware with the compatibility guide (http://www.vmware.com/resources/compatibility/search.php).

    ReplyDelete
  3. Nope, was on 3.5 on a 32bit installation now updated with your instructions to 4.0

    The host is 64 bit compatible.
    Will that work to update from 4.0 to 4.1 on this host?

    When executing vihostupdate.pl in PowerCLI I get CommandNotFoundException. Any hint?

    ReplyDelete
  4. I don't see any reason why the update won't work.
    #1. The host is 64-bit compatible.
    #2. It's running v.4.0.

    You should execute the command in VMware vSphere CLI, not PowerCLI.

    ReplyDelete

Use WinSCP to Transfer Files in vCSA 6.7

This is a quick update on my previous post “ Use WinSCP to Transfer Files in vCSA 6.5 ”. When I try the same SFTP server setting in vCSA 6.7...