You must edit the runtime-config.properties files for the Omnissa Access 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 Omnissa Access appliance in the secondary data center.
Procedure
-
Using an SSH client, log in to the Omnissa Access appliance as the root user.
-
Open the
/usr/local/horizon/conf/runtime-config.propertiesfile. -
Configure the Omnissa Access appliance to have read-only access by adding the following line:
read.only.service=true -
Also add the following line to the file:
cache.service.type=ehcacheNote:
cache.service.type=ehcacheis required if you setread.only.service=true. Ifread.only.service=falseor if theread.only.servicekey is not specified, then the default iscache.service.type=rds. -
Set the value of the
ehcache.replication.rmi.serversentry to the fully qualified domain names (FQDN) of the other nodes in the secondary data center. Use a colon:as the separator.For this example, we have three nodes in the secondary data center (
sva1.example.com,sva2.example.com, andsva3.example.com). The current node issva1.example.com. Configure the entry as follows.ehcache.replication.rmi.servers=sva2.example.com:sva3.example.com -
Save the file.
-
Change the JDBC URL on the secondary data center nodes if you are not using technologies such as SQL Server Always On.
See Manage Omnissa Access External Database Settings for information.
-
Restart the Tomcat server on the appliance.
service horizon-workspace restart -
Repeat the preceding steps on the remaining nodes in the secondary data center.
For this example, the remaining nodes to configure are
sva2.example.comandsva3.example.com.
Was this page helpful?