Sorry, but I thought that Tony was asking what the processor was configured as. For example our z114 is a S02 model, but configured down to a Q02. I guess the question is a little ambiguous, I read it as, how is the hardware configured, regardless to any WLM settings.
Al Nims Systems Admin/Programmer 3 UFIT University of Florida (352) 273-1298 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Steve Beaver Sent: Monday, April 25, 2016 7:03 PM To: [email protected] Subject: Re: can a program determine the capacity setting of a z-box? The command you are suggesting does NOT tell you the MIPS only the MODEL and it does not Tell you if the LPAR has been soft or hard capped Steve -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Nims,Alva John (Al) Sent: Monday, April 25, 2016 3:27 PM To: [email protected] Subject: Re: can a program determine the capacity setting of a z-box? #1. MVS Command; D m=CPU .... CPC ND = 002818.M05.IBM.02.0000000CFD96 CPC SI = 2818.Q02.IBM.02.00000000000CFD96 Model: M05 #2. Mark's MVS Utilities, IPLINFO program: http://mzelden.com/mvsutil.html Which can also be used as a function call in REXX x = IPLINFO(VAR, CPCSI_TYPE,CPCSI_MODEL) CPCSI_TYPE = 2818 CPCSI_MODEL = Q02 Al Nims Systems Admin/Programmer 3 UFIT University of Florida (352) 273-1298 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Tony Thigpen Sent: Monday, April 25, 2016 1:54 PM To: [email protected] Subject: can a program determine the capacity setting of a z-box? Is there a way for a program to check the capacity setting for a processor? For instance, are we running on a A01 or a w04, etc. processor? -- Tony Thigpen ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
