Hi,

> I can make the Linux NFS server choke with 10 clients
> and doing a dd of /dev/0 let alone rendering 30 procs.

OK perhaps that's where we see a difference then.  I am using NFS to mount
from one server to another in a different location.  So really there would
only be one client then.

I was dragging a lot of traffic back and forth between the two and it
seemed stable but I cannot comment on lots of client connections.


> NFS ver

# rpm -qa | grep nfs
nfs-utils-0.3.3-5

> async on/off and other export setting

/etc/exports on server machine:
/home/http      x.x.x.x(rw,no_root_squash)
/home/mail      x.x.x.x(rw,no_root_squash)

/etc/fstab on client machine:
y.y.y.y:/home/http  /home/http  nfs  rw,hard,intr,rsize=1024,wsize=1024  0 0
y.y.y.y:/home/mail  /home/mail  nfs  rw,hard,intr,rsize=1024,wsize=1024  0 0

The reason for the rsize and wsize settings was a laser link was used
between sites and one of the firewalls was preventing UDP fragments.

> anything else thats custom

Straight out of the box RH 7.3 NFS

-- 
Regards,
+-----------------------------+---------------------------------+
| Peter Kiem            .^.   | E-Mail    : <[EMAIL PROTECTED]> |
| Zordah IT             /V\   | Mobile    : +61 0414 724 766    |
|   IT Consultancy &  /(   )\ | WWW       : www.zordah.net      |
|   Internet Hosting   ^^-^^  | ICQ       : "Zordah" 866661     |
+-----------------------------+---------------------------------+
       My current spamtrap address is [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to