Networking Forums

Networking Forums > Computer Networking > Linux Networking > Disk mirroring over a network

Reply
Thread Tools Display Modes

Disk mirroring over a network

 
 
Ivan
Guest
Posts: n/a

 
      09-25-2003, 10:12 AM
Hi all,

can anyone tell me if there is any simple way to implement disk
mirroring over a network with two machines each with linux insalled.

Besides, I would like to know also if there is any ways for the backup
machine to take over the master server in case the master fails.

Thanks in advance.

Ivan
 
Reply With Quote
 
 
 
 
Paul Lutus
Guest
Posts: n/a

 
      09-25-2003, 04:39 PM
Ivan wrote:

> Hi all,
>
> can anyone tell me if there is any simple way to implement disk
> mirroring over a network with two machines each with linux insalled.


Define "mirroring." If you want both drives to be written at the same time
with the same information, use RAID (needs to be in the same machine). If
you just want periodic backups, use rsync (works over a netork).


$ man rsync

> Besides, I would like to know also if there is any ways for the backup
> machine to take over the master server in case the master fails.


That is much more difficult. You are imagining a scenario in which the
master machine's HDD fails, but the machine still hums along without
difficulty, so it can use its network connection and rely on the backup
machine. Don't count on it.

--
Paul Lutus
http://www.arachnoid.com

 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      09-26-2003, 10:53 AM
Paul Lutus wrote:

> Ivan wrote:
>
>> Hi all,
>>
>> can anyone tell me if there is any simple way to implement disk
>> mirroring over a network with two machines each with linux insalled.

>
> Define "mirroring." If you want both drives to be written at the same time
> with the same information, use RAID (needs to be in the same machine).


Not necessarily. You might want to read up on SANs and iSCSI.

--

Fundamentalism is fundamentally wrong.

To reply to this message, replace everything to the left of "@" with
james.knott.
 
Reply With Quote
 
dummy
Guest
Posts: n/a

 
      09-29-2003, 06:46 PM
On Fri, 26 Sep 2003 10:53:27 +0000, James Knott wrote:

> Paul Lutus wrote:
>
>> Ivan wrote:
>>
>>> Hi all,
>>>
>>> can anyone tell me if there is any simple way to implement disk
>>> mirroring over a network with two machines each with linux insalled.

>>
>> Define "mirroring." If you want both drives to be written at the same time
>> with the same information, use RAID (needs to be in the same machine).

>
> Not necessarily. You might want to read up on SANs and iSCSI.


Check out http://www.linux-ha.org and drbd wich is a network mirroring
utility. I tried myself together with the heartbeat package to have a
failover in case off HW error. Though should you use it with care and
NOT in a sensetive business situation cause you can easily destroy data.

Regards
Fredrik Lindstrom ((E-Mail Removed))


----== Posted via Usenet.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.Usenet.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
network set up disk pandol Wireless Networks 1 02-08-2006 10:52 PM
Network Boot Disk lsmith Windows Networking 3 07-13-2004 03:19 AM
Network Set up disk Mike Saathoff Broadband Hardware 5 03-07-2004 11:10 PM
XP network setup disk frank robbins Windows Networking 3 11-15-2003 04:03 PM
Win 98 Network Boot Disk ScottB Windows Networking 1 08-25-2003 07:58 PM



1 2 3 4 5 6 7 8 9 10 11