I've been reading this book for days :) -----Original Message----- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Vernooij, CP - SPLXM Sent: Tuesday, February 16, 2010 12:48 AM To: IBM-MAIN@bama.ua.edu Subject: Re: CFRM structure sizes
And THE manual for all your sysplex related questions: SA22-7625: Setting up a Sysplex. Kees. "Anthony Thompson" <anthony.thomp...@nt.gov.au> wrote in message news:<45b7288bec7648468f3309472e0f960d5ca6c9f...@emdpb-es1.prod.main.ntg ov>... > IBM have a web-based CFsizer tool. > > It's here... http://www-947.ibm.com/systems/support/z/cfsizer/index.html > > Cheers, Ant. > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of David Logan > Sent: Tuesday, 16 February 2010 12:20 PM > To: IBM-MAIN@bama.ua.edu > Subject: CFRM structure sizes > > I'm working on sysplexing all of my LPARS (ranging from 1.4 to 1.11). I got > 1.10 and 1.9 coupled easily enough, but I started adding structures for > paths for all of the other LPARs, and I'm getting INSUFFICIENT SPACE or > other errors. So, quite simply, how do I know how much space to allocate to > all of the lists? I am trying to set up 20 lists, enough for each system to > have a direct path to every other system. I am pasting my policy at the > bottom. > > > > So I think part of my problem is that I don't understand the structures, > paths and sizes well enough, and I haven't been able to find any good > information on it. I need to know how to size my structures so that they all > get allocated. Does anyone know where to get more information or how I could > get initial sizes? > > > > Thanks! > > > > David Logan > > > > //IXCCFRMP JOB 1,NOTIFY=&SYSUID > > //***************************************************************** > > //* > > //* EXAMPLE JCL TO UPDATE THE ADMINISTRATIVE POLICY DATA IN THE > > //* COUPLE DATA SET FOR CFRM (COUPLING FACILITY RESOURCE MANAGER) > > //* > > //***************************************************************** > > //STEP20 EXEC PGM=IXCMIAPU > > //SYSPRINT DD SYSOUT=A > > //SYSABEND DD SYSOUT=A > > //SYSIN DD * > > DATA TYPE(CFRM) REPORT(YES) > > DEFINE POLICY NAME(POLICY1) REPLACE(YES) > > CF NAME(CFCC1) > > TYPE(SIMDEV) > > MFG(IBM) > > PLANT(EN) > > SEQUENCE(0000000CFCC1) > > PLANT(EN) > > SEQUENCE(0000000CFCC1) > > PARTITION(0) > > CPCID(00) > > DUMPSPACE(2000) > > CF NAME(CFCC2) > > TYPE(SIMDEV) > > MFG(IBM) > > PLANT(EN) > > SEQUENCE(0000000CFCC2) > > PARTITION(0) > > CPCID(00) > > DUMPSPACE(2000) > > STRUCTURE NAME(LIST_01) > > SIZE(20000) > > INITSIZE(15000) > > PREFLIST(CFCC1,CFCC2) > > EXCLLIST(CACHE_01) > > STRUCTURE NAME(CACHE_01) > > SIZE(10000) > > REBUILDPERCENT(25) > > PREFLIST(CFCC2,CFCC1) > > EXCLLIST(LIST_01) > > STRUCTURE NAME(IXCSTR1) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(IXCSTR2) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(IXCSTR3) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(IXCSTR4) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(IXCSTR5) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(IXCSTR6) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(IXCSTR7) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(IXCSTR8) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(IXCSTR9) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(IXCST10) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(IXCST11) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(IXCST12) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(IXCST13) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(IXCST14) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(IXCST15) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(IXCST16) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(IXCST17) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(IXCST18) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(IXCST19) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(IXCST20) > > SIZE(12000) > > INITSIZE(8000) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(ISGLOCK) > > SIZE(8448) > > INITSIZE(6000) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(ISTGENERIC) > > SIZE(4096) > > REBUILDPERCENT(30) > > PREFLIST(CFCC1,CFCC2) > > STRUCTURE NAME(ISTMNPS) > > SIZE(16000) > > INITSIZE(10000) > > REBUILDPERCENT(30) > > PREFLIST(CFCC2,CFCC1) > > STRUCTURE NAME(SYSZWLM_WORKUNIT) > > SIZE(16000) > > INITSIZE(10000) > > PREFLIST(CFCC2,CFCC1) > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html ********************************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ********************************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html