By: Cory Carter user 09 Mar 2018 at 3:01 p.m. CST

1 Response
Cory Carter gravatar
Hello, I'm working on an HA cluster setup (redis-server w/Stunnel) [And I previously had a question about csync2.](https://support.gluu.org/customization/5208/manual-cluster-f5-load-balancing/) I was instructed to install outside of the chroot container, which deviated from [the documentation on the site](https://gluu.org/docs/ce/3.1.2/installation-guide/cluster/). My question is, from an inside/outside the container perspective, where would the following need to be installed? csync2/ Redis-Server/ Stunnel/ Thanks, Cory

By Chris Blanton user 09 Mar 2018 at 3:24 p.m. CST

Chris Blanton gravatar
Cory, All the services can be installed outside the container or inside. But, for Redhat, you should install them outside the container as the inside there's some weird licensing issue. In that case, the replication directories would be outside the chroot like so: ``` /opt/gluu-server-3.1.2/opt/gluu/jetty/identity/conf/shibboleth3/idp/ /opt/gluu-server-3.1.2/opt/gluu/jetty/identity/conf/shibboleth3/sp/ /opt/gluu-server-3.1.2/opt/shibboleth-idp/conf /opt/gluu-server-3.1.2/opt/shibboleth-idp/metadata/ /opt/gluu-server-3.1.2/opt/shibboleth-idp/sp/ /opt/gluu-server-3.1.2/opt/shibboleth-idp/temp_metadata/ /opt/gluu-server-3.1.2/etc/gluu/conf/ /opt/gluu-server-3.1.2/etc/certs/ /opt/gluu-server-3.1.2/opt/symas/etc/openldap/schema ``` You can ignore the shibboleth directories if you don't have it installed and ignore the symas directories as well, if you're using OpenDJ.