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

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Patch for PAUDIT with NetWare v2.15
  5. DOCUMENT ID:        TID000286
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         PAUDFX.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Pre 3.11 and 2.2
  14.  
  15. ABSTRACT:
  16. This NetWare v2.15 patch fixes the operating system OBJ files.  With this
  17. patch the OBJ files will record correct disk storage numbers in the
  18. NET$ACCT.DAT file.  The problem can be seen when the user runs PAUDIT and
  19. calculates the amount of hard disk space an operator is using then compares
  20. that amount to the amount of space recorded in SYSCON (under OTHER
  21. INFORMATION).  The two amounts will disagree.
  22. _________________________________________________________________
  23.  
  24. DISCLAIMER
  25. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  26. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  27. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  28. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  29. INFORMATION.
  30. _________________________________________________________________
  31.  
  32. Self-Extracting File Name:  PAUDFX.EXE
  33.  
  34. Files Included     Size     Date        Time
  35.  
  36.   PAUDFX.TXT          (This File)
  37.   ZAPOBJ.EXE      28660    7-31-90      4:24p
  38.   PAUDIT.FIX       1216    1-08-91      4:37p
  39.  
  40.  
  41. This README file accompanies PAUDIT.FIX.
  42.  
  43. This fix file is intended for v2.15 and patches the OS .obj files so that
  44. they will record correct numbers in net$acct.dat for disk storage.  The
  45. symptoms of this problem can be seen if the user runs PAUDIT and calculates
  46. the amount of space a user is using on the hard drive and compares it to
  47. the amount of space recorded in SYSCON (under OTHER INFORMATION).  The two
  48. amounts will disagree.
  49.  
  50. ZAPOBJ.EXE is needed to apply this patch.  It is a generic tool for
  51. patching NetWare .obj files.  ZAPOBJ.EXE will create a new .obj file with
  52. the fixes below applied.
  53.  
  54.    ZAPOBJ.EXE has the following three parameters.
  55.       1.  The existing .obj file to be fixed.
  56.       2.  The name of the new .obj file which will be created by
  57. ZAPOBJ.EXE.
  58.       3.  The name of the .fix file (paudit.fix).
  59.  
  60. Since netgen uses .obj files with a specific name the new obj file to be
  61. created needs to eventually receive the name netgen expects to find.
  62.  
  63. To install PAUDIT.FIX:
  64.  
  65. The following steps are suggested DOS commands to patch tts.obj. These
  66. instructions assume that you are using the hard disk installation method
  67. and that you are currently in the directroy that you run the NetWare
  68. generation from (for example: C:\NETWARE).
  69.  
  70.      1.   cd ttsobj
  71.      2.   ren tts.obj @tts.obj
  72.      3.   zapobj  @tts.obj tts.obj paudit.fix
  73.      4.   cd ..
  74.      5.   NETGEN
  75.  
  76.