After you have allocated coupling facility structure control files, you need to update the Coupling Facility Resource Management policy to define the names and attributes of the control file structures.
For detailed information on this process, see the IBM publication Setting Up A Sysplex.
z/OS DISPLAY XCF,CF,CFNAME=ALL
z/OS DISPLAY XCF,COUPLE,TYPE=CFRM
z/OS DISPLAY XCF,POLICY,TYPE=CFRM
You may need all of the information in the preceding displays to update the sample CFRM policy update job.
When defining structure control files in the CFRM policy, keep the following in mind:
To add a policy for the coupling facility structure control files
For example, to specify the coupling facility structure control files defined in the preceding example, place the following ALLOCATE statements in the MIMINIT member:
ALLOCATE XESFILEID=00 STRNAME=MIMGR#TABLE00 ALLOCATE XESFILEID=01 STRNAME=MIMGR#TABLE01
If you already have DASD control files specified, and you want to add coupling facility control files in addition to the existing DASD control file, consider the following example placed in the MIMINIT member of the MIMPARMS data set:
ALLOCATE DDNAME=MIMTBL00 DSNAME=MIMGR.TABLE00 ALLOCATE DDNAME=MIMTBL01 DSNAME=MIMGR.TABLE01 ALLOCATE XESFILEID=02 STRNAME=MIMGR#TABLE00 ALLOCATE XESFILEID=03 STRNAME=MIMGR#TABLE01
Note: The MIMTBLnn value and the XESFILEIDnn value cannot be duplicated, because these values are used to identify specific control files in commands and messages during the operation of CA MIM. For this reason, any duplication of the file identifier nn is treated as an error.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |