Log in as root on a server running the pcnfsd daemon.
To check that the pcnfsd daemon is running, type:
# ps -ef | grep pcnfsd root 1206 1 80 Feb 05? 0:30 /opt/SUNWpcnfs/sbin/rpc.pcnfsd root 24452 24450 5 14:49:15 pts/2 0:00 grep pcnfsd #
Create the directory /opt/MSPolicy.
# mkdir /opt/MSPolicy
Make sure the /opt/MSPolicy directory is world readable and writable by root. For example:
# cd / # chmod 755 /opt/MSPolicy # ls -l /opt drwxr-xr-x 2 root other 512 May 21 16:38 MSPolicy
Export the /opt file system. For example:
# share -F nfs /opt/MSPolicy |