Francisco Reyes wrote:
On Fri, 23 Sep 2005, Eric Anderson wrote:

Use the -n flag to nfsd, so in /etc/rc.conf:

nfs_server_flags="-u -t -n 1024"


Working on the nfs server today.
How about the "-r" flag? It is the default. Is it not needed?

The man page says "-r"
Register the NFS service with rpcbind(8) without creating any servers.


That really doesn't say anything to me. :-(

That is really for re-registering. Say rpcbind died, and needed restarting. If you restart rpcbind, you would need to re-register the mountd and nfsd services with it. You want to ignore the -r option for rc.conf usage.

Keep in mind that 5-STABLE, and 6.x (and -CURRENT) have a max of 256 nfsd's, so if you want to go higher, you have to modify a line in nfsd.c.

Eric




--
------------------------------------------------------------------------
Eric Anderson        Sr. Systems Administrator        Centaur Technology
Anything that works is better than anything that doesn't.
------------------------------------------------------------------------
_______________________________________________
freebsd-performance@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to