AS/400 File Sizes
10 pts.
0
Q:
AS/400 File Sizes
How do I determine or get a list of the files or ojbjects that are taking up the most space on an AS/400?

 



Software/Hardware used:
os/400 v4.5
ASKED: Nov 5 2009  5:15 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
6540 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
As QSECOFR or a profile with that authority, submit a job to run command RTVDSKINF.
This will build a file with all the information regarding object sizes.
I like to have this job run automatically on a weekly basis.
Once job is completed, use command (Interactively) PRTDSKINF.
You will be prompted for selection.
You can get summary and/or detail reports.
By size, by library, etc.
Last Answered: Nov 5 2009  5:29 PM GMT by CharlieBrowne   6540 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Craig Hatmaker   0 pts.  |   Nov 5 2009  8:50PM GMT

RTVDSKINF also creates a file you can query: QAEZDISK

So instead of using the PRTDSKINF you can download this file to XL to sort and filter.

You can automate the Xfer to XL using the technique described in my blog:

References:

 

Craig Hatmaker   0 pts.  |   Nov 5 2009  8:51PM GMT

IBM’s RTVDSKINF reference
 <a href="http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/cl/rtvdskin.htm" title="http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/cl/rtvdskin.htm" target="_blank">http://publib.boulder.ibm.com/iseries/v5…</a>

My Blog
 <a href="http://itknowledgeexchange.techtarget.com/beyond-excel/" title="http://itknowledgeexchange.techtarget.com/beyond-excel/" target="_blank">http://itknowledgeexchange.techtarget.co…</a>

 

Whatis23   4040 pts.  |   Nov 12 2009  6:14PM GMT

RTVDSKINF will use some resource and may run a couple hours so run it during downtime.
If you want to randonly check object size in certain libraries, use can use iNav
Under My Connections, expand the iSeries you’re working on
Expand File Systems, IFS, then QSYS.LIB
Right click on a library to view all the objects within
Just like in windows explorer, click on Size to sort all objects.

 
0