start NFS server daemons
/etc/nfsstart
The nfsstart file is a shell script that's used to start TCP/IP daemons specific to an NFS server. The file is invoked by the /etc/netstart script.
Here's a typical example file that should be optimized on a per-system basis:
#!/bin/sh /usr/ucb/portmap /usr/ucb/nfsd # NOTE: to service non-Unix clients, add -n option to mountd /usr/ucb/mountd # NOTE: to service non-Unix clients, uncomment the next line # /usr/ucb/pcnfsd
mountd,
nfsd,
portmap
What is NFS? chapter in this guide.