PC-NFS

Kenny McDonald c60244 at ccfiris.aedc
Thu Feb 7 00:52:55 AEST 1991


Here at AEDC we have pcnfsd running.
I compiled the source code pcnfsd.c that came with the product by:

cc -O -o pcnfsd -I/usr/include/sun -I/usr/include/bsd pcnfsd.c -lc_s -lsun -lbsd

It works fine here.  I then added lines in the /etc/init.d/network file to
start pcnfsd up automatically at reboot.  I added the following (noted by >)
	$ECHO "NFS daemons:\c"

	    /etc/killall nfsd biod pcnfsd

	    # NFS server daemons
	    if test -x $NFS/nfsd; then
		$NFS/nfsd 4;				$ECHO " nfsd\c"
	    fi

	    # NFS client bio daemons
	    if test -x $NFS/biod; then
		$NFS/biod 4;				$ECHO " biod\c"
	    fi

>           #PCNFS server daemons
>           if test -x $NFS/pcnfsd; then
>                  $NFS/pcnfsd;                         $ECHO " pcnfsd\c"
>           fi
           ..
           ..
           .
>    RDAEMONS='ypserv ypbind rpc.passwd nfsd biod named pcnfsd gated routed mrouted'


  vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  | Kenneth M. McDonald * OAO Corp * Arnold Engineering Development Center |
  |          MS 120 * Arnold AFS, TN 37389-9998 * (615) 454-3413           |
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  INTERNET:                                               OO   AA   OO
  @aedc-vax.af.mil:c60244 at ccfiris.aedc                   O  O A  A O  O
                                                         O  O AAAA O  O
  LOCAL:                                                 O  O A  A O  O
  c60244 at ccfiris                                          OO  A  A  OO
                                                        ________________
                                                                       /



More information about the Comp.sys.sgi mailing list