Quote:
Originally Posted by Swakoo
Is it possible to have a load-balanced solution for NFS?
I currently have 1 server for storing files for webusers to access... but with impeding increase in traffic, I wonder if it is possible to adopt a load balance solution?
|
I haven't tried this but you could try using balance + NFS (
http://www.inlab.de/balance.html). It's available in most distro repos. Maybe something like this assuming you're using tcp only NFS:
/usr/sbin/balance -f 2049 nfsServer1:2049 nfsServer2:2049 ...
or you could try nfs4 with pnfs