High Availability

2017-03-14 Thread mate200
Hello everyone,


Is it possible to create HA structure with guacamole ? For example, Microsoft 
AD will be used, two guacamole servers,
two Postgresql servers with replication as a settings storage and HA proxy. 
Will it work ? What problems I may encounter
?   



-- 
Regards,
Mate


Re: High Availability

2017-03-16 Thread Peter Burdine
I haven't fully setup HA, but in terms of the auth side, I setup an haproxy
instance local to each tomcat server.  That haproxy is then configured to
talk to all the configured AD servers.  This is required since the
guacamole properties file can only be configured to talk to one ldap
server.  This allows you to configure guacamole to talk to the haproxy
instance which then will proxy the request to one of the active ldap
servers.

--Peter

On Tue, Mar 14, 2017 at 2:16 AM,  wrote:

> Hello everyone,
>
>
> Is it possible to create HA structure with guacamole ? For example,
> Microsoft AD will be used, two guacamole servers,
> two Postgresql servers with replication as a settings storage and HA
> proxy. Will it work ? What problems I may encounter
> ?
>
>
>
> --
> Regards,
> Mate
>