If you want to perform the offline upgrade using a local web server, prepare the web server to host the upgrade file, configure the existing 21.08.X Workspace ONE Access appliance to point to the web server, and perform the upgrade.

Prepare a Local Web Server for Offline Upgrade

Before you start the offline upgrade, set up the local web server by creating a directory structure that includes a subdirectory for the Workspace ONE Access virtual appliance.

Expect some downtime during upgrade and plan the timing of your upgrade accordingly.

Prerequisites

  • Perform the general offline-upgrade prerequisites. See Prerequisites for a Workspace ONE Access Offline Upgrade.
  • Download the VMware Workspace ONE Access offline upgrade package, identity-manager-22.09.0.0-buildNumber-updaterepo.zip, from the VMware Workspace ONE Access product download page on my.vmware.com.
  • If you use Web Server (IIS), configure the web server to allow special characters in file names. You configure this in the Request Filtering section by selecting the Allow double escaping option.

Procedure

  1. Create a directory on the web server at http://YourWebServer/VM/ and copy the downloaded zip file to it.
  2. Verify that your web server includes mime types for .sig (text/plain) and .sha256 (text/plain).

    Without these mime types your web server fails to check for updates.

  3. Unzip the file.

    The contents of the extracted ZIP file are served by http://YourWebServer/VM/.

    The extracted contents of the file contain the following subdirectories: /manifest and /package-pool.

  4. Run the following updatelocal.hzn command to check that the URL has valid update contents.
    /usr/local/horizon/update/updatelocal.hzn checkurl http://YourWebServer/VM

Configure the Appliance and Perform Offline Upgrade

Configure the Workspace ONE Access appliance to point to the local web server to perform an offline upgrade. Then upgrade the appliance.

Prerequisites

Prepare a local web server for offline upgrade. See the preceding section.

Procedure

Note: When you run the 22.09 upgrade script, XPath set is empty messages display in the script. These messages can be ignored.
  1. Log in to the Workspace ONE Access appliance as the root user.
  2. Run the following command to configure an upgrade repository that uses a local web server.
    /usr/local/horizon/update/updatelocal.hzn seturl http://YourWebServer/VM/
    		  
    Note: To undo the configuration and restore the ability to perform an online upgrade, you can run the following command.
    /usr/local/horizon/update/updatelocal.hzn setdefault
  3. Perform the upgrade.
    1. Run the following updatemgr.hzn command.
      /usr/local/horizon/update/updatemgr.hzn updateinstaller
    2. Run the following command.
      /usr/local/horizon/update/updatemgr.hzn update

      Messages that occur during the upgrade are saved to the update.log file at /opt/vmware/var/log/update.log.

    3. Run the updatemgr.hzn check command again to verify that a newer update does not exist.
      /usr/local/horizon/update/updatemgr.hzn check
    4. Restart the virtual appliance.

      reboot

    5. Check the version of the upgraded appliance.
      vamicli version --appliance

      The new version is displayed.

    6. After you upgrade all the nodes in your Workspace ONE Access deployment, use the diagnostics dashboard to monitor system information health.
      Note: After upgrading to 22.09, a redesigned Workspace ONE Access console is displayed. The Monitor > Resiliency tab replaces the Dashboard>System Diagnostics Dashboard tab. For details about the Workspace ONE Access console redesign, see Workspace ONE Access Console Features and Settings in the administration guide.
      1. Log in to the Workspace ONE Access console.
      2. Select Monitor > Resiliency
      3. If your deployment consists of more than one Workspace ONE Access appliance, select the appliance you want to monitor.
      4. Check the status of the various services. Review each of the sections.

    Results

    The upgrade is complete.

    See Post-upgrade Configuration of Workspace ONE Access.