Previous Topic: (MIM) DEFALIAS Command-Define Command Alias

Next Topic: (MIM) DISABLE Statement-Disable a Command

(MIM) DEFSYS Statement-Define MIMplex Systems

The DEFSYS statement identifies the systems participating in the MIMplex. The systems defined here will communicate using the DASDONLY, CTCONLY, CTCDASD, or XCF communication methods.

This statement has the following format:

DEFSYS (sysname[[,alias][,smfid]][,{INITIAL=ACTIVE|FREED}])
sysname

Specifies the one- to eight-character system name that CA MIM should assign to the system.

alias

(Optional) Specifies the one- or two-character alias that CA MIM should assign to the system.

Default: The system index number.

Note: System index numbers are discussed under Usage Notes for this statement.

smfid

Specifies the SMF ID or system name of the system, and should match the actual SMF ID or system name for one, and only one, of your systems. The name and alias is applied to the system whose SMF ID matches.

INITIAL

(Optional) Specifies in which state the system starts up. Valid values are:

ACTIVE

Specifies that the system starts up and is expected to be active

FREED

Specifies that the system is to start up in the freed state, meaning you will not need to manually issue the FREE command to synchronize without that system.

Important! INITIAL takes effect only when you format the control file.

Usage Notes: DEFSYS Statement

Examples: DEFSYS Statement

Note: Because INITIAL=FREED was specified for system IPOX2, when CA MIM is started with a control file format on system IPOX1, it is not necessary to issue a FREE command to allow system IPOX1 to synchronize. The INITIAL=FREED parameter can be useful for systems that are designated test systems or infrequently brought into the MIMplex.