Steve Horein provided some nice Rexx that talks to WLM about this, but I
don't quite grok the output. When I run it and just display the various
variables, I get:

QVSVER = 2

QVSFLAGS = 1

IMGVALID = 00000000

CECSTAT = 3906

CECMODEL = 10012

LPARNAME = 1

LPARMSUS = E0

CECVALID = 1

VER2 = 1

CECTYPE = 785

CECMSUS = ZM01

LPARID = 5183

FLCFACL=FBEBFFFBFEFFFF7807FCE00000000000

 

OTOH if I run:

/* REXX -- Looks at memory and displays MSU counts */

   rct = c2d(storage(d2x(c2d(storage(d2x(c2d(storage(10, 4))+604), ,

     4))+228), 4))

   say 'CEC MSUs='c2d(storage(d2x(rct+32), 4))';',

     'LPAR MSUs='c2d(storage(d2x(rct+28), 4))';'


I get:

CEC MSUs=10012; LPAR MSUs=5183;

which seems more reasonable and matches IPLINFO output.

 

I assume I'm just not understanding the output of Steve's program?


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to