Results 11 to 17 of 17
yeah, except for when B is offline as wassy said....
your solution is no better then just a cp -a /comp_a_dir /comp_b_dir whenever they reconnect
not that any non-online solution ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-13-2003 #11Linux User
- Join Date
- Jul 2002
- Location
- Daytona Beach, FL
- Posts
- 487
yeah, except for when B is offline as wassy said....
your solution is no better then just a cp -a /comp_a_dir /comp_b_dir whenever they reconnect
not that any non-online solution can solve that, but I think that's what we are saying here.majorwoo
Quiet brain, or I\'ll stab you with a Q-tip.
- 01-13-2003 #12Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Umm what do you mean. When a master server goes offline, the slaves stay online. I don't know what exactly you are getting at. Mysql replication is designed for high availability and to offer some type of load balancing.
- 01-13-2003 #13Just Joined!
- Join Date
- Jan 2003
- Posts
- 3
OI VAY!
No not using SQL DB, I am using database files that I have created, not using directories. If Server A or B goes offline it will still work locally, not sure what other info I can give? Sounds like I'm S.O.L though. As far as replication that's not to hard, it's keeping both servers up to date, back and forth is the problem.
- 01-13-2003 #14Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Check out www.openafs.org. That might be what you are looking for.
- 01-13-2003 #15Just Joined!
- Join Date
- Jan 2003
- Posts
- 3
Well openafs will clone but it will not merge files only copy and overwrite. I'm thinking I'm just going to clone the server as read only, that way my friend can still access data at the last update, and he'll still be able to function a bit. But he'll have to hand write changes he wants to make and do them later. Thanks for all the help though, I really appreciate it.
- 01-13-2003 #16Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
No, use coda instead, like I first suggested. I'm almost completely sure that it can merge files.
- 01-13-2003 #17Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Coda and afs both modify files the same way. If the slave server gets disconnected and changes are made to it and the master. Each change will be applied according to the timestamp. Afs was developed at cmu and then released to ibm. CMU then continued the product by the name of coda. Later IBM released the source for afs which started the openafs product. I was told by a friend of mine at cmu that the lead developer juped from coda to openafs. I have used both coda and openafs at work. I like afs more since it is more accepted(in production enviroments), more help, better documentation.


Reply With Quote
