File:  [LON-CAPA] / doc / build / Attic / verify.html
Revision 1.1: download - view: text, annotated - select for diffs
Wed Oct 25 18:37:49 2000 UTC (23 years, 8 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
documentation associated with building/installing/reconfiguring/verifying
and upgrading the LON-CAPA system

    1: <HTML>
    2: <HEAD>
    3: <TITLE>LON-CAPA System Verification</TITLE>
    4: </HEAD>
    5: <BODY>
    6: <H1>LON-CAPA System Verification</H1>
    7: <H3>Current System Verification Procedure (Almost)</H3>
    8: <P>
    9: System verification is enabled by typing this command
   10: <TT>cp /usr/sbin/loncapaverify /etc/cron.daily/loncapaverify</TT>
   11: This script checks two things:
   12: <UL>
   13: <LI>The integrity and status of LON-CAPA application files (specific for running the
   14: LON-CAPA application). 
   15: <LI>The integrity and status of software packages on the system (RPMs).
   16: </UL>
   17: A report is placed in <TT>/home/httpd/html/lon-status/systemreport.html</TT>
   18: for viewing on the world-wide web.
   19: </P>
   20: <H3>Future System Verification Procedure (not yet implemented)</H3>
   21: <P>
   22: In the future, this script will be incorporated into loncron and will part
   23: of the overall machine status report (<TT>/home/httpd/html/lon-status/index.html</TT>).
   24: </P>
   25: </BODY>
   26: </HTML>

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