According to the Red Hat Enterprise Linux docs
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-nfs.html
then are portmap, rpc.lockd, and rpc.statd not needed on RHEL5 if NFSv4 is used, as their funtionality is in the protocol.
The FreeBSD Handbook doesn't mention this.
Question
Does that mean, that I can safely remove
from /etc/rc.conf on my FreeBSD 9 server, when I only use NFSv4?
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-nfs.html
then are portmap, rpc.lockd, and rpc.statd not needed on RHEL5 if NFSv4 is used, as their funtionality is in the protocol.
The FreeBSD Handbook doesn't mention this.
Question
Does that mean, that I can safely remove
Code:
portmap_enable="YES"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
from /etc/rc.conf on my FreeBSD 9 server, when I only use NFSv4?