To resolve this issue, replace the following files with the
56635_ehcache-731.zip file attached to this Knowledge Base article in all the vRA nodes.
Important: Ensure to backup the old files before replacing.
- To enable the ehcache port 40003 in vRA 7.3.1 firewall rules, replace the 03-vidm-cluster-access-iptables file:
/etc/bootstrap/everyboot.d/03-vidm-cluster-access-iptables
- Run these commands to ensure that the permission are same as previous file:
chmod 700 /etc/bootstrap/everyboot.d/03-vidm-cluster-access-iptables
chown root:root /etc/bootstrap/everyboot.d/03-vidm-cluster-access-iptables
- If hostname points to loopback address, it can cause ehcache replication issue. To avoid deletion of entry in etc/hosts, replace the setenv.sh script to set a property:
/opt/vmware/horizon/workspace/bin/setenv.sh
- Run these commands to ensure that the permission are same as previous file:
chmod 700 /opt/vmware/horizon/workspace/bin/setenv.sh
chown horizon:www /opt/vmware/horizon/workspace/bin/setenv.sh
- Restart the horizon-workspace and reboot the appliance.