home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / tim286.exe / TIM286.TXT next >
Text File  |  1993-09-17  |  3KB  |  87 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              VAP to Synchronize the File Servers Time
  5. DOCUMENT ID:        TID000398
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         TIM286.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare 2.2
  14.  
  15. ABSTRACT:
  16. This NetWare 286 VAP fixes the problem of the file server losing time.  The
  17. VAPTIME.VAP file periodically reads the calendar clock (RTC) and resets the
  18. file server time.
  19. _________________________________________________________________
  20.  
  21. DISCLAIMER
  22. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  23. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  24. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  25. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  26. INFORMATION.
  27. _________________________________________________________________
  28.  
  29. Self-Extracting File Name:  TIM286.EXE
  30.  
  31. Files Included     Size     Date        Time
  32.  
  33.   TIM286.TXT          (This File)
  34.  VAPTIME.VAP      13904    5-01-92      1:56p
  35. VTCONFIG.EXE      14106    5-01-92     11:00a
  36.  
  37.  
  38.                         README FOR VAPTIME.VAP
  39. This README file accompanies VAPTIME.VAP for NetWare v2.15c and v2.2.
  40.  
  41. Problem:
  42. This new VAP is intended for the 286 OS v2.x and fixes the problem of the
  43. file server losing time. This version of VAPTIME.VAP supersedes the
  44. previously released version (910115), and updates the server time without
  45. taking a user connection. This version of VAPTIME.VAP periodically reads
  46. the real time clock and resets the FileServerTime.
  47.  
  48. Implementation:
  49. This update process can occur at any given time interval within allowed
  50. parameters. The minimum time period that the update can occur is once each
  51. minute, or 1092 ticks. The maximum time period that the update can occur is
  52. approximately 60 minutes, or 65,535 ticks.
  53.  
  54.  
  55. To implement the fix:
  56.  
  57. 1) Copy VAPTIME.VAP and VTCONFIG.EXE into SYS:SYSTEM directory.
  58.  
  59. 2) The default settings are:
  60.         UPDATE:        1092 TICKS (1 min)
  61.         DISPLAY:    ON
  62.  
  63. DISPLAY: ON means VAPTIME parameters are displayed at the filer server each
  64. time the vap reads the real time clock and updates the file server time. If
  65. you would like to change the update interval or the DISPLAY: ON/OFF, these
  66. settings may be changed using VTCONFIG.EXE.
  67.  
  68.  
  69. 3) To execute VTCONFIG:
  70. Execute VTCONFIG in the directory where VAPTIME.VAP resides at a
  71. workstation.  Type VTCONFIG at the command prompt. Enter in delay interval
  72. minutes.  Select "yes" for display of VAPTIME parameters each time the file
  73. server vap updates the time, or select no if display is not desired.
  74.  
  75. 4) Reboot file server and select yes to load the VAPS. The message
  76. "updating FileserverDateAndTime" is displayed. If the option was chosen,
  77. the VAPTIME parameters are displayed on the file server each time the file
  78. server time is updated.
  79.  
  80. 5) At the file server console prompt there are three options available to
  81. modify this vap:
  82.  
  83. :VTDISPLAYOFF     turn off display of file server time updates.
  84. :VTDISPLAYON      turn on display of file server time updates.
  85. :VTCONFIG         reconfigure update interval and DISPLAY ON/OFF setting.
  86.  
  87.