home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / tim286.arj / TIM286.DOC next >
Text File  |  1991-03-15  |  5KB  |  101 lines

  1. This README file accompanies VAPTIME.ZIP for NETWARE v2.15 rev c.  The 
  2. following file(s) is included for this revision:
  3.  
  4.  
  5.             VAPTIME.VAP       17335       01-29-91
  6.             VTCONFIG.EXE      24916       01-15-91
  7.  
  8.  
  9. Problem:
  10. This new VAP is intended for the 286 OS and fixes the problem of the file
  11. server losing time.
  12.  
  13. Solution:
  14. The fix, VAPTIME.VAP, periodically reads the calendar clock(RTC) and resets
  15. the FileServerTime.  
  16.  
  17. Implementation:
  18. This update process can occur at any given time interval within allowed
  19. parameters. The minimum time period that the update can occur is once each
  20. minute, or 1092 ticks. The maximum time period that the update can occur is
  21. 65,535 ticks, or approximately once every 60 minutes.  
  22.  
  23. To implement the fix:
  24.  
  25.       1)     Copy VAPTIME.VAP and VTCONFIG.EXE into SYS:SYSTEM directory.
  26.  
  27.       2)     As supervisor, use Syscon to create a user and assign a password.
  28.              To use the values for user and password which are hard coded in 
  29.              VAPTIME.VAP, create user VAPTIME, with password VAP. In order 
  30.              to change the time, the user created must be given supervisor 
  31.              rights or be a file server console operator.
  32.  
  33.       3)     Change default settings for user, password and delay interval, if 
  34.              desired by executing VTCONFIG in the same directory as 
  35.              VAPTIME.VAP. The default settings are: 
  36.  
  37.                   USER:                             VAPTIME
  38.                   PASSWORD:                         VAPTIME
  39.                   DELAY:                            1092 TICKS (1 min)
  40.                   DISPLAY:                          ON
  41.  
  42.              Display ON means VAPTIME parameters are displayed at the file 
  43.              server each time the vap reads the calendar clock and updates the 
  44.              file server time. These options can be set by executing 
  45.              VTCONFIG.EXE at a workstation. 
  46.  
  47.              To execute VTCONFIG:
  48.              Type VTCONFIG at the command prompt. At the prompt for the user
  49.              name, enter VAPTIME, or user name that was created in step 2. At
  50.              prompt for password, enter VAPTIME, or the new password created in
  51.              step 2. Enter in delay interval in clock ticks. (18.2 ticks = 1
  52.              second.) Select yes for display of VAPTIME parameters each time 
  53.              the file server vap updates the time, or select no if display is 
  54.              not desired.
  55.  
  56.       4)     Reboot file server and select yes to load the VAPS. The message
  57.              "updating FileserverDateAndTime" is displayed. If the option was
  58.              chosen, the VAPTIME parameters are displayed on the file server
  59.              each time the file server time is updated.
  60.  
  61.       5)     At the file server console prompt there are three options 
  62.              available to modify this vap:
  63.  
  64.                   :VTDISPLAYOFF   turn off display of file server time updates. 
  65.                   :VTDISPLAYON    turn on display of file server time updates.
  66.                   :VTCONFIG       reconfigure time interval of time update.
  67.  
  68. NOTE:
  69. Since VTCONFIG writes to the file VAPTIME.VAP, there is a security issue: 
  70. VTCONFIG.EXE writes the user and password to the file VAPTIME.VAP, therefore 
  71. the file VAPTIME.VAP is a password source. It is suggested that if the 
  72. SYS:SYSTEM directory is accessible by regular users then change the password 
  73. for user VAPTIME after the VAPTIME.VAP has been loaded and the file server is 
  74. up or delete user VAPTIME after the file server is up and vaps are loaded.
  75.  
  76.  
  77. *****************************************************************************
  78.                                   DISCLAIMER 
  79.  
  80.      Novell, Inc. makes no representations or warranties with respect to this
  81. software patch, and specifically disclaims any express or implied warranties
  82. of merchantability, title, or fitness for a particular purpose. 
  83.      Novell's intentions for this software patch is to provide a temporary
  84. work-around to the anomalies described in this file.  Such work-arounds are
  85. typically addressed in future releases of NetWare. 
  86.      Novell will not be responsible for any data loss that may result from
  87. implementing this patch.  Novell strongly recommends a backup be made before
  88. any patch is applied.   Technical support for this patch is provided at the
  89. discretion of Novell.  
  90. *****************************************************************************
  91.  
  92. *****************************************************************************
  93.                                    CAUTION
  94.  
  95. ALWAYS backup your system before implementing any program/utility revision
  96. involving the low-level functions of NetWare including re-linking of
  97. operating system .OBJ files, Bindery utilities, drive and volume operation,
  98. etc.
  99.  
  100. *****************************************************************************
  101.