Previous Topic: HyperstarNext Topic: CTCDASD as the Initial Communication Method


Initial Communication Methods Overview

The MIMINIT COMMUNICATION parameter allows you to specify which communications method you want CA MIM to use upon startup.

The options include:

  1. DASDONLY (Physical) – Instructs CA MIM to use a physical control file (DASD or coupling facility list structure) upon startup. The DASDONLY communication provides the control file on a shared DASD volume or a coupling facility list structure.
  2. CTCDASD (VCF/Physical) – Instructs CA MIM to use the communications method specified by the INITIAL sub-keyword; either CTC or DASD. However, by specifying CTCDASD as the initial communications method, the DASD file is always treated as a backup and recovery will result in a migration to the DASD file.
  3. CTCONLY (VCF) – Instructs CA MIM to use CTC devices for communications upon startup. The CTCONLY communication method has the control file located in virtual storage in a master CA MIM address space and passed from the master to client systems through CTC devices.
  4. XCF (VCF) – Instructs CA MIM to use XCF communication upon startup. The z/OS Cross System Coupling Facility (XCF) communication method is similar to CTCONLY; however, the virtual control file (VCF) is passed from the master system to client systems through the XCF.
  5. ICMF - This is a special communication method that can be used to transport transactions to part of the MIMplex. ICMF is used only with the CA MIC component. This method can be used to transmit console messages between z/OS systems that do not communicate with each other through the control file.
  6. NONE – This option allows you to start a CA MIM task on a single system without involving any cross-system communication media. This option is used primarily in new installations for pre-production testing.

Although you must specify an initial communications method on the MIMINIT COMMUNICATION parameter, you are not constricted to using that communication method during execution (except for COMMUNICATION=NONE or COMMUNICATION=ICMF). At any time, you can dynamically change communication methods, after correctly configuring an alternate method. For more information, refer to the following scenario documentation: How to Dynamically Change CA MIM Communication Methods.