This is something interesting to me and I am also looking for the same. I am learning and exploring REXX. I like to have the help in displaying two items - 1. Total % Weight: XXXX and 2, WLM Capping %: 0.0. 3. A specific time the LPAR is capped using CVT, RMCT and RCT Storage search. Kindly request your help.
Also i would be happy to know the documentation for the below C2D(Storage(D2X( )) statements for RMF report display or can someone explain the below statements to me. CVT = C2D(STORAGE(10,4)) RMCT = C2D(STORAGE(D2X(CVT+604),4)) RCT = C2D(STORAGE(D2X(RMCT+228),4)) RCTLACS = C2D(STORAGE(D2X(RCT+196),4)) RCTIMGWU = C2D(STORAGE(D2X(RCT+28),4)) SAY 'THE DEFINED MSU CAPACITY FOR THIS LPAR IS' RCTIMGWU'.' SAY 'THE 4 HOUR MSU AVERAGE USAGE IS' RCTLACS'.' Thank you, Suresh On Tue, May 21, 2013 at 6:33 PM, Bernard Coeytaux <[email protected]>wrote: > Is there a way by searching storage (RCT,RMCT,call IWMQVS) to now at a > specific time if a lpar is capped ? > For lpars in the same group capacity (all cp shared, no hard lpar capping) > Thanks > Bernard > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- *SureshNc* ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
