ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Storage growth

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Storage growth

    How do I determine what is causing the growth in storage? I run Collect disk space information and print the disk space information I compare the utilization of 'User directories' from one report to the next that User Directories is what's growing. User libraries I can compare from one report to the next to see exactly what library and file(s) are causing the growth but I don't know how to determine similar information about User Directories.

  • #2
    RTVDIRINF/PRTDIRINF should do it for you.

    Cheers,

    Emmanuel

    Comment


    • #3
      IBM has a tool set that is kinda cool... (see article below)

      All my answers were extracted from the "Big Dummy's Guide to the As400"
      and I take no responsibility for any of them.

      www.code400.com

      Comment


      • #4
        Thank you guys! Just what the Dr ordered!

        Comment


        • #5
          Just for info -- this can also be done with QSHELL.
          PHP Code:
            QSH CMD('ls -l /ifs_dir/* >  /qsys.lib/library_name.lib/source_file_name.file/member_name.mbr'
          I recently had to quickly determine the size of my production box?s AS/400 Integrated File System (IFS) when its DASD usage zoomed past its ASP threshold value and was threatening to crash the system. Since I didn?t have a good technique handy, I evaluated several different IFS evaluation methods on the fly. Here?s what I
          All my answers were extracted from the "Big Dummy's Guide to the As400"
          and I take no responsibility for any of them.

          www.code400.com

          Comment

          Working...
          X