home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / vms / 19247 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.8 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!spool.mu.edu!yale.edu!yale!gumby!destroyer!news.iastate.edu!iscsvax.uni.edu!connelly
  2. From: connelly@iscsvax.uni.edu (Ken Connelly)
  3. Newsgroups: comp.os.vms
  4. Subject: Splitting a user disk
  5. Message-ID: <1992Dec14.152423.9384@iscsvax.uni.edu>
  6. Date: 14 Dec 92 21:24:23 GMT
  7. Organization: University of Northern Iowa
  8. Lines: 55
  9.  
  10. I have a series of DEFINE statements in SYLOGICALS.COM like the following:
  11.  
  12. $ DEFINE/SYSTEM/EXEC/TRANSLATION=(CONC,TERM) STUDISK      MOE$DUB0:
  13.  
  14. and I've told my users to use logical name and not the physical device name
  15. in command procedures, etc., because the physical device *will* change from
  16. time to time.
  17.  
  18. Diskquotas are enabled on the current device (and will be on the new pair
  19. of devices).  The users' directories are created for them in the MFD when
  20. their accounts are created.  The users are not allowed to created
  21. directories outside their initial login directory.  
  22.  
  23. The time is rapidly approaching when I will need to split the current users
  24. of "STUDISK" into two groups due to the facts that STUDISK has recently
  25. surpassed 90% full and that it is overbooked by a factor of more than 8!
  26.  
  27. I would *like* to maintain the logical name of STUDISK for all current
  28. users of the device.  Here is what I envision doing:
  29.  
  30.   Split the current users on DUB0 onto DUB1 and DUB2.  A current (and
  31.   future) user will have diskquota and directory on *only one of* DUB1 or
  32.   DUB2.
  33.  
  34.   For my convenience:
  35.  
  36.     $ DEFINE/SYSTEM/EXEC/TRANSLATION=(CONC,TERM) STU1      MOE$DUB1:
  37.     $ DEFINE/SYSTEM/EXEC/TRANSLATION=(CONC,TERM) STU2      MOE$DUB2:
  38.  
  39.   The default device in SYSUAF will be STU1 or STU2.
  40.  
  41.   And to maintain the current logical STUDISK:
  42.  
  43.     $ DEFINE/SYSTEM/EXEC/TRANSLATION=(CONC,TERM) STUDISK   MOE$DUB1:,MOE$DUB2:
  44.  
  45. This *appears* to work, i.e., DIR STUDISK:[000000] shows all files in the
  46. MFD of both devices.  A bonus (I think) is that they show up as a single
  47. list, not as separate lists as seen with DIR SYS$MANAGER, etc.  Also, 
  48. DIR STUDISK:[some-valid-directory] lists the files in that directory as
  49. expected.
  50.  
  51. Is there anything obvious that I'm missing?  Or worse, anything insidious? 
  52. Or is there a better way?
  53.  
  54. Thanks in advance for your time, thoughts, and input.
  55. -- 
  56. ===========================================================================
  57. Ken Connelly, Systems/Operations Manager         Internet: connelly@uni.edu
  58. Information Systems and Computing Services
  59. University of Northern Iowa                       USWestNet: (319) 273-2357
  60. Cedar Falls, IA  50614-0121                             FAX: (319) 273-3509
  61. As time goes on, it becomes more and more apparent that elected officials 
  62. should be required to pass a competency test.  Then we wouldn't have any, 
  63. and all would be right with the world!
  64. ===========================================================================
  65.