File:  [LON-CAPA] / doc / build / Attic / loncapanfs.html
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 27 02:28:11 2000 UTC (23 years, 6 months ago) by harris41
Branches: MAIN
CVS tags: version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_spring, stable_2002_july, stable_2002_april, stable_2001_fall, conference_2003, STABLE, HEAD
howto's and descriptions of system services associated with LON-CAPA -Scott

<HTML>
<HEAD>
<TITLE>LON-CAPA NFS Connectivity Documentation</TITLE>
</HEAD>
<BODY>
<H1>LON-CAPA NFS Connectivity Documentation</H1>
<P>
Scott Harrison
</P>
<P>
Last updated: 10/26/2000
</P>
<H3>Introduction</H3>
<P>
This file describes issues associated with accessing a LON-CAPA machine through
NFS.  This allows UNIX-type machines (as well as other machines) to mount portions
of the LON-CAPA machine as file space (useful for an instructor).
</P>
<P>
<H3>Latest HOWTO</H3>
<PRE>
NFS & LON-CAPA INCOMPLETE HOWTO
(Scott Harrison, September 16, 2000)
taken in part from
http://www.redhat.com/support/docs/tips/NFS-Tips/NFS-Tips.html

Ok, this was my first time playing around with NFS
(well I did 4 years ago back when I had "free time"
but that's a whole 'nother story).  So please correct
me if I say something stupid.

all that needs to be done to implement
nfs appears to be

* install portmap and nfs-utils RPMs
nfs-utils-0.1.9.1-1
portmap-4.0-19

* configure /etc/exports
/home/profname       example.lite.msu.edu(rw,all_squash,anonuid=501,anongid=501)
(if you don't reboot the system, then of course
/etc/rc.d/init.d portmap stop
/etc/rc.d/init.d nfs stop
/etc/rc.d/init.d portmap start
/etc/rc.d/init.d nfs start
)

The real question is:

how do we plan to configure /etc/exports

options
1. NIS/YP????????????
2. have a web interface that enables connection from a given machine
       exportfs -o
async,rw,all_squash,anonuid=CORRECTUID4PROF,anongid=CORRECTGID4PROF
zaphod.lite.msu.edu:/home/PROFNAME
??????????

should this exportfs "time-out" after an hour, or after
the instructor logs out, or is unmounted?

Or are all my questions crazy?

3. telnet to a port where password is typed in to enable NFS export


</PRE>
</P>
</BODY>
</HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>