35 pts.
 How to find a large size object or fast growing object ?
Few days back we had an issue where DASD went up to 97% and even higher... Due to a user who have created a large file: Library . . . . . . : ABC Object Type Attribute Text XYZ *FILE ********** "Object with size has grown extremely High" We took a service dump and the system IPLed. Could nay one tell me a process or a program to keep an eye(generate a report) on fast growing objects or atleast objects that are of large size ?

Software/Hardware used:
AS400 DASD related
ASKED: July 10, 2012  12:19 PM

Answer Wiki:
There are various ways; Some proactive and some reactive. ProActive, you can limit the size of objects owned by a user bu using the MAXSTG parm on the USRPRF. You can limit the size of PFs by not using SIZE(*NOMAX) ReActive, you can run RTVDSKINF and PRTDSKINF to find the size of large objects on your system.
Last Wiki Answer Submitted:  July 10, 2012  3:44 pm  by  SUBHRO400   35 pts.
All Answer Wiki Contributors:  SUBHRO400   35 pts. , CharlieBrowne   32,835 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Library . . . . . . : ABC
Object Type Attribute TextXYZ *FILE ********** “Object with size has grown extremely High”
 
What is that? It appears to be copy/pasted from somewhere, but from what?
 
Tom

 108,025 pts.

 

Thanks for your answer…..But I dont want to limit any user..I just want to get rid of objects  which are growing may be in weekly basis… So is there any call program which we can have to generate a report of objects with big size? My OS level is 6.1

 35 pts.

 

So is there any call program which we can have to generate a report of objects with big size?
The RTVDSKINF retrieves information about objects in libraries, and PRTDSKINF prints reports about those objects. There are also RTVDIRINF and PRTDIRINF for information about directories. Usually they don’t help much unless you run the commands regularly so you can compare sizes against previous values.
 
But again, where did the data in your question come from? It might help in finding an appropriate answer.
 
Tom

 108,025 pts.

 

Its just an example:
Library: ABC
Object    Type      Attribute       Text
XYZ     *FILE      ******       ‘Object whose size has grown extremely high’
Since the size grew too hight…the attribute is showing as : ******  .
 

 35 pts.