After you upgrade a VMware Identity Manager server, you must re-enable AlwayON availability groups.

Procedure

  1. In the Microsoft SQL Server management Studio sessions as an admin with sysadmin privileges, connect to the database instance for VMware Identity Manager (<saasdb>).
  2. To re-enable availability groups, enter the following command.
    USE master;
    ALTER AVAILABILITY GROUP <groupname> ADD DATABASE <saasdb>;
  3. To resync all the secondary nodes, run the following command.
    ALTER DATABASE <saasdb> SET HADR AVAILABILITY GROUP = <groupname>;