You can perform an online upgrade of the Workspace ONE Access service to a specific version instead of the latest available version, if required.
Expect some downtime during upgrade as reindexing Elasticsearch is a long process that can take over an hour to complete. See Migrating Elasticsearch Data from Workspace ONE Access 19.03.X and 20.01.X before Upgrading to 21.08
Procedure
- Log in to the Workspace ONE Access virtual appliance as the root user.
- Run the following updatemgr.hzn command.
/usr/local/horizon/update/updatemgr.hzn updateinstaller
- Run the following command to update the appliance to a specific version.
/usr/local/horizon/update/configureupdate.hzn provider --url https://vapp-updates.vmware.com/vai-catalog/valm/vmw/5C08B358-F782-11E1-8F08-78776188709B/newVersion
where
newVersion is the version to which you want to upgrade.
- To upgrade to version 20.01, use:
/usr/local/horizon/update/configureupdate.hzn provider --url https://vapp-updates.vmware.com/vai-catalog/valm/vmw/5C08B358-F782-11E1-8F08-78776188709B/20.01.0.0
- To upgrade to version 20.10.0.1 use:
/usr/local/horizon/update/configureupdate.hzn provider --url https://vapp-updates.vmware.com/vai-catalog/valm/vmw/5C08B358-F782-11E1-8F08-78776188709B/20.10.0.1
Messages that occur during the upgrade are saved to the update.log file at /opt/vmware/var/log/update.log.
- Restart the virtual appliance.
reboot
- Check the version of the upgraded appliance.
vamicli version --appliance
The new version is displayed.
- After you upgrade all the nodes in your Workspace ONE Access deployment, use the diagnostics dashboard to monitor system information health.
- Log in to the Workspace ONE Access console.
- Select .
- If your deployment consists of more than one Workspace ONE Access appliance, select the appliance you want to monitor.
- Check the status of the various services.
For example, to check the health of the Elasticsearch service, review the
Integrated Components section and confirm that the values for the Elasticsearch items are as expected. Therefore, the value for
Elasticsearch - Health is
Green, the information about the cluster nodes is accurate, and so on.
Results
The upgrade is complete.