Previous Topic: How You Select Master Systems

Next Topic: CTCDASD Communication  Method

How You Define the CTC Devices to be Used in Your VCF Environment

The CTCPATH statement identifies the CTC device addresses used to transport the VCF from the master system to the client systems. This statement is valid only when selecting the CTCONLY or CTCDASD communication methods.

Conceptually, a CTC device connects an I/O address on one processor to an I/O address on another processor. VCF data that is sent from one side is received on the other side, so every transmission consists of two operations: an outbound write operation from one side, and an inbound read operation on the other side. Data may be transmitted in either direction over a CTC path, but it travels in only one direction at any one moment.

The following information describes how to implement the CTCPATH statement:

The CTCPATH statement has the following parameters:

Examples

Virtual Control File Sizing Considerations

If the CA MIM complex is executing in a mixed CTC and DASD control file environment, then the size of the virtual control file (VCF) image is a mirror image of the primary backup DASD control file. The VCF image contains exactly the same number of blocks (of size MIMINIT BLKSIZE), as the primary backup DASD control file. The primary backup DASD control file is defined as the DASD control file that was in use when the migration to the VCF took place. CA MIM supports up to 100 DASD control files, and we recommend that alternate DASD control files be progressively larger in size than the primary control file. When the primary DASD control file or the VCF becomes full, a migration to a larger alternate DASD control file is successful. The larger alternate DASD control file yields an equally larger size VCF when compared to the original DASD control file size.

When running in a VCF-only environment (that is, MIMINIT COMMUNICATION=CTCONLY or MIMINIT COMMUNICATION=XCF), the size of the Virtual Control File image is dynamic. The MIMINIT BLKSIZE specification multiplied by the MIMINIT VCFMAXBLOCKS specification determines the initial VCF size. When the VCF image needs to be increased in size, the detecting system expands the VCF dynamically. As each external system accesses the VCF, the system detects that the VCF has been expanded and begins operating with the increased file size. Depending upon the MIMINIT BLKSIZE specification, the VCF image can expand to a maximum of 2 gigabytes.