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:
-
Log in to the Microsoft SQL Server Management Studio as a user with sysadmin privileges.
-
Connect to the database instance for Omnissa Access.
-
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>; GOMake 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>; GOMake 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 /partition5 GB /opt/wss/horizon partition 1 GB Directory where you download the offline upgrade packages 5 GB
Was deze pagina nuttig?