Re: Openldap clustering ?
On 08/07/2010 09:21:53, Frank Bonnet wrote: > Could anybody recommend a rock solid software to build > an OpenLDAP cluster with FreeBSD 8.0 ? Well, you're off to a good start with FreeBSD and OpenLDAP. In fact, you don't really need much more than that. As mentioned else-thread, you can set up master-master replication between a couple of OpenLDAP instances quite readily: unlike say, M-M replication in MySQL, this is pretty robust[*] and you can write to the directory on either server. You can also expand to a ring topology with three or more servers, plus many other possibilities, and site-to-site replication also works pretty well over long distances, but that's probably getting beyond the scope of what you want. The really handy thing about LDAP is that you can do quite a reasonable High-Availability setup with no extra software or hardware -- it's a lot like DNS in that respect. Simply specify a series of LDAP servers in the ldap.conf (or pam-ldap.conf or nss-ldap.conf) on each client, and the client will try each in turn until it reaches one it can bind to successfully. This does introduce a little extra latency here and there, but nothing particularly drastic. There is also a method of distributing traffic using SRV records that can be managed centrally in the DNS but AFAIK, {nss,pam}-ldap.conf don't understand it -- other clients do and will work just fine. You can use CARP or relayd or HW load balancers or other technologies to make the H-A almost seamless, but frequently the extra complication just doesn't provide enough extra performance to justify the effort or the expense. Test early, and test often while working up your cluster. Cheers, Matthew [*] Partly this is due to the intrinsic nature of LDAP directories, where there tend to be far fewer uniqueness constraints, and partly its because LDAP servers generally service far more reads than writes -- more so than typical RDBMS usage. Mostly however, it's because LDAP replicates the modified data, rather than replaying a stream of update queries on the replication targets. -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matt...@infracaninophile.co.uk Kent, CT11 9PW signature.asc Description: OpenPGP digital signature
Re: Openldap clustering ?
Ok, thank you for the info ! On 07/08/2010 11:54 AM, Ruben de Groot wrote: On Thu, Jul 08, 2010 at 10:21:53AM +0200, Frank Bonnet typed: Hello Could anybody recommend a rock solid software to build an OpenLDAP cluster with FreeBSD 8.0 ? Master-master replication is well documented on the openldap website. For failover, you can use carp(4) or an external loadbalancer. Ruben ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Openldap clustering ?
On Thu, Jul 08, 2010 at 10:21:53AM +0200, Frank Bonnet typed: > Hello > > Could anybody recommend a rock solid software to build > an OpenLDAP cluster with FreeBSD 8.0 ? Master-master replication is well documented on the openldap website. For failover, you can use carp(4) or an external loadbalancer. Ruben ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Openldap clustering ?
Hello Could anybody recommend a rock solid software to build an OpenLDAP cluster with FreeBSD 8.0 ? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Which is the Latest Clustering Tools for FreeBSD7.0
Hi Susanth, On Mon, 14 Jan 2008, Susanth K wrote: > Am Interested to know more about the Latest Clustering tools available in > FreeBSD 7.0 Me too;-) > Is SG Cluster Still active project ? [http://turtle.ee.ncku.edu.tw/sgcluster/ I don't know.. and have not used it. Sorry. > Applications am Willing to run in Very Large Scale are : > Apache + PHP + MySQL + FastCGI + C++ Based Custom Web Based Application + > PostgreSQL on Top of FreeBSD 7.0 At my work place we have (FreeBSD based) Juniper DXes as a frontend to Red Hat boxes. With "vanilla" FreeBSD I could think of CARP/VRRP and pf incl. pfsync for redundancy on packet layer and pound as a web frontend (does reverse proxy, loadbalancing and heart-beat to mark failed servers). I did this before. I never run MySQL and PostgreSQL clustered, just in master/slave replication mode. Clustering at my workplace is done using MS SQL. We start a bigger Drupal project I am keen to know what PostgreSQL and MySQL offer in this regard these days (the MS SQL support in Drupal is a bit dubious) Regards Peter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Which is the Latest Clustering Tools for FreeBSD7.0
Dear Friends, Am Interested to know more about the Latest Clustering tools available in FreeBSD 7.0 What am looking for is Load Balancing cluster + High Availability cluster Is SG Cluster Still active project ? [http://turtle.ee.ncku.edu.tw/sgcluster/ ] The Pico BSD mentioned in this page is very very old one. Features of SG Attracted me : { Manageable - It is very simple to install and a friendly web user interface is available to ease the administration. Single Image - It transparently clusters back-end servers running different platforms into a single system that appears as a single server to the client Scalable - The system service capacity can be increased by adding new servers to the cluster Load Balancing - It automatically routes incoming requests to the least loaded servers for optimal performance. Fault Tolerant - SG load balancer monitors the availability of back-end servers and only routes client's requests to those alive ones. More than one load balancers can be setup to avoid the single point of failure in the whole system. High Availability - SG cluster can mask the faults on load balancer or back-end servers if there are sufficient redundancies. It also keeps service available when doing system upgrad } But the package mentioned to setup is very very old. Any one having experience in Latest Clustering, please point me the Right URL. (Am very beginner) Applications am Willing to run in Very Large Scale are : Apache + PHP + MySQL + FastCGI + C++ Based Custom Web Based Application + PostgreSQL on Top of FreeBSD 7.0 Thanks in advance. -- // // Susanth K // // Knowledge is the only treasure that increase on sharing // ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Clustering harddisk- Is this possiblem?
man mount_nfs on BSD man mountd man nfsd on fedora On Sat, 8 Sep 2007, Aminuddin wrote: Hi, I have 5 remote servers and each has about 400GB of HDD and another 2 servers running fedora. Is it possible for me to bind all the BSD boxes HDD to the fedora boxes? That means all data that's being downloaded to the fedora boxes is actually being stored in the FreeBSD boxes, transparent to the users. What software do I need to install to enable this, if this is possible? thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Clustering harddisk- Is this possiblem?
On Sat, 8 Sep 2007 21:15:08 +0800, "Aminuddin" <[EMAIL PROTECTED]> wrote: > Hi, > I have 5 remote servers and each has about 400GB of HDD and another 2 > servers running fedora. Is it possible for me to bind all the BSD boxes > HDD > to the fedora boxes? > > That means all data that's being downloaded to the fedora boxes is > actually > being stored in the FreeBSD boxes, transparent to the users. > > What software do I need to install to enable this, if this is possible? > > thanks > May be by using NFS http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html Regards ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Clustering harddisk- Is this possiblem?
Hi, I have 5 remote servers and each has about 400GB of HDD and another 2 servers running fedora. Is it possible for me to bind all the BSD boxes HDD to the fedora boxes? That means all data that's being downloaded to the fedora boxes is actually being stored in the FreeBSD boxes, transparent to the users. What software do I need to install to enable this, if this is possible? thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Tunning Freebsd for clustering
Ok gays here is the configuration of mounts: Centos: /dev/VolGroup00/LogVol00 / ext3defaults1 1 LABEL=/boot /boot ext3defaults1 2 none/dev/ptsdevpts gid=5,mode=620 0 0 none/dev/shmtmpfs defaults0 0 none/proc procdefaults0 0 none/syssysfs defaults0 0 /dev/VolGroup00/LogVol01 swapswapdefaults0 0 192.168.0.254:/home/alumnos /home/alumnosnfs defaults0 0 hdparm -tT /dev/sda /dev/sda: Timing cached reads: 12260 MB in 2.00 seconds = 6130.93 MB/sec Timing buffered disk reads: 174 MB in 3.00 seconds = 57.95 MB/sec FBSD 6.2: /dev/ad0s1b noneswapsw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1e /tmpufs rw 2 2 /dev/ad0s1f /usrufs rw 2 2 /dev/ad0s1d /varufs rw 2 2 192.168.0.254:/home/profesores /home/profesores nfsrw 0 0 192.168.0.254:/home/alumnos /home/alumnos nfs rw 0 0 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 diskinfo -t /dev/ad0 /dev/ad0 512 # sectorsize 16469620# mediasize in bytes (153G) 321672960 # mediasize in sectors 319120 # Cylinders according to firmware. 16 # Heads according to firmware. 63 # Sectors according to firmware. Seek times: Full stroke: 250 iter in 5.309058 sec = 21.236 msec Half stroke: 250 iter in 3.716832 sec = 14.867 msec Quarter stroke: 500 iter in 6.108698 sec = 12.217 msec Short forward:400 iter in 3.142779 sec =7.857 msec Short backward: 400 iter in 2.694669 sec =6.737 msec Seq outer: 2048 iter in 0.180814 sec =0.088 msec Seq inner: 2048 iter in 0.203852 sec =0.100 msec Transfer rates: outside: 102400 kbytes in 1.707093 sec =59985 kbytes/sec middle:102400 kbytes in 1.873011 sec =54671 kbytes/sec inside:102400 kbytes in 3.016051 sec =33952 kbytes/sec ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Tunning Freebsd for clustering
Wojciech Puchar wrote: machine1# scp big_file machine2:/tmp Centos: 60 - 65 MB/s FBSD : 52 - 54 MB/s scp encrypts data. everything may depend of ssh version and configuration. use rcp Or better yet, make your own network client/server program for testing. -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Tunning Freebsd for clustering
machine1# scp big_file machine2:/tmp Centos: 60 - 65 MB/s FBSD : 52 - 54 MB/s scp encrypts data. everything may depend of ssh version and configuration. use rcp ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Tunning Freebsd for clustering
2007/8/30, Hussain Ali <[EMAIL PROTECTED]>: > What sort of clustering are you doing ? How are you > testing? > > -- > -hussain > > My god i forget post it. Testing hard disk transfer. machine1# scp big_file machine2:/tmp Centos: 60 - 65 MB/s FBSD : 52 - 54 MB/s Testing network. machine1#iperf -c machine2 -t 20 Centos: 941 Mb/s FBSD : 930 Mb/s And the last test, was with my own program which use a Send-Recv MPI functions only. One more time Centos was faster, but i have no results at the moment. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Tunning Freebsd for clustering
On Thu, 30 Aug 2007, Emanuel Marufo wrote: Hi everybody: I recently work with mpi on FBSD 6.2 and Centos 4.4 on the same hardware. 2 Woodcrest dual core 3Ghz 2 GB RAM. 150 GB SATA disc. etc, etc. My tests, about network and hard disk transfers, say Centos is faster than FBSD. My questions are, how can tunning FBSD to upgrade the performance for clustering?. And why Centos do have better performance?. NOTE: The two tests on the fbsd was better are floating point operations and recursitivity, i was impresed with a better managing of it. Don't count out 7-CURRENT. It's basically frozen now awaiting release sometime within the next couple months and is much better at dealing with concurrency than 6.2, in particular if you use the ULE scheduler instead of the 4BSD scheduler. Latest copies of 7-CURRENT also include gcc 4.2.1 which is a lot better than gcc 3.4.2 with later edition processors (like the Woodcrest Xeons for instance), with dealing with larger processor caches IIRC. There may be some things though in Linux which do run faster though, but please remember that performance is a function of many different factors, and your experience may vary from others who've done experiments before you. Cheers, -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Tunning Freebsd for clustering
Hi everybody: I recently work with mpi on FBSD 6.2 and Centos 4.4 on the same hardware. 2 Woodcrest dual core 3Ghz 2 GB RAM. 150 GB SATA disc. etc, etc. My tests, about network and hard disk transfers, say Centos is faster than FBSD. My questions are, how can tunning FBSD to upgrade the performance for clustering?. And why Centos do have better performance?. NOTE: The two tests on the fbsd was better are floating point operations and recursitivity, i was impresed with a better managing of it. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
FreeBSD Clustering?
Looking at running a Postfix and some sort of IMAP/POP3 mailserver with webmail. Would like to do this within a FreeBSD cluster if such a thing is possible. Where can I find out info on FreeBSD clustering options? Cheers, Brett. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Clustering
Depends on your application / needs. For most application-delivery situations, I would recommend a layer 4 -> layer 7 "Application Switch / Load Balancer"; -- HA and Load balancing. For Beowulf style clustering, check Ports. ~BAS On Wed, 2007-03-21 at 14:03 -0300, [EMAIL PROTECTED] wrote: > Hi all, > > Where is the best place to look for information about clustering > Freebsd? > The freebsd-clustering list seems to be abandoned. > > > - Marcelo Souza > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Brian A. Seklecki <[EMAIL PROTECTED]> Collaborative Fusion, Inc. IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Clustering
Hi all, Where is the best place to look for information about clustering Freebsd? The freebsd-clustering list seems to be abandoned. - Marcelo Souza ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: clustering question.......
On 4/18/06, Charles Swiger <[EMAIL PROTECTED]> wrote: > On Apr 18, 2006, at 12:05 PM, Wright Jim Contr 14MDSS/SGSI wrote: > > Hallo ! > > > > I'm sure there is some info on this, but I can't seem to find it. > > > > I guess what I'm looking for is the "FreeBSD Clustering for Dummies" > > guide. > > Dummies aren't qualified to set up a cluster, I'm afraid. > > You should start by determining what services the system needs to > provide, what kind of reliability and uptime is desired, and what the > budget is for hardware and software. If the budget is less than mid > 5-digits (compare to low-to-mid 6-digits if doing Windows, say a > clustered SQLServer solution), you aren't going to be able to > configure a "true cluster" [1] with no single point of failure. > i'd say that figure may be a little high, but i agree with your sentiment. you could "easily" create a web server cluster by putting your httpd nodes behind a software load balancer (a BSD box running PF/CARP or somesuch solution), and you would have created a cluster of web servers that will provide you with a reasonable amount of redundancy. this will provide one form of clustering. granted, this is just one type of clustering computers together - which is much differnet than say building a farm of machines to compute data in unison. -pete -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: clustering question.......
On Apr 18, 2006, at 12:05 PM, Wright Jim Contr 14MDSS/SGSI wrote: Hallo ! I'm sure there is some info on this, but I can't seem to find it. I guess what I'm looking for is the "FreeBSD Clustering for Dummies" guide. Dummies aren't qualified to set up a cluster, I'm afraid. You should start by determining what services the system needs to provide, what kind of reliability and uptime is desired, and what the budget is for hardware and software. If the budget is less than mid 5-digits (compare to low-to-mid 6-digits if doing Windows, say a clustered SQLServer solution), you aren't going to be able to configure a "true cluster" [1] with no single point of failure. -- -Chuck [1]: Most people don't realize that the Microsoft cluster solutionsrequires both a separate machine from the clustered servers as a domain controller to manage the cluser, *and* it requires a highly reliable NAS or SAN backend filestorage being available, which is absolutely vital to the cluster staying sane. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: clustering question.......
Have a look at HUT (High Uptime Project) : http://www.bsdshell.net and http://www.aims.com.au/chris/cluster/ and http://sporner.dyndns.org/freebsdcluster/ (sometimes down ;)) http://www.leidinger.net/cgi-bin/search.pl?q=cluster&num=10 http://nrez.net/~rmger/fbsdcluster/cluster-doc.html http://acme.ecn.purdue.edu/ http://blizzard.rwic.und.edu/~nordlie/miniwulf/ Try MPICH and LAM/MPI -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Wright Jim Contr 14MDSS/SGSI Sent: Tuesday, April 18, 2006 12:06 PM To: [EMAIL PROTECTED] Subject: clustering question... Hallo ! I'm sure there is some info on this, but I can't seem to find it. I guess what I'm looking for is the "FreeBSD Clustering for Dummies" guide. I am fairly comfortable with FreeBSD itself, but clustering is still new to me. Any simple suggestions are greatly appreciated as well as pointing me to somewhere else on the Web, etc. Please use small words.=0) Thanks a bunch for any and all help offered ! jim ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: clustering question.......
On 4/18/06, Wright Jim Contr 14MDSS/SGSI <[EMAIL PROTECTED]> wrote: > Hallo ! > > I'm sure there is some info on this, but I can't seem to find it. > > I guess what I'm looking for is the "FreeBSD Clustering for Dummies" > guide. > I am fairly comfortable with FreeBSD itself, but clustering is still new > to me. > > Any simple suggestions are greatly appreciated as well as pointing me to > somewhere else on the Web, etc. > Please use small words.=0) > clustering is a pretty broad topic. you may find it more helpfull to first define the issue you are facing at hand. would you like to create a farm of servers running httpd for example? or maybe you would like to string a bunch of computers together to crunch data sets. in any event, if you define to us exactly what you are trying to accomplish we should be able to help more. HTH. -pete -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
clustering question.......
Hallo ! I'm sure there is some info on this, but I can't seem to find it. I guess what I'm looking for is the "FreeBSD Clustering for Dummies" guide. I am fairly comfortable with FreeBSD itself, but clustering is still new to me. Any simple suggestions are greatly appreciated as well as pointing me to somewhere else on the Web, etc. Please use small words.=0) Thanks a bunch for any and all help offered ! jim ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: clustering solution for freebsd
Yes, I have setup a small cluster here at work consisting of one master node and 6 slave nodes...here is an article that got me started http://blizzard.rwic.und.edu/~nordlie/miniwulf/ It uses MPICH and LAM/MPI Cheers Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sergey S. Ropchan Sent: Wednesday, May 11, 2005 5:57 AM To: freebsd-questions@freebsd.org; [EMAIL PROTECTED] Subject: Re: clustering solution for freebsd On Wed, 2005-05-11 at 15:05 +0530, Ananth.G (GMail) wrote: > hi all, > is anyone aware of a good clustering solution for freebsd, i tried google > i didnt come accross any opensource implementation . > Hi, check this mailinglist: http://lists.freebsd.org/mailman/listinfo/freebsd-cluster > thanks, > ananth.g > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: clustering solution for freebsd
On Wed, 2005-05-11 at 15:05 +0530, Ananth.G (GMail) wrote: > hi all, > is anyone aware of a good clustering solution for freebsd, i tried google > i didnt come accross any opensource implementation . > Hi, check this mailinglist: http://lists.freebsd.org/mailman/listinfo/freebsd-cluster > thanks, > ananth.g > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
clustering solution for freebsd
hi all, is anyone aware of a good clustering solution for freebsd, i tried google i didnt come accross any opensource implementation . thanks, ananth.g ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Clustering/Load balancing with FreeBSD
I'm starting to look at the same issues, and so far the only answer has been: the freebsd-clusters list (appears dead) http://people.freebsd.org/~nik/advocacy/myths.html (links to BSD clustering...many of which appear dead) A google search turned up these links (after many dead links): http://daily.daemonnews.org/view_story.php3?story_id=2846 http://phoenix.physast.uga.edu/klingon/ There's also ports/net/pvm (parallel virtual machine), but I haven't looked into it yet. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
Clustering/Load balancing with FreeBSD
Hi, Sorry I didn't make this clearer in my last email. What I'm looking for is something like the Linux Virtual Server project http://www.linuxvirtualserver.org but runs on FreeBSD. Virtual server is a highly scalable and highly available server built on a cluster of real servers. The architecture of the cluster is transparent to end users, and the users see only a single virtual server. (http://www.linuxvirtualserver.org/whatis.html) Cheers Ray Corpex Limited * email virus protection * Server Co-Location UK & Germany* Web Site Hosting * Domain Name Services http://www.corpex.com T +44 (0)207 430 8000 F +44(0)207 430 8099 _ This message has been checked for viruses by Corpex using the ArmourPlate Virus Scanning Service. To find out how to protect your company visit http://www.armourplate.com or call Corpex on +44 (0)207 430 8000. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message