home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / NOVELL / ERASFX.ZIP / ERASEFIX.TXT < prev    next >
Encoding:
Text File  |  1990-10-12  |  3.7 KB  |  71 lines

  1. This README file accompanies the ERASEFIX.NLM patch file for NetWare 386 
  2. v3.10 Rev A.  The following file is included for this patch:    
  3.  
  4.       ERASEFIX NLM      2602 09-06-90  10:55a 
  5.       PATCHMAN NLM      4133 09-26-90   9:29a 
  6.     
  7. ERASEFIX is a dynamic patch which is loaded at the file server console 
  8. as a NetWare Loadable Module.  This patch corrects a problem in NetWare 386
  9. V3.10a that would cause the server to ABEND with the message:  
  10.   
  11.             "Erase file should have done something"
  12.   
  13. To implement this patch, the NetWare 386 Patch Manager (PATCHMAN.NLM) must 
  14. first be loaded.  
  15.   
  16. Three types of patches can be managed with PATCHMAN:  dynamic, semi-static, 
  17. and static.  Dynamic patches are .NLM files that can be loaded/unloaded while
  18. the server is running.  Unloading a dynamic patch will restore the Operating 
  19. System to its original "un-patched" state.  Semi-static patches can also be 
  20. loaded while the server is running, but they cannot be unloaded.  It is not 
  21. possible to undo the effects of a semi-static patch without first downing the
  22. server and bringing it back up without loading the semi-static patch.  A 
  23. static patch is a DOS executable program that makes changes to the SERVER.EXE
  24. file.  This type of patch is applied once and its effects are permanent.  It 
  25. is suggested that static patches be applied to a copy of the SERVER.EXE file,
  26. not the original file.  
  27.   
  28. Dynamic and semi-static patches modify the Operating System in memory, not
  29. on the disk.  This means that dynamic and semi-static patches must be loaded
  30. each time the Operating System is brought up in order for any "fixes" to take
  31. effect. It is recommended that the command "LOAD <patch>" be placed in the
  32. file server's AUTOEXEC.NCF file to ensure that the patch is always in effect
  33. when the server is initially brought up.  Typing MODULES at the server 
  34. console will show which dynamic patches have been loaded, but will not show
  35. semi-static or static patches.  
  36.    
  37. The Patch Manager (PATCHMAN.NLM) must be loaded before any dynamic or semi-
  38. static patches can be loaded.  If PATCHMAN is not already loaded, the 
  39. <patch>.NLM will attempt to locate PATCHMAN and, if found, will load it 
  40. automatically.  PATCHMAN only needs to be loaded once; all .NLM patches can
  41. then be loaded.  PATCHMAN cannot be unloaded until all patches that rely on
  42. it are first unloaded.  
  43.   
  44. To implement this patch:  
  45.   
  46. 1)      Copy PATCHMAN.NLM and the patch .NLM file to the same directory as 
  47.         the other NLM files on your system (SYS:SYSTEM is suggested).  
  48.  
  49. 2)      After the system is brought up, type LOAD PATCHMAN at the console. 
  50.   
  51. 3)      LOAD the patch .NLM file.  
  52.   
  53. NOTE:   This patch and PATCHMAN.NLM will only operate on NetWare 386 v3.10a. 
  54.         Future versions of NetWare 386 will require a version of PATCHMAN 
  55.         specific to that release.  
  56.   
  57. *****************************************************************************
  58.                                  DISCLAIMER  
  59.     
  60.      Novell, Inc. makes no representations or warranties with respect to this
  61. software patch, and specifically disclaims any express or implied warranties 
  62. of merchantability or fitness for a particular purpose.  
  63.       Novell's intentions  for this software patch is to provide a temporary
  64. work-around to the anomalies described in this file.  Such work-arounds are
  65. typically addressed in future releases of NetWare.     
  66.      Novell will not be responsible for any data loss that may result from 
  67. implementing this patch.  Novell strongly recommends a backup be made before 
  68. any patch is applied.   Technical support for this patch is provided at the 
  69. discretion of Novell.     
  70. *****************************************************************************
  71.