z/OS Communications Server: SNA Network Implementation Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Sample CFRM coding

z/OS Communications Server: SNA Network Implementation Guide
SC27-3672-01

The following example shows the CFRM policy definition for including the generic resources, MNPS, SWSA and sysplexports structures in a sysplex that is partitioned into two VTAM® subplexes, 11 and 12. Within VTAM subplex 11, the sysplex is partitioned into two TCP/IP subplexes, 21 and 22. Within VTAM subplex 12, the sysplex is partitioned into two TCP/IP subplexes, 22 and 23. Note that TCP/IP subplex 22 within VTAM subplex 11 is separate from TCP/IP subplex 22 within VTAM subplex 12. TCP/IP subplexes cannot span VTAM subplexes.
//SYSIN   DD   *
      DATA TYPE(CFRM) REPORT(YES)
 
      DEFINE POLICY NAME(VTAMSAMP) REPLACE(YES)
 
         CF NAME(RALNSCF1)
                TYPE(009672)
                MFG(IBM)
                PLANT(02)
                SEQUENCE(000000041266)
                PARTITION(1)
                CPCID(00)
                DUMPSPACE(2000)
 
         CF NAME(RALNSCF2)
                TYPE(009672)
                MFG(IBM)
                PLANT(02)
                SEQUENCE(000000041266)
                PARTITION(2)
                CPCID(00)
                DUMPSPACE(2000)
 
 
         STRUCTURE NAME(ISTGENERIC11)
                SIZE(10000)
                INITSIZE(7000)
                PREFLIST(RALNSCF1,RALNSCF2)

         STRUCTURE NAME(ISTGENERIC12)
                SIZE(10000)
                INITSIZE(7000)
                PREFLIST(RALNSCF1,RALNSCF2) 
 
         STRUCTURE NAME(ISTMNPS11)
                SIZE(25600)
                INITSIZE(12288)
                REBUILDPERCENT(30)
                PREFLIST(RALNSCF1,RALNSCF2)

         STRUCTURE NAME(ISTMNPS12)
                SIZE(25600)
                INITSIZE(12288)
                REBUILDPERCENT(30)
                PREFLIST(RALNSCF1,RALNSCF2)
 
 
         STRUCTURE NAME(EZBDVIPA1121)
                SIZE(50000)
                INITSIZE(15000)
                REBUILDPERCENT(20)
                PREFLIST(RALNSCF2,RALNSCF1)

         STRUCTURE NAME(EZBDVIPA1122)
                SIZE(50000)
                INITSIZE(15000)
                REBUILDPERCENT(20)
                PREFLIST(RALNSCF2,RALNSCF1)

         STRUCTURE NAME(EZBDVIPA1222)
                SIZE(50000)
                INITSIZE(15000)
                REBUILDPERCENT(20)
                PREFLIST(RALNSCF2,RALNSCF1)

         STRUCTURE NAME(EZBDVIPA1223)
                SIZE(50000)
                INITSIZE(15000)
                REBUILDPERCENT(20)
                PREFLIST(RALNSCF2,RALNSCF1)
   
 
         STRUCTURE NAME(EZBEPORT1121)
                SIZE(10000)
                INITSIZE(5000)
                REBUILDPERCENT(20)
                PREFLIST(RALNSCF2,RALNSCF1)

         STRUCTURE NAME(EZBEPORT1122)
                SIZE(10000)
                INITSIZE(5000)
                REBUILDPERCENT(20)
                PREFLIST(RALNSCF2,RALNSCF1)

         STRUCTURE NAME(EZBEPORT1222)
                SIZE(10000)
                INITSIZE(5000)
                REBUILDPERCENT(20)
                PREFLIST(RALNSCF2,RALNSCF1)

         STRUCTURE NAME(EZBEPORT1223)
                SIZE(10000)
                INITSIZE(5000)
                REBUILDPERCENT(20)
                PREFLIST(RALNSCF2,RALNSCF1)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014