Re: [gentoo-user] NFS Server Tuning

2008-01-29 Thread Eric Martin
Stefan Onken wrote: Hello, I am running a x86 gentoo box as a nfs server. As a filesystem I am using XFS on a 3ware Raid system. The 3ware systems seems to be quite quick, although access via NFS seems to be very slow. Any ideas how I can improve speed ? I was expected a speed only limited

Re: [gentoo-user] NFS Server Tuning

2008-01-26 Thread Florian Philipp
On Sat, 2008-01-26 at 10:29 +, Stroller wrote: > On 25 Jan 2008, at 22:40, Florian Philipp wrote: > > On Thu, 2008-01-24 at 19:19 -0600, Dan Farrell wrote: > > > > [...] > >> and as the client (from `mount`): > >> > >> nfs:/mnt/storage on /home/media/storage type > >>nfs(rw,rsize=65536,wsi

Re: [gentoo-user] NFS Server Tuning

2008-01-26 Thread Stroller
On 25 Jan 2008, at 22:40, Florian Philipp wrote: On Thu, 2008-01-24 at 19:19 -0600, Dan Farrell wrote: [...] and as the client (from `mount`): nfs:/mnt/storage on /home/media/storage type nfs(rw,rsize=65536,wsize=65536,soft,timeo=300,addr=192.168.1.88) /etc/fstab on the client looks

Re: [gentoo-user] NFS Server Tuning

2008-01-25 Thread Florian Philipp
On Thu, 2008-01-24 at 19:19 -0600, Dan Farrell wrote: [...] > and as the client (from `mount`): > > nfs:/mnt/storage on /home/media/storage type > nfs(rw,rsize=65536,wsize=65536,soft,timeo=300,addr=192.168.1.88) > > /etc/fstab on the client looks like: > > nfs:/mnt/storage /home/media/

Re: [gentoo-user] NFS Server Tuning

2008-01-24 Thread Dan Farrell
On Thu, 24 Jan 2008 22:58:54 +0200 "Arttu V." <[EMAIL PROTECTED]> wrote: > On 1/24/08, Stefan Onken <[EMAIL PROTECTED]> wrote: > > > > Any ideas how to improve the speed ? > > noatime? > I wouldn't expect that to help too much. Async is the #1 speed improvement on my network; I get disc access

RE: [gentoo-user] NFS Server Tuning

2008-01-24 Thread Marzan, Richard non Unisys
Man fstab & man nfs{d} & man mount and search for sync write options. Wsize and rsize=8192 and wsize=8192 might work but I think they are deprecated. Althought, async or sync might still be used. Use these options when mouting your nfs share or make them permanent in your fstab file. Gentoo-wik

Re: [gentoo-user] NFS Server Tuning

2008-01-24 Thread Arttu V.
On 1/24/08, Stefan Onken <[EMAIL PROTECTED]> wrote: > > Any ideas how to improve the speed ? noatime? -- Arttu V. -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] nfs server problem

2007-10-03 Thread Hex Star
The error you are receiving indicates that you already have a service occupying the port that the nfs server wants to bind to, however only one service can bind to a port at any one given time. So you must find the service that is occupying the port nfs server wants to bind to and either disable th

Re: [gentoo-user] nfs server problem

2007-10-03 Thread Roger Mason
Hi Dan, Dan Farrell <[EMAIL PROTECTED]> writes: > On Wed, 03 Oct 2007 08:54:30 -0230 > Roger Mason <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> I installed a vanilla 2.6.20 kernel in order to (eventually) run >> kerrighed. The kernel boots fine but the nfs server won't start and I >> see this i

Re: [gentoo-user] nfs server problem

2007-10-03 Thread Dan Farrell
On Wed, 03 Oct 2007 08:54:30 -0230 Roger Mason <[EMAIL PROTECTED]> wrote: > Hello, > > I installed a vanilla 2.6.20 kernel in order to (eventually) run > kerrighed. The kernel boots fine but the nfs server won't start and I > see this in the logs: > > Oct 3 07:34:40 lowalbite rpc.statd[103835]

Re: [gentoo-user] NFS Server

2005-10-13 Thread Bruno Gola
Oscar Carlsson wrote: Make sure portmap is installed... :) On 10/9/05, Bruno Gola <[EMAIL PROTECTED]> wrote: Hi there everyody, Im trying to run a nfs server here, but im having some problems. My kernel is compiled to work with NFS as server or client and ive already emerge nfs-utils. Ok,

Re: [gentoo-user] NFS Server

2005-10-10 Thread Oscar Carlsson
Make sure portmap is installed... :) On 10/9/05, Bruno Gola <[EMAIL PROTECTED]> wrote: > Hi there everyody, > > Im trying to run a nfs server here, but im having some problems. My > kernel is compiled to work with NFS as server or client and ive already > emerge nfs-utils. > > Ok, but when i was s

Re: [gentoo-user] NFS Server

2005-10-09 Thread Paul Maszy
Bruno, Looks like portmap isnt started. Make sure portmap is started would be what I would do next. P Bruno Gola wrote: Hi there everyody, Im trying to run a nfs server here, but im having some problems. My kernel is compiled to work with NFS as server or client and ive alread