Skip to main content

December 20, 2024 Archived

Upgrading Omnissa Access Offline

If your Omnissa Access 21.08.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 Omnissa Access 21.08.X server and use the updateoffline.hzn script to upgrade.

Prerequisites for a Omnissa Access Offline Upgrade

Before you upgrade the 21.08.X virtual appliance to 22.09 offline, perform these prerequisite tasks.

  • 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 the health of the Elasticsearch service. Go to the System Diagnostic Dashboard in the Omnissa 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.

    When you upgrade to Omnissa Access 22.09, Elasticsearch is migrated to OpenSearch version 1.3.5 which is embedded in the Workspace ONE appliance for auditing, reports, and directory sync logs. During the migration all closed indices, search indices (which will be rebuilt) and Elasticsearch version 5.6.15 audit indices containing multiple document types, which are not supported in OpenSearch, are deleted.

  • Microsoft SQL server 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 Omnissa 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 <domain\username> with the relevant username.

    For information about revoking the database-level role, seeChange Database-Level Roles After Upgrade to Omnissa Access

  • Take a snapshot or backup of the external database.

  • Verify that Omnissa Access is properly configured.

  • Confirm that a Omnissa Access upgrade exists. Check the Customer Connect site 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 Omnissa Access console.

    1. Log in to the Omnissa Access console and navigate to the Monitor > Resiliency page.
    2. Select the appliance and click VA Configuration.
    3. Click Manage Configuration, log in with the admin user password, and click Proxy Configuration.
    4. Deactivate Proxy.
    5. Click Save. After a successful upgrade, enable the proxy server again.
  • Before you run the upgrade, download the update-fix.tgz file from the Customer Connect Downloads site and copy the file to the appliance, extract the file, and set the permissions.

    • Use the scp command to copy the update-fix.tgz file to the appliance's /tmp location.

    • Run tar -xvzf update-fix.tgz to extract the files.

    • Run the following command to copy the extracted file.

      cp configureupdate.hzn /usr/local/horizon/update/configureupdate.hzn
      
    • Change permissions and ownership of the files.

      chmod 500 /usr/local/horizon/update/configureupdate.hzn 
      
      chown root:root /usr/local/horizon/update/configureupdate.hzn
      
  • Ensure that following directory space requirements are met.

    DirectoryMinimum Available Space
    /4 GB
    Directory where you download the offline upgrade package, identity-manager-22.09.0.0-buildNumber-updaterepo.zip2 GB

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…