Re: NFS & Cyrus (urgent!)

2001-12-22 Thread Lawrence Greenfield
In general, using Cyrus over a distributed filesystem isn't going to result in optimum performance. Cyrus makes use of mmap() heavily, and most network filesystems don't implement mmap() efficiently. Further, file system locking on many is either spotty or slow. Things like Veritas or other

Re: NFS & Cyrus (urgent!)

2001-12-14 Thread Paul Jakma
On Fri, 14 Dec 2001, Eranga Udesh wrote: > > 1. GFS (www.globalfilesystems.org) - commercial product, seems very > interesting GFS turned commercial recently. There was a fork too, the GPL version is at www.opengfs.org. > 2. InterMezzo (www.inter-mezzo.org) - somewhat new comer, has some > in

Re: NFS & Cyrus (urgent!)

2001-12-14 Thread Marco Colombo
On Fri, 14 Dec 2001, Eranga Udesh wrote: > Hi All, > > With further investigation I managed to shortlist the file systems that I > can (as I hope) in this environment. Now the problem is to coose the correct > one. I will publish the list, so if anybody know their prons and crons, > please advis

Re: NFS & Cyrus (urgent!)

2001-12-14 Thread Eranga Udesh
/pvfs) - Excellent, but no news about co-existance with Cyrus Mail Spool Thanks in advance, Eranga - Original Message - From: "Alex Pilosov" <[EMAIL PROTECTED]> To: "Eranga Udesh" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 12,

Re: NFS & Cyrus (urgent!)

2001-12-13 Thread greg hewett
Veritas also has a Clustered Filesystem that will scale to eight nodes. Greg On Wed, Dec 12, 2001 at 11:41:56AM -0500, Larry M. Rosenbaum wrote: > These appear to be LINUX products. Are they? Is anything available > for Solaris? Are these known to work with Cyrus? >

Re: NFS & Cyrus (urgent!)

2001-12-13 Thread Michael Salmon
On Wednesday, December 12, 2001 01:10:35 PM -0500 Alex Pilosov <[EMAIL PROTECTED]> wrote: +-- | I think both of these are linux-only at the moment. | | Probably nothing exists for solaris. Irix has cxfs (cluster-xfs) which | does this. [...] +-X8 CXFS is available for Solaris but it isn'

Re: NFS & Cyrus (urgent!)

2001-12-12 Thread Alex Pilosov
I think both of these are linux-only at the moment. Probably nothing exists for solaris. Irix has cxfs (cluster-xfs) which does this. On Wed, 12 Dec 2001, Larry M. Rosenbaum wrote: > >Short answer: NFS and Cyrus don't mix. > > > >Use GFS (www.globalfilesystem.org) or Intermezzo (www.inter-mezzo

Re: NFS & Cyrus (urgent!)

2001-12-12 Thread Larry M. Rosenbaum
>Short answer: NFS and Cyrus don't mix. > >Use GFS (www.globalfilesystem.org) or Intermezzo (www.inter-mezzo.org), >which provide local symantics over shared storage. These appear to be LINUX products. Are they? Is anything available for Solaris? Are these known to work with Cyrus? >-alex >O

Re: NFS & Cyrus (urgent!)

2001-12-12 Thread birger
Haim Dimermanas schrieb am Wed, Dec 12, 2001 at 09:50:44AM -0500: [...] * * > A. Each node has direct access to its storage via SCSI/Fiberchannel bus. * * Perfect but very expensive, especially if you go with fiberchannel. [...] Yeah, but you could do it the cheap way when applying SCSI with

Re: NFS & Cyrus (urgent!)

2001-12-12 Thread Alex Pilosov
On Wed, 12 Dec 2001, Haim Dimermanas wrote: > > A. Each node has direct access to its storage via SCSI/Fiberchannel bus. > > Perfect but very expensive, especially if you go with fiberchannel. Surprisingly, its not. Fibre HDDs are gotten a lot cheaper (same price as SCSI), and fibre switches/h

Re: NFS & Cyrus (urgent!)

2001-12-12 Thread Haim Dimermanas
[EMAIL PROTECTED] wrote: > > I built an IMAP cluster some weeks ago that tried to address the sacling > problem somewhat different. Looks nice. > A. Each node has direct access to its storage via SCSI/Fiberchannel bus. Perfect but very expensive, especially if you go with fiberchannel. >

Re: NFS & Cyrus (urgent!)

2001-12-12 Thread Alex Pilosov
Short answer: NFS and Cyrus don't mix. Use GFS (www.globalfilesystem.org) or Intermezzo (www.inter-mezzo.org), which provide local symantics over shared storage. -alex On Wed, 12 Dec 2001, Eranga Udesh wrote: > Hi All, > > I need to setup a clustering IMAP mail server. So I'm planning to use

Re: NFS & Cyrus (urgent!)

2001-12-12 Thread birger
Eranga Udesh schrieb am Wed, Dec 12, 2001 at 12:11:55PM +0600: [...] * * I need to setup a clustering IMAP mail server. So I'm planning to use a NAS * for storage) and couple of nodes with Linux OS. But when comes to File * System, I found that Cyrus IMAP server has problems with NFS file system.

NFS & Cyrus (urgent!)

2001-12-12 Thread Eranga Udesh
Hi All, I need to setup a clustering IMAP mail server. So I'm planning to use a NAS for storage) and couple of nodes with Linux OS. But when comes to File System, I found that Cyrus IMAP server has problems with NFS file system. Could you kindly update me with what other mechanism that I can use