Link to home
Start Free TrialLog in
Avatar of emery_k
emery_k

asked on

Mirrored Linux servers

Is it possible to `Mirror' Linux boxes similar to Novell SFT. I like the idea of having the same data on 2 separate machines. This allows one to go down and the system to stay up. It also allows taking one offline, making changes, testing, then when brought back online they are resynched.
OR is there another way to do some of this?
Thanks In Advance for your help.
Avatar of NHBoehm
NHBoehm

I do not know Novell SFT, but it sounds as if you only want portions of the data synced?
If so, I would do it by having a NFS mount which both systems can access and tar the tree I want synced to that NFS mount. On the other end I would have a Script periodically check for files in that dir and then untar them.

+----------+     +----------+
| System 1 |     | System 2 |
|          |     |          |
| mount ---+-----+--->      |
|  <-------+-----+- mount   |
+----------+     +----------+

Or: Building a slightly more complex scenario:
Use on third box and mount the data from there to the other two systems (maybe even read-only?). So you have one single point, where the data can be changed...


Hope this helps...
ASKER CERTIFIED SOLUTION
Avatar of Julian Parker
Julian Parker
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of emery_k

ASKER

Thanks for comments.
I have some feel for clustering as an option. I was wondering if there were other options. will award points to close this out