Difference between revisions of "IFSCleanup"

From MidrangeWiki
Jump to: navigation, search
(Created page with "==Here are some areas of the Integrated File System (IFS) you may wish to clean up on a periodic basis== Category:Tips And Techniques")
 
Line 1: Line 1:
 
==Here are some areas of the Integrated File System (IFS) you may wish to clean up on a periodic basis==
 
==Here are some areas of the Integrated File System (IFS) you may wish to clean up on a periodic basis==
 +
On some systems the IFS may be a very significant portion of your system.  The first tool to start with in determining if it is a significant portion of your IBM i is to run the pair of commands RTVDSKINF and PRTDSKINF.  A sample result may show you something like the following:
 +
                                                % of        Size in   
 +
Description                                    Disk    1,000,000 bytes
 +
User libraries                                61.45        4810922.84
 +
User directories                                1.15          90209.35
 +
Folders and documents                            .00                .94
 +
QSYS                                            .08            6211.86
 +
Other IBM libraries                              .55          42719.19
 +
Licensed Internal Code                          .55          42878.36
 +
Temporary space                                4.83          378368.34
 +
Unused space                                  31.10        2435026.19
 +
System internal objects                          .26          20288.37
 +
Objects not in a library                        .00                .02
 +
QTEMP libraries                                  .00            311.18
 +
TOTAL                                          99.97        7826936.64
 +
 +
The portion of that which is IFS is the portion called "User directories".  On this system it is only 1.15%.  I have seem some systems like:
 +
                                                % of        Size in   
 +
Description                                    Disk    1,000,000 bytes
 +
User libraries                                  .07          16375.86
 +
User directories                              71.76        16703615.24
 +
,,,
 +
  
 
[[Category:Tips And Techniques]]
 
[[Category:Tips And Techniques]]

Revision as of 15:21, 2 March 2020

Here are some areas of the Integrated File System (IFS) you may wish to clean up on a periodic basis

On some systems the IFS may be a very significant portion of your system. The first tool to start with in determining if it is a significant portion of your IBM i is to run the pair of commands RTVDSKINF and PRTDSKINF. A sample result may show you something like the following:

                                               % of         Size in    

Description Disk 1,000,000 bytes User libraries 61.45 4810922.84 User directories 1.15 90209.35 Folders and documents .00 .94 QSYS .08 6211.86 Other IBM libraries .55 42719.19 Licensed Internal Code .55 42878.36 Temporary space 4.83 378368.34 Unused space 31.10 2435026.19 System internal objects .26 20288.37 Objects not in a library .00 .02 QTEMP libraries .00 311.18 TOTAL 99.97 7826936.64

The portion of that which is IFS is the portion called "User directories". On this system it is only 1.15%. I have seem some systems like:

                                               % of         Size in    

Description Disk 1,000,000 bytes User libraries .07 16375.86 User directories 71.76 16703615.24 ,,,