Re: NFS server redundancy/failover

2003-09-29 Thread Matthias Teege
Guy Van Sanden <[EMAIL PROTECTED]> writes:

> Hi Matthias
Moin,

> Thank you for your answer.  I think I'll do it that way, I was
> wondering if it would have been possible, Solaris supports giving

There isnt any out-of-the-box solution for BSD. You can hack
arround the problem.

> multiple servers when mounting NFS shares, but I couldn't find
> something similar on FreeBSD and Linux.

If I need something like that, I'll take a NetApp Filer Cluster
(http://www.netapp.com/products/filer/clustered.html)

Bis dann
Matthias
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS server redundancy/failover

2003-09-29 Thread Chuck Swiger
Guy Van Sanden wrote:
[ ... ]
Does anyone know if and how it is possible to set up a redundant NFS server?
Yes, although true redundancy for NFS is available only for read-only shares. 
From "man mount_nfs" under Solaris:

 Replicated file systems and failover
   resource can list multiple read-only file  systems  to
   be  used  to  provide  data. These file systems should
   contain equivalent directory structures and  identical
   files.  It is also recommended that they be created by
   a utility such as rdist(1). The file  systems  may  be
   specified   either  with  a  comma-separated  list  of
   host:/pathname entries and/or NFS URL entries, or with
   a  comma -separated list of hosts,  if all file system
   names are the same. If multiple file systems are named
   and  the  first  server  in the list is down, failover
   will use the next alternate server  to  access  files.
   If  the  read-only  option  is not chosen, replication
   will be disabled. File access  will block on the  ori-
   ginal if  NFS locks are active for that file.
What I want to do is this, I have a primary NFS server that serves home directories 
and data storage.
I also have a second system with a lot of disk-capacity, I could set it up as a 
'mirror' using rsync.
Now, when the primary NFS goes down, clients should automaticly look for the backup 
one.
If the data is read-write, and you need fileserver redundancy, NFS is not 
adequate: you should consider AFS/DFS instead, although I've heard rumors that 
the OpenAFS (Arla?) software is somewhat broken on FreeBSD at this point.

--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS server redundancy/failover

2003-09-29 Thread Guy Van Sanden
Hi Matthias

Thank you for your answer.
I think I'll do it that way, I was wondering if it would have been possible, Solaris 
supports giving multiple servers when mounting NFS shares, but I couldn't find 
something similar on FreeBSD and Linux.

Kind regards

Guy

On Mon, 2003-09-29 at 14:30, Matthias Teege wrote:
> Guy Van Sanden <[EMAIL PROTECTED]> writes:
> 
> > Does anyone know if and how it is possible to set up a redundant NFS server?
> 
> Somthing like that is expensive and mostly not needed. Rsync with a
> hot standby system is ok. If the mainserver fail, go to the second
> and reconfigure the ip interface.
> 
> Bis dann
> Matthias

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS server redundancy/failover

2003-09-29 Thread Matthias Teege
Guy Van Sanden <[EMAIL PROTECTED]> writes:

> Does anyone know if and how it is possible to set up a redundant NFS server?

Somthing like that is expensive and mostly not needed. Rsync with a
hot standby system is ok. If the mainserver fail, go to the second
and reconfigure the ip interface.

Bis dann
Matthias

-- 
Matthias Teege -- http://www.mteege.de
make world not war
PGP-Key auf Anfrage
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


NFS server redundancy/failover

2003-09-29 Thread Guy Van Sanden
Hello 

Does anyone know if and how it is possible to set up a redundant NFS server?
What I want to do is this, I have a primary NFS server that serves home directories 
and data storage.
I also have a second system with a lot of disk-capacity, I could set it up as a 
'mirror' using rsync.
Now, when the primary NFS goes down, clients should automaticly look for the backup 
one.

My network is running both FreeBSD 5.0 (on the server) and Linux (Mandrake 9.1).

Thanks for any suggestions.

Kind regards

Guy

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"