You must edit the runtime-config.properties files for the VMware Identity Manager appliances in the secondary data center to configure the appliances for read-only access. Also change the JDBC URL on the secondary data center nodes if you are not using technologies such as SQL Server Always On.

Make these changes in each VMware Identity Manager appliance in the secondary data center.

Procedure

  1. Using a ssh client, log in to the VMware Identity Manager appliance as the root user.
  2. Open the /usr/local/horizon/conf/runtime-config.properties file.
  3. Configure the VMware Identity Manager appliance to have read-only access by adding the following line:
    read.only.service=true
  4. Also add the following line to the file:
    cache.service.type=ehcache
    Note: cache.service.type=ehcache is required if you set read.only.service=true. If read.only.service=false, then the default is cache.service.type=rds.
  5. Save the file.
  6. Change the JDBC URL on the secondary data center nodes if you are not using technologies such as SQL Server Always On.
  7. Restart the Tomcat server on the appliance.
    service horizon-workspace restart