View previous topic :: View next topic |
Author |
Message |
GuruRaj Beginner
Joined: 19 Dec 2003 Posts: 21 Topics: 15
|
Posted: Fri Jan 16, 2004 10:16 am Post subject: How to restrict users with specified amount of disk space |
|
|
hai
can any one tell me how to restrict users with specified amount of disk space for example:if i want to restrict all users with only 5mb of disk space |
|
Back to top |
|
|
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Fri Jan 16, 2004 10:20 am Post subject: |
|
|
You probably need to talk to you data storage group - they might be able to do this in the SMS ACS routines (e.g. If first node for alloc of new dataset is a TSO id, check total space used and reject request is > 5Mb). I'm not an ACS expert myself so I don't know if this is pratical or not. If it is, it would slow down allocations a bit.
However, I don't think storage limiting is usually done like this; more typically groups of users would be allocated a pool of storage (storage group) between them to share.
Another approach would be a more flexible one which would allow them to temporarily exceed the limit would be to run a daily or weekly scheduled job to check their total dataset use. This could send them a warning on the lines of 'Space limit exceeded, if it is exceeded at the next check then the oldest/ biggest/newest/whatever datasets will be deleted'.
But 5mb sounds a bit stingy these days - that's only about 7 cylinders of 3390... |
|
Back to top |
|
|
patnaik Beginner
Joined: 17 Jan 2004 Posts: 9 Topics: 5
|
Posted: Sat Jan 17, 2004 5:12 am Post subject: |
|
|
Mike,
Thank You very much for your valuable information |
|
Back to top |
|
|
zoobink Beginner
Joined: 01 Feb 2004 Posts: 9 Topics: 1
|
Posted: Mon Feb 02, 2004 3:12 am Post subject: |
|
|
The ACS routine could be used reject a single allocation that was greater than a predetermined size. But it is incapable of determining previous allocations.
Unfortunately, all you can do is monitor exceptions after the event with tools like DCOLLECT and MXG. |
|
Back to top |
|
|
bablack Beginner
Joined: 04 Dec 2002 Posts: 71 Topics: 0 Location: Little Falls, NJ
|
Posted: Mon Feb 02, 2004 3:24 pm Post subject: |
|
|
There are commercial packages which will do this. Sorry I don't know any names offhand. _________________ Bruce A. Black
Senior Software Developer
Innovation Data Processing |
|
Back to top |
|
|
|
|