ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Storage/DASD Management

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

  • Storage/DASD Management

    Hi Guys,

    I am wondering about the storage in AS400, we usually use the WRKSYSSTS to get the size of the storage.
    in the field of SYSTEM ASP we know the size of the disk.
    From my point of view about this, is just like the total storage in PC, am I right?

    for example :
    System ASP 100 G & %system ASP used 20.
    is this mean 20% used? that means 20G used and 80G free?

    I have do the project for this, by using QWCRSSTS to get the system storage size.
    And using the QLIRLIBD to get the size of all library in AS400.
    Is the 20%(system ASP used) covering the size of the library? because my user profile don't have the authorization to some of the library.

    I only knew from my point of view, the 20% is all covering about the library size, is there any other?

    Any body know about this... plz help, thanks

  • #2
    Re: Storage/DASD Management

    dont forget to include the IFS... There can be some hefty objects in there.

    jamie
    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


    • #3
      Re: Storage/DASD Management

      You are correct. It does mean 20% used, 80% free. That is the entire system. All Libs and IFS and DLO......
      Hunting down the future ms. Ex DeadManWalks. *certain restrictions apply

      Comment


      • #4
        Re: Storage/DASD Management

        Ohh, i see,
        I just have to find function to get the IFS,
        Thank you very much

        Comment


        • #5
          Re: Storage/DASD Management

          The number above includes the Library structure and the IFS. Unless you want them separate. If you going to get the sizes from the ifs, exclude the qsys.lib directories.
          Hunting down the future ms. Ex DeadManWalks. *certain restrictions apply

          Comment

          Working...
          X