Steps needed to define TPX as a Generic Resource.
There are two areas that must be configured for TPX to run as a Generic Resource /Coupling Facility:
A) To configure the Generic Resource Parameters panel in the SMRT, do the following:
System Options Table: SMRTxxxx
Generic Resource Parameters
---------------------------
Coupling structure name prefix: TPXGR001
VTAM Generic Resource name: TPXPRD
Generic Resource member count: 04
B) To configure the TPX structure to the Coupling Facility, do the following:
Run batch job used to define TPXGR001TPXPRD to an existing Coupling facility.
//STEP20 EXEC PGM=IXCMIAPU
//SYSPRPRD DD SYSOUT=*
//SYSABEND DD SYSOUT=*
//SYSIN DD *
DATA TYPE(CFRM) REPORT(YES)
DEFINE POLICY NAME(RTM1) REPLACE(YES)
CF NAME(CFCCRTM1)
TYPE(SIMDEV)
MFG(IBM)
PLANT(EN)
SEQUENCE(0000CFCCRTM1)
PARTITION(0)
CPCID(00)
DUMPSPACE(4000)
STRUCTURE NAME(IXCLIST1) SIZE(3840) PREFLIST(CFCCRTM1)
STRUCTURE NAME(TPXGR001TPXPRD) SIZE(1280) PREFLIST(CFCCRTM1)
ALLOWAUTOALT(YES)
PREFLIST(CFCCRTM1)
STRUCTURE NAME(ISTGENERIC) SIZE(7598) PREFLIST(CFCCRTM1)
/*
//
For TPX GR/ CF structure to work, the IBM SYSTEM CF (ISTGENERIC) MUST be available. Refer to IBM manuals for details.
-How to setup up TPX as a Generic Resource in a SYSPLEX .
-TPX should not be defined with Affinity as well as a Generic Resource at the same time.
These should be considered mutually exclusive.
Turning on affinity when TPX is defined as a generic resource could cause a conflict between the TPX option and Workload Manager.
Recommend Affinity be disabled in a GR setup.