--- doc/loncapafiles/Attic/loncapafiles.html 2000/10/01 20:49:01 1.13
+++ doc/loncapafiles/Attic/loncapafiles.html 2000/10/26 03:10:24 1.19
@@ -144,9 +144,9 @@ with different sets of permissions based
|
- |
+ |
hosts.tab |
- static conf |
+ conf |
List of all machines in the LON-CAPA network. Relates lonHostID to lonDefDomain and IP address |
|
@@ -202,6 +202,22 @@ each list element consists of only two s
+
+ |
+ ntp.conf |
+ conf |
+ which NTP server to contact for information (XNTP3 standard) |
+ configure
+
+
+only one line needs to be changed to specify a server ip address
+ |
+
+Example: server ntp.msu.edu
+ |
+
+ |
+
DIRECTORY -- /home/httpd/perl |
Communication |
@@ -249,9 +265,23 @@ each list element consists of only two s
|
+ lonmenu.pm |
+ handler |
+ Has routines which control the remote control. |
+ |
+
+
+ |
+ lonpageflip.pm |
+ handler |
+ Deals with forward, backward, and other page flips. |
+ |
+
+
+ |
lonratedt.pm |
handler |
- connect to resource assembly |
+ Builds up frame set and loads in the right thing. |
|
@@ -272,7 +302,7 @@ each list element consists of only two s
|
lonratsrv.pm |
handler |
- connect to resource assembly |
+ Handler tat takes output from RAT and stores it on disk. Handles the upper hidden frame of the added window that comes up in RAT. (3 frames come up in RAT server, code, and output. This module handles server connection.) |
|
@@ -928,9 +958,97 @@ loading_bookmarks.html
|
- DIRECTORY -- /home/httpd/html/res/adm/pages/annotations |
+ EMPTY DIRECTORY -- /home/httpd/html/res/adm/pages/annotations |
+ |
+
+
+ DIRECTORY -- /usr/sbin |
+ |
+
+
+ |
+ loncapaverifypackages |
+ script |
+ checks the system RPMs against what install.lon-capa.org specifies |
+ |
+
+
+ |
+ loncapaverifybasepackage |
+ script |
+ checks the important base LON-CAPA files against what install.lon-capa.org specifies |
+ |
+
+
+ |
+ loncaparestoreconfigurations |
+ script |
+ restores .rpmsave files after a LON-CAPA-base upgrade |
+ |
+
+
+ |
+ loncapaautoupgrade |
+ script |
+ does all the things to coordinate updating of LON-CAPA base files. Should be used with caution so that you do not lose work. |
+ |
+
+
+ |
+ loncapaverify |
+ script |
+ makes verification report using loncapaverifypackages and loncapaverifybasepackage |
+ |
+
+
+ DIRECTORY -- /etc/cron.d |
+ unauthenticated resources |
+
+
+ |
+ loncapa |
+ static conf |
+ file that specifies periodic processes to run for the LON-CAPA machine |
+ |
+
+
+ DIRECTORY -- /etc/ntp |
|
+
+ |
+ step-tickers |
+ conf |
+ file that stimulates running of ntpdate upon init.d/xntpd initiation |
+ configure
+
+just one line with the ip address of the server |
+
+ |
+
+
+ DIRECTORY -- /etc/rc.d/init.d |
+ |
+
+
+ |
+ loncontrol |
+ root script |
+ system init and control handling for the LON-CAPA network |
+
+multiple targets
+
+
+/etc/rc.d/rc0.d/K05loncontrol
+/etc/rc.d/rc1.d/K05loncontrol
+/etc/rc.d/rc2.d/K05loncontrol
+/etc/rc.d/rc3.d/S95loncontrol
+/etc/rc.d/rc4.d/S95loncontrol
+/etc/rc.d/rc5.d/S95loncontrol
+/etc/rc.d/rc6.d/K05loncontrol
+
+ |
+
3. Software Package Specification File