24576 is not a valid size for ISGLOCK. Think "power of 2". The official answer is in topic 2.2.2.3 "Sizing the ISGLOCK structure" in publication z/OS Planning: Global Resource Serialization SA22-7600, or http://www-03.ibm.com/servers/eserver/zseries/cfsizer/grs.html
Valid sizes for ISGLOCK are: 8704 16896 33280 66048 131584 263168 525312 and so on Any size you pick which is in between a "valid size" is rounded DOWN to the next lower valid size. Brian On Tue, 17 Apr 2007 05:38:40 -0500, Jorge Garcia wrote: >We want increase our structure ISGLOCK (type=lock) from 16 mb to 24mb. We >have used the IXCMIAPU utility to build the CFRM policy with the parameters: > >STRUCTURE NAME(ISGLOCK) > SIZE(24576) > PREFLIST(CF2,CF1) > REBUILDPERCENT(1) > >Then we active the new policy with the command: >setxcf start,policy,type=cfrm,polname=politi2 > >At last, we rebuild the ISGLOCK with the command: >setxcf start,rb,strname=isglock > >But the structure remains with the same size allocation: > > POLICY INFORMATION: > POLICY SIZE : 24576 K > POLICY INITSIZE: N/A > POLICY MINSIZE : 0 K > FULLTHRESHOLD : 80 > ALLOWAUTOALT : NO ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

