home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / mwatch12.zip / READ.ME < prev    next >
Text File  |  1993-01-18  |  3KB  |  99 lines

  1.                                     MWATCH
  2.  
  3.                                      v1.2
  4.  
  5.                      The File Ownership Protection NLM
  6.  
  7.                        (c) 1992-93 Dana Consultants
  8.  
  9. MWATCH is an NLM which initially scans a fileserver for files which do
  10. not have an "owner". After correcting those, it goes into "sleep" mode.
  11. Only when a user is deleted will MWATCH awaken and convert all the files
  12. that are tagged "No owner" to SUPERVISOR. This will ensure that you never
  13. have a file without an owner again! [Optionally, MWATCH can be scheduled to
  14. run at a specified time each day, preventing fileserver load during business
  15. hours!]
  16.  
  17. And MWATCH will scan an entire file server for unowned files, not just a
  18. single Volume.
  19.  
  20. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  21.  
  22. How do "No Owner" files get that way?
  23.  
  24. Well, these files were created by users who have since been deleted from the
  25. network. On some systems this can cause unexpected problems to occur.
  26.  
  27. Example: If you limit a users disk space, and a file is not owned,
  28. it cannot be expanded. If someone attempts to save this file Novell will
  29. return a "disk full" error. Not very descriptive is it? This is just one
  30. example of how unowned files can adversly effect a network.
  31.  
  32. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  33.  
  34.  
  35. MWATCH does the following:
  36.  
  37.     *   At startup performs an initial scan to identify and correct
  38.         unowned files. (This initial scan can be skipped)
  39.  
  40.     Then, depending on you options, MWATCH can do one of the following:
  41.  
  42. 1)  *   Go into sleep mode until a user is deleted from the network
  43.  
  44.     *   Awakens and scan the file server to correct files that belonged
  45.         to the removed user.
  46.  
  47.     *   Reports activity on console or into a log file!
  48.  
  49.     *   Goes back into "sleep" mode until another user is deleted
  50.  
  51.  
  52. 2)  *   Go into sleep mode until a specified time is reached each day.
  53.  
  54.         This option allows for a scan to be done on your server once a
  55.         day. By scheduling a scan to occur during nonbusiness hours,
  56.         your network will not experience any load which occurs during
  57.         scans.
  58.  
  59. To load the MWATCH NLM on your file server, place the MWATCH.NLM file in
  60. your system directory. At your console enter:
  61.  
  62.         load mwatch
  63.  
  64. Using the -h option will give you a list of available commands.
  65.  
  66.         load mwatch -h
  67.  
  68. Available commands
  69. ==================
  70.  
  71.         -tHH:MM Specifies a time to execute each day (24 HOUR MILITARY FORMAT)
  72.         -s      Skip the initial file server scan
  73.         -l      Redirect output to a file (specify filename, include FULL path)
  74.  
  75.  
  76. Examples
  77. ========
  78.  
  79.      load mwatch -s
  80.  
  81.         Load the MWATCH program and skip the initial scanning of the file
  82.         server. This option will use Method #1 listed above.
  83.  
  84.      load mwatch -t23:00
  85.  
  86.         Load MWATCH and perform the initial scan, then perform a file server
  87.         scan each day at 11 pm.
  88.  
  89.      load mwatch -t23:00 -lSYS:/LOGS/LOGFILE.MWA
  90.  
  91.         Same as above, but record results into SYS:/LOGS/LOGFILE.MWA.
  92.  
  93. Once loaded the program will scan and go into sleep mode. To switch back to
  94. the console monitor, press [Ctrl+Esc] and select Console.
  95.  
  96. If you have any questions, comments, or suggestions, please feel free to 
  97. contact Dana Consultants at (800) 800-9301
  98.  
  99.