Skip to main content

August 11, 2026

Upgrading Omnissa Access Offline

To upgrade to version 24.12.x, you download the upgrade package and apply it to the existing appliance using a script. Before you begin the upgrade process, make sure that you complete the prerequisites.

Prerequisites for an Omnissa Access Offline Upgrade

Before you upgrade to 24.12.x offline, perform these prerequisite tasks.

  • Make sure that you have a backup or a snapshot of your virtual appliance. For information about how to take snapshots, see KB article 2032907, Managing snapshots in vSphere Web Client.

  • Take a snapshot or backup of the external database.

  • 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.

    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 user name.

      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 user name.

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

  • Verify that Omnissa Access is properly configured.

  • Confirm that an Omnissa Access upgrade exists. Check the Omnissa Customer Connect site for upgrades.

  • Ensure that the following directory space requirements are met.

    Directory Minimum Available Space
    / partition 5 GB
    /opt/wss/horizon partition 1 GB
    Directory where you download the offline upgrade packages 5 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…