Previous Topic: CTCDASD as the Initial Communication MethodNext Topic: CTCONLY as the Initial Communications Method


How You Implement the CTCDASD Communication Method

To implement the CTCDASD communication method, you customize certain parameters in the INIT MIM file.

Follow these steps:

  1. Define the systems participating in the MIMplex using the following DEFSYS statements:
    DEFSYS(sysa,aa,sysa)
    DEFSYS(sysb,bb,sysb)
    
  2. To specify preferred master systems and recovery options use the GLOBALVALUE statement.
  3. Define the CTC devices for CA MIM communication using the following CTCPATH statements:
    CTCPATH FROMSYSTEM=sysa ADDRESS=deviceaddress TOSYSTEM=sysb
    CTCPATH FROMSYSTEM=sysb ADDRESS=deviceaddress TOSYSTEM=sysa
    
  4. Specify CTCDASD as the initial communications method using the MIMINIT COMMUNICATION statement:
    MIMINIT COMMUNICATION=(CTCDASD,INITIAL=[CTC|DASD])
    

    Note: The INITIAL parameter is unique to the CTCDASD communication method. It indicates your preferred communication method. After the synchronization has completed on the DASD control file, this value determines which communication method to employ:

    This value is checked after the initial DASD control file synchronization, and after any event causing a DASD control file resynchronization.

  5. Define checkpoint files for each system using the ALLOCATE statement on z/OS systems and in the DDNAMES MIM file on z/VM systems.

Note: For more information, see the CA MIM Statement and Command Reference Guide.