Re: Cloning Guac VM

2020-03-23 Thread Stefan Bogdan Cimpeanu
giving it a little more memory >> “couldn’t hurt” >> >> Dennis >> >> From: Mike Jumper <mailto:mjum...@apache.org> >> Sent: Monday, March 23, 2020 2:30 PM >> To: user@guacamole.apache.org <mailto:user@guacamole.apache.org> >

Re: Cloning Guac VM

2020-03-23 Thread Mike Jumper
On Mon, Mar 23, 2020, 12:52 Newman, Dennis wrote: > But actually what I was attempting to do was split the users between two > servers – I had assumed that db named localhost – each server would only > talk with itself. But with the two servers set up – If we change on one – > it shows up on

RE: Cloning Guac VM

2020-03-23 Thread Newman, Dennis
it a little more memory “couldn’t hurt” Dennis From: Mike Jumper Sent: Monday, March 23, 2020 2:30 PM To: user@guacamole.apache.org Subject: Re: Cloning Guac VM On Mon, Mar 23, 2020, 12:25 sciUser mailto:shulb...@securitycentric.net>> wrote: If you want to have two Guacamole head servers

Re: Cloning Guac VM

2020-03-23 Thread Mike Jumper
On Mon, Mar 23, 2020, 12:25 sciUser wrote: > If you want to have two Guacamole head servers EntryA EntryB (load > balanced) > and have them write to a common database (G-DB), you will need to write > some > logic for EntryA and EntryB to know what is written in the database, which > is a third

RE: Cloning Guac VM

2020-03-23 Thread sciUser
If you want to have two Guacamole head servers EntryA EntryB (load balanced) and have them write to a common database (G-DB), you will need to write some logic for EntryA and EntryB to know what is written in the database, which is a third system G-DB so you do not get duplicate entries and it is

RE: Cloning Guac VM

2020-03-23 Thread Tushar Jain
, Dennis [mailto:dennis.new...@spglobal.com] Sent: 23 March 2020 11:07 PM To: user@guacamole.apache.org Subject: RE: Cloning Guac VM I may do the load balancer – thanks. Interesting, so what “seems” to have happened is that because server #2 was a clone – and is on the same network, it just

RE: Cloning Guac VM

2020-03-23 Thread Newman, Dennis
To: user@guacamole.apache.org Subject: Re: Cloning Guac VM Instead of "splitting" users, have you thought about putting them behind a load balancer? Incase you still want to split the users, you will also have point each guac client to their own MySQL databases and it's own guacd ins

Re: Cloning Guac VM

2020-03-23 Thread Tushar Jain
Instead of "splitting" users, have you thought about putting them behind a load balancer? Incase you still want to split the users, you will also have point each guac client to their own MySQL databases and it's own guacd instance. You would have to change these in guacamole.properties. On