Horizon Workspace – Offline Upgrade – v1.5 to v1.8

horizon-3After upgrading several different environments to Horizon Workspace 1.8, it’s become clear to me that the “offline upgrade” feature is something that should be used whenever possible. Maybe it’s just the environments I’ve worked in, but going from 1.5 to 1.8 takes much much longer than going from 1.0-1.5. This guide is intended to help you accomplish an offline upgrade from 1.5 to 1.8, while having a plan to restore to 1.5 in case of a failure. This is the fastest process I have found to perform the upgrade. Even with these measures, I’d plan on getting a 4-5 hour outage window for a production environment (2 connector, service, gateway, data virtual appliances)

First thing is first – VMware currently only provides the update repo files mentioned in the documentation centerย if you call and speak to global support services.

  1. Call VMware GSS and request update repo files for the offline upgrade from horizon workspace 1.5 to 1.8. Ensure that they provide you with the files “configureupdate.hzn”, and “updatelocal.hzn”.
  2. Copy the “updatelocal.hzn” file to the configurator-va directory:ย /usr/local/horizon/lib/menu/
  3. Copy the “configureupdate.hzn” file to every virtual appliance in the directory:ย /usr/local/horizon/scripts/
  4. Set the permissions of each script to 700 (chmod 700 /usr/local/horizon/scripts/configureupdate.hzn)
  5. Add the “configureupdate.hzn” script to the sudoers file on each va. A snippet of the end of the sudoers file will look like this:
    1. /usr/local/horizon/scripts/setupSshKeys.hzn, \
    2. /sbin/reboot, \
    3. /usr/local/horizon/scripts/configureupdate.hzn
  6. Create the following directory structure on a web server that’s accessible by every horizon workspace app. Note, the published documentation says to create the service-va directory “srv”, but the script specifies the directory “svc”.
    1. vapp
      1. conn
      2. cfg
      3. gty
      4. svc
      5. dta
  7. Extract each update repo zip file to their respective directories.
  8. Run the following snippet on the configurator-va to make sure your setup is good to proceed, and configure each VA to use the local update source. If there are no errors appear, you’re good to keep going.
    1. /usr/local/horizon/lib/menu/updatelocal.hzn checkurl http://yourhost/vapp
    2. /usr/local/horizon/lib/menu/updatelocal.hzn seturl http://yourhost/vapp
  9. At this point, you can proceed with your upgrade as normal. Here’s the steps I personally use to prep for the upgrade to ensure that there are no issues.
  10. Backup your postgres database –ย On the command line of your vFabric postres server, run this command:
    1. /opt/vmware/vpostgres/current/bin/pg_dump -U postgres -W –clean -f ~/Before_HWS_1.8.data saas
    2. The default password is H0rizon!
  11. Run the script below – requires vmware powercli. Ensure that your postgres server has the default name. If it doesn’t, change the script below.

Leave a Reply

Your email address will not be published. Required fields are marked *

Copyright VirtJunkie.com ยฉ 2024