Date: Mon, 11 Nov 2002 11:58:37 +0100 From: Andy Sporner <sporner@nentec.de> To: Omer Faruk Sen <freebsd@faruk.net>, freebsd-cluster <freebsd-cluster@FreeBSD.ORG> Subject: Re: clustering freebsd Message-ID: <3DCF8D5D.2080006@nentec.de> References: <20021110080857.45866.qmail@fuzuli.enderunix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Suddenly the list comes alive! :-) I like it! > > I want to share my experiences about HA in FreeBSD. We haven't much > choice in FreeBSD for clustering. I have read about Sporner's > (http://sporner.dyndns.org/freebsdclusters/ ) project a few days ago > but didn't set it up. It seems promising but I think it lacks file > replication? And I really want to hear from him about maturity level > of his product. First, maturity, It has been around for some time and I get downloads--but no real feedback, so I don't know how people are using it *if* they are using it. I guess no news is good news--but... No there is no file replication. That is another matter. I had been thinking about a shared scsi solution. There is a way to query which node is running master. Since there are transition scripts that are run when a node leaves or joins. it is possible to say "if I am now monitor mount filesystem as native UFS, otherwise mount from NFS". This is less then elegant solution to the problem but short of a lock manager and clustered filesytem there is not another way. As for access, one can use the transition scripts to "ifconfig add ...." to add an ip alias. We are lucky with FreeBSD that they do a gratuitous arp when an address is configured. I would be eager to see a HA apache application running. I had thought about writting a white paper on the subject, but time being what it is--it's hard. I am currently working on a load balancing switch for a commercial firm that handles most all of the concerns around access failover (it runs FreeBSD and my HA software). Please let me know what the experiences are with the software. Then I would feel better about spending more development time on it... Thanks! Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-cluster" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DCF8D5D.2080006>