Sascha Cvijetic
2007-Oct-03 10:37 UTC
[Samba] Running multiple instances of Samba and LDAP question
Dear All, I work for the small IT company and I would like to ask the question concerning the project that I work on-Namely is it posible to run multiple instances of Samba and LDAP paralely on the one server --For example one cental server for Samba and LDAP and one instance running for each separate client -and if it possible the suggestion how to best accomplish that ... I thank you in advance for your time and effort .. Sascha Cvijetic Met vriendelijke groeten, Sascha Cvijetic --------------------------------- Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
Adam Tauno Williams
2007-Oct-03 11:41 UTC
[Samba] Running multiple instances of Samba and LDAP question
> I work for the small IT company and I would like to ask the question > concerning the project that I work on-Namely is it posible to run > multiple instances of Samba and LDAP paralely on the one server --For > example one cental server for Samba and LDAP and one instance runningThe only way to accomplish that is a nightmare of hackery. Multiple instances of CIFS don't work very well.> for each separate client -and if it possible the suggestion how to > best accomplish that ... > I thank you in advance for your time and effort ..Create multiple virtual servers with vmware-server. -- Adam Tauno Williams, Network & Systems Administrator Consultant - http://www.whitemiceconsulting.com Developer - http://www.opengroupware.org
John Drescher
2007-Oct-03 14:44 UTC
[Samba] Running multiple instances of Samba and LDAP question
On 10/3/07, Sascha Cvijetic <saschac66@yahoo.com> wrote:> Dear All, > > I work for the small IT company and I would like to ask the question concerning the project that I work on-Namely is it posible to run multiple instances of Samba and LDAP paralely on the one server --For example one cental server for Samba and LDAP and one instance running for each separate client -and if it possible the suggestion how to best accomplish that ... > I thank you in advance for your time and effort .. >I run a few of these (not one per client though) on a single machine with virtual servers. This is very light weight virtulization in which you run only 1 kernel and it basically is multiple chroot jails with their own startup and ip addresses. http://linux-vserver.org/Welcome_to_Linux-VServer.org Another choice is openvz. Both require the system to boot under a patched kernel. John