                               PCNFSD for Solaris

-------------------------------------------------------------------------------
Installing rpc.pcnfsd

     NOTE: You must be root to run or install pcnfsd, or have your system
           adminstrator install pcnfsd.

To install pcnfsd, follow these steps:

   * If you are installing rpc.pcnfsd on a Sparc machine, copy the file called
     "rpc.pcnfsd.sparc.Z".

     If you are installing on an Intel machine, copy the file called
     "rpc.pcnfsd.x86.Z".

     In either case, uncompress and rename the file to /usr/lib/nfs/rpc.pcnfsd.

     For example:
	uncompress rpc.pcnfsd.sparc.Z
	mv rpc.pcnfsd.sparc /usr/lib/nfs/rpc.pcnfsd


   * Run rpc.pcnfsd from the command line or edit the "/etc/init.d/nfs.server"
     file to make it start up at boot time.

     Look for the following lines in the nfs.server file.

             if grep -s nfs /etc/dfs/sharetab >/dev/null ; then
                     /usr/lib/nfs/nfsd -a 16
                     /usr/lib/nfs/mountd
             fi

   * Add the "/usr/lib/nfs/rpc.pcnfsd" line after the "/usr/lib/nfs/mountd"
     line.

     For example:

             if grep -s nfs /etc/dfs/sharetab >/dev/null ; then
                     /usr/lib/nfs/nfsd -a 16
                     /usr/lib/nfs/mountd
                     /usr/lib/nfs/rpc.pcnfsd
             fi

Your installation is now complete.
