370 pts.
 How to come up with storage statistics on iSeries 820
Sir:

As per requirement again from our 3rd party vendor in assessing our prod iseries 820 for system performance fine-tuning:

     "System storage information – Size and percentage allotted to SIBS and other system, usage, backup in the prod server."

      The main concern of the 3rd party vendor is on SIBS (Silverlake banking application) so naturally, they want to know the information as quoted above. How do i come up with the data output on this sir. Requesting for your expert advice. Thanks.



Software/Hardware used:
iSeries model 820 / V5R3
ASKED: September 16, 2011  7:05 AM
UPDATED: March 31, 2012  4:20 PM

Answer Wiki:
Display Object Description (DSPOBJD) http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=%2Fcl%2Fdspobjd.htm
Last Wiki Answer Submitted:  September 16, 2011  12:14 pm  by  Gabe9527   10,615 pts.
All Answer Wiki Contributors:  Gabe9527   10,615 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Danmd5syste,

You may want to be careful with the Display Object Description command, in that if you perform the command against a library you will see the size of the library but not necesarrily the contents.

In that case you will want to use the Display Library command, DSPLIB LIB(MYLIB) OUTPUT(*PRINT). The printed version will included the size of the library and its contents.

The other area of concern is does SIBS make use of the IFS ?

If not, the DSPLIB to print should work for you.

Hope this helps,
Bill Poulin

 2,480 pts.

 

Run RTVDSKINF (and possibly RTVDIRINF) during off hours, e.g., over a weekend when little other processing is happening. After they finish, run PRTDSKINF RPTTYPE(*LIB) LIB(SIBS).

The library name that I used was “SIBS”, but you should use the name of a library that holds your SIBS data. You may use a generic* name if SIBS uses multiple libraries with similar names, or you can run the command for different libraries.

Review the available parameters to see if other options might be useful.

If you run RTVDIRINF, you can also run PRTDIRINF for additional streamfile and directory information.

The two RTVxxxINF commands can run for long times, but their associated PRTxxxINF commands run fairly quickly. You can try to run the PRTxxxINF commands at any time to see if any data has already been collected. If you have been running RTVDSKINF regularly, then the information is available to be printed now.

Tom

 107,735 pts.

 

Sir Wpoulin:
When you say :

“The other area of concern is does SIBS make use of the IFS ?”

How do i check on this one? Is there a way to know if IFS is being implemented by
SIBS in our Prod Server? Currently, ill be submitting a job to run the
RTVDSKINF as suggested by Sir TomLiotta and tomorrow, i can come up with
the storage statistics that’s being required by the applications head to
cater to the 3rd party request. Thanks.

 370 pts.

 

Sir Tom:
I finally extracted the storage statistics you advice using RTVDSKINF and the data i need is indeed reflected using this command. The PRTDSKINF shows all the libraries with their corresponding disk usage in percentage format and the sizes also so i think that the 3rd party vendor can already derive the data i can provide them. Thanks.

 370 pts.

 

If you have Help Systems Job Schedule, there is this command that keeps a running total how libraries change from week to week. Each report has four weeks of data, once you start running this CMD.

Lib => ROBOTLIB
Cmd => PRTDSKSPC

 3,175 pts.

 

Danmd5syste,

As Tom stated, you can use the PRTDIRINF to show how much space on the IFS your SIBS application may be using. I would have no idea what their naming convention would be and so cannot tell you which directories you should review.

Hope this helps,
Bill Poulin

 2,480 pts.