home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / thcdasd.zip / SETDASD.TXT < prev   
Text File  |  1996-10-29  |  4KB  |  133 lines

  1. SETDASD UTILITY
  2. ---------------
  3.  
  4. Version 1.00
  5.  
  6. (c) Steve Sharrad, August 1996.
  7. (c) The HENLEY College 1996.
  8.  
  9. It is suggested that you make this window full-screen,
  10. if it is not already, by double-clicking on the above title bar.
  11.  
  12. All rights reserved.
  13.  
  14. This software is supplied without any warranty whatsoever and is used
  15. entirely at the users own risk. No claims for damages as a result of using
  16. this product will be accepted.
  17.  
  18. This product may be freely copied on the understanding of the above and on the
  19. basis that it is not modified or sold for profit, and that it is supplied with
  20. the readme text files (such as this document).
  21.  
  22. 1.      Introduction and Aim
  23. 2.      Features
  24. 3.      Syntax
  25. 4.      Notes
  26. 5.      Problems
  27.  
  28.  
  29. 1.      Introduction and Aim
  30. ----------------------------
  31.  
  32. Read the BACKDASD help file first so that you can get an idea of what DASD
  33. limits are all about.
  34.  
  35. SETDASD provides a quick way to add, set or delete DASD limits using a menu or choice style interface,
  36. as opposed to the NET DASD command line. It will also work on sub-directories if required.
  37.  
  38.  
  39. 2.      Features
  40. ----------------
  41.  
  42. SETDASD uses ordinary command line calls such as NET DASD to perform most
  43. of its tasks. It does however, have certain advantages over the usual 
  44. NET DASD command.
  45.  
  46. For example, imaging your directory strutcure starts something like this:
  47.  
  48. C:\
  49. ╠═ C:\IBMCOM
  50. ║       
  51. ╠═ C:\IBMLAN
  52. ║       
  53. ╠═ C:\OS/2
  54. ║       
  55. ╠═ C:\USERS
  56. ║  ║
  57. ║  ╠═ C:\USER1
  58. ║  ║
  59. ║  ║
  60. ║  ╠═ C:\USER2
  61. ║  ║  ║
  62. ║  ║  ╠═ IBMWORKS
  63. ║  ║  ║
  64. ║  ║  ╠═ ULTIMOTION
  65.  
  66.  
  67. DASD limits control the size of the resoure but also the size of any resources below them.
  68. If you simply want to make sure that the tree under C:\USERS does not grow too large, then 
  69. you could only apply a limit to C:\USERS. In this case, using either the NET DASD command
  70. line or SETDASD makes no difference.
  71.  
  72. However, imagine that you had 500 users, with directories ranging from USER1 to USER500. In 
  73. this case, you can use SETDASD to set DASD limits but in three different ways:
  74.  
  75. i.      The entire directory structure below the specified directory.
  76. ii.     Just directories matching a mask, e.g. USER*.
  77. iii.    All sub-directories.
  78.  
  79. SETDASD performs no validation of any limits against the size of a resource. It can be used
  80. on remote drives but only if the appropriate NET USE command is issued first.
  81.  
  82.  
  83. It performs minimal error checking. Neither does it require the REXX LAN API support, LRXUT.DLL.
  84.  
  85.  
  86. 3.      Syntax
  87. --------------
  88.  
  89. SETDASD has no syntax. Running SETDASD prompts you with various questions as to what you want
  90. to do.
  91.  
  92.  
  93. 4.      Notes
  94. -------------
  95.  
  96. Limitations: -
  97.  
  98. You cannot use a directory mask if using one-level down sub-directory mode.
  99. Directory masks affect all sub-directories.
  100.  
  101. SETDASD could be useful for
  102.  
  103.     -       Removing DASD limits off a disk (after running BACKDASD) !
  104.     -       Adding DASD limits to particular directories with similar names
  105.     -       Applying DASD limits to whole trees or even whole disks!
  106.  
  107. You can set DASD limits from within the drives container (with Warp).
  108.  
  109. Note also that a DASD limit on a parent directory has a limiting effect on its sub-directories.
  110.  
  111. If you do not choose 'Just this directory' then SETDASD operates on the sub-directories you
  112. choose but NOT the directory you specified.
  113.  
  114.  
  115. 4.      Problems
  116. ----------------
  117.  
  118. There are no known problems with the software. However, if you do come across a problem, please
  119. make a note of the following after trying again:
  120.  
  121. - The version of SETDASD you are using
  122. - The configuration of your computer
  123. - Any error numbers or exitcodes
  124. - What operation you tried to perform
  125.  
  126.  
  127. Send details via e-mail to ssha@henleycol.ac.uk. If possible, send also a copy of the DASD
  128. error log and any partially created backup files and a listing of your directory structure.
  129. No fixes garunteed!
  130.  
  131.