9 Nov 2002 17:04
clustering freebsd
Michael Grant <mg-fbsd3 <at> grant.org>
2002-11-09 16:04:58 GMT
2002-11-09 16:04:58 GMT
I'm new to the list (but not new to unix!) I've been running freebsd for years now on a box I colo. I've got some clients and sell some services on my box. I'm becomming very interested in creating a smallish cluster of machines to make my little operation more reliable. One of the big things that cause me down time is upgrading the OS. I'm also worried about hardware failure (which luckily hasn't happened to me yet...) I too would like to achieve at least 5 nines. I read all the archives of this list back to january 2002. Andy's phase-2 project definitely sounds cool. Let's say I have a cluster of n machines. Some of those n machines may be running a web server, some a shell server, some mail server, some pop/imap mail servers...etc. How is an incoming connection sent to the right machine? It seems like that there needs to be a single machine in front of the cluster to send connections the right way, isn't this a single point of failure? If you do have multiple machines answering requests, how's this done? With multiple IP addresses? I know one can specify multiple A records in DNS and that it'll do a sort of round-robin. But does this work well? What if one of the machines is down and a caching dns server returns an ip address of one of the down machines? Seems like you need then to start modifying the dns zone to take out the down machines and use a low ttl. This starts to get ugly quickly. Second problem I have been thinking about is shared disk. I read a post by someone who also had this concern. One obvious way to solve(Continue reading)
RSS Feed