If your Workspace ONE Access 20.10.X virtual appliance cannot connect to the Internet for upgrade, you can perform an offline upgrade.

Two options are available for offline upgrade. You can set up an upgrade repository on a local Web server and configure the appliance to use the local Web server for upgrade. Or you can download the upgrade package to the Workspace ONE Access 20.10.x server and use the updateoffline.hzn script to upgrade.

Prerequisites for a Workspace ONE Access Offline Upgrade

Before you upgrade the 20.10.X virtual appliance offline, perform these prerequisite tasks.

  • Change the NIC network adapter type to VMXNET 3 on the appliance. See Update NIC from E1000 to VMXNET 3 on the Appliance before Updating Workspace ONE Access to 21.08.
  • Take a snapshot of your virtual appliance to back it up. For information about how to take snapshots. See KB article 2032907, Managing snapshots in vSphere Web Client.
  • Verify that at least 10 GB of free disk space (/dev/sda) are available on the virtual appliance. To see if you have enough disk space, run the df -k command.
  • Verify the health of the Elasticsearch service Go to the System Diagnostic Dashboard in the Workspace ONE Access console and review the Integrated Components section. Confirm that the values for the Elasticsearch items are green. If the state displays as red, fix the Elasticsearch issues before upgrading. See the Troubleshooting Elasticsearch Cluster Health: VMware Workspace ONE Access Operational Tutorial guide.
  • Microsoft SQL server 2012 and 2014 updated with the Microsoft SQL patch to support TLS 1.2.
  • If you revoked the db_owner role on the Microsoft SQL database, you must add it back before performing the upgrade, otherwise the upgrade fails. Add the db_owner role to the same user that was used during installation:
    1. Log in to the Microsoft SQL Server Management Studio as a user with sysadmin privileges.
    2. Connect to the database instance for Workspace ONE Access 20.10.X
    3. Enter the following commands.

      If you are using Windows Authentication mode, use the following commands:

      USE <saasdb>;
      ALTER ROLE db_owner ADD MEMBER <domain\username>; GO 
      						  

      Make sure that you replace <saasdb> with your database name and <domain\username> with the relevant domain and username.

      If you are using SQL Server Authentication mode, use the following commands:
      USE <saasdb>;
      ALTER ROLE db_owner ADD MEMBER <loginusername>; GO 
      						  

      Make sure that you replace <saasdb> with your database name and <loginusername> with the relevant username.

    For information about revoking the database-level role, see Change Database-Level Roles After Upgrade to Workspace ONE Access
  • Take a snapshot or backup of the external database.
  • Verify that Workspace ONE Access is properly configured.
  • Confirm that a Workspace ONE Access upgrade exists. Check the My VMware site at my.vmware.com for upgrades.
  • If you are upgrading using the updateoffline.hzn script and your deployment includes a proxy server, deactivate the proxy server.

    Deactivate the proxy server from the Workspace ONE Access console.

    1. Log in to the Workspace ONE Access console and navigate to the Appliance Settings > VA Configuration page.
    2. Click Manage Configuration, log in with the admin user password, and click Proxy Configuration.
    3. Deactivate Proxy.
    4. Click Save.

    After a successful upgrade, enable the proxy server again.

  • Ensure that following directory space requirements are met.
    Directory Minimum Available Space
    / 4 GB
    Directory where you download the dualbootupdate.tar.gz file, if applicable 2 GB
    Directory where you download the offline upgrade package, identity-manager-21.08.0.0-buildNumber-updaterepo.zip 2 GB