Why and when to perform this task
You must update the coupling facility resource management (CFRM) policy before using log streams that are CF-resident, such as the WebSphere error log and RRS logs. If you have the source for the current active CFRM policy, update the source and use the IXCMIAPU Administrative Data utility to generate the new policy. If you do not have the source for the current active CFRM policy, rebuild the source from the active CFRM policy:
D XCF,POL IXC364I 10.57.49 DISPLAY XCF 061 . . . TYPE: CFRM POLNAME: POLCF1N1 STARTED: 03/14/2003 11:32:22 LAST UPDATED: 03/14/2003 11:31:52 . . .
//STEP1 EXEC PGM=IXCMIAPU //SYSPRINT DD SYSOUT=* //SYSABEND DD SYSOUT=* //SYSIN DD * DATA TYPE(CFRM) REPORT(YES) /*
//STEP20 EXEC PGM=IXCMIAPU //SYSPRINT DD SYSOUT=* //SYSABEND DD SYSOUT=* //SYSIN DD * DATA TYPE(CFRM) REPORT(YES) DEFINE POLICY NAME(POLCF1N1) REPLACE(YES) CF NAME(CF1LPAR) DUMPSPACE(5000) PARTITION(0E) CPCID(00) TYPE(009672) MFG(IBM) PLANT(02) SEQUENCE(000000051205) CF NAME(CF2LPAR) DUMPSPACE(5000) PARTITION(0F) CPCID(00) TYPE(009672) MFG(IBM) PLANT(02) SEQUENCE(000000051205) STRUCTURE NAME(CTS130_DFHLOG) SIZE(24000) INITSIZE(12000) REBUILDPERCENT(1) PREFLIST(CF1LPAR, CF2LPAR) . . . <== Insert your new structure definitions here
SETXCF START,POLICY,TYPE=CFRM,POLNAME=POLCF1N1