Re: What's the best possible email failover solution

From: Chuck Swiger (cswiger_at_mac.com)
Date: 06/22/04

  • Next message: Warren Block: "Re: Printing setup"
    Date: Mon, 21 Jun 2004 21:04:38 -0400
    To: Bill Moran <wmoran@potentialtech.com>
    
    

    Bill Moran wrote:
    > Chuck Swiger <cswiger@mac.com> wrote:
    [ ... ]
    >> The latter uses one-message-per-file, and ought to work *much* better both in
    >> terms of performance and stability, and in terms of playing nice with the way
    >> rsync wants to back things up.
    >
    > Doesn't really matter. Fact is, the mail directories are something on the order
    > of 3G. No matter how efficiently I store them, rsync is not going to be able
    > to back them up fast enough to hit the level of redundancy I'm shooting for.

    You may well be right, as you aren't really talking about performing backups,
    you're talking about creating a fully redundant storage which is kept
    up-to-date in realtime.

    > Although Maildirs might work a little better, since I wouldn't have to stop
    > the IMAP server during backup.

    That, and the granularity of one-message-per-file fits perfectly with rsync's
    file-driven model.

    > It takes about 30 minutes to rsync the system to the backup server right now.
    > That's perfectly acceptable for nightly backup purposes. This is a 1.5Ghz
    > with 256M RAM and 80G ATA 100 HDDs. If the system runs rysnc continuously
    > 24/7, I still have 30mins old data.

    Oh, yes. Just don't forget that if you do eliminate this time gap, you still
    ought to have another system actually taking backups. Any change the system
    encounters will be replicated to the redundant mail storage system in real
    time, including bad changes.

    >>[ I don't think that stuffing email into a database is a particularly good
    >>idea since that means keeping large blobs of non-relational data floating
    >>around, something that the filesystem can do a better job of handling... ]
    >
    > It's a good idea if I want real-time redundancy. I see where you're coming
    > from, and it's true that a RDBMS isn't the best way to store emails. But,
    > when you look at the features available, it's the best way for this
    > circumstance. With something like Slony, I'd have real-time redundancy
    > with (I'm expecting) only a minor performance drop. Although I can't be
    > sure until I can put something together to test. Reliability is much more
    > important than performance in this case. Who cares if their email takes
    > and extra 60 seconds to deliver, as long as it doesn't get lost! If the
    > email arrives fast, it's useless if the server fails and the email is
    > lost because the SMTP server told the delivering server that it had
    > arrived and then crashed before it could be backed up.

    I suspect that the relatively heavy weight of database transactions compared
    with filesystem access is going to slow things down a fair amount, too,
    particularly when running against a replicated DB. But reliability over
    performance is a fine choice to make. :-)

    Using RAID improves fault-tolerance, but you still end up with a
    single-point-of-failure at the system level; using database replication gives
    you higher availability, which seems to be what you mean when you talk about
    "reliability". Perhaps SAN or NAS concepts might be worth considering, as you
    can set up a fully-redundant fibre channel configuration where the storage is
    shared between two or more systems, thus with no single-point-of-failure.

    -- 
    -Chuck
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Warren Block: "Re: Printing setup"

    Relevant Pages

    • Re: [SLE] Backup utility: does it exist?
      ... >If you use rsync or other backups to copy data, ... then you have to re-build the server to the point where you can restore ... >I use mondo for production. ...
      (SuSE)
    • Re: openSUSE 11.1 Beta 1 is out
      ... However if you do backups over a network, then things can get very slow. ... I have still 100 GB of disk space in their servers but only http and ftp ... I rsync my stuff on a local backup directory. ... server and I might need a fallback snapshot. ...
      (alt.os.linux.suse)
    • Server specification & configuration advice please
      ... I am about to specify/procure a new server + SBS 2003 Premium. ... boot partition is rather small. ... partition also of 18gb - unfortunately the larger replacement discs did not ... Server hardware redundancy. ...
      (microsoft.public.windows.server.sbs)
    • Re: Bi-wiring vs bi-amping
      ... "Hardware" page. ... Hardware designed specifically for servers may be built to a slightly higher standard, but these days workstation-grade components are of sufficiently high quality that you can build a server suitable for SMEs using ... It seems that I probably know a fair bit more than you do about IT, and *way* more about audio, Squirrel nutkin. ... separate buildings for redundancy. ...
      (uk.rec.audio)
    • RE: Redundant DCs ?
      ... E.g. the Schema Owner is only needed when you want to ... This would provide redundancy for the file services. ... Note that DFS in Windows Server 2003 R2 which is due this year works much ... The print services are not possible to keep as redundant, ...
      (microsoft.public.windows.server.active_directory)