Previous Topic: (MIM) DEFALIAS Command-Define Command AliasNext 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

(Optional) Specifies an SMF ID or MVS system name. CA MIM uses smfid during initialization to determine the system identity.

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.

(MIM) DEFSYS Command-Dynamically Define MIMplex Systems

The DEFSYS command dynamically defines systems to an active MIMplex. This command is only available when using a VCF communication method and COMPATLEVEL=11.9 or greater.

SCOPE:Global

This command has the following format:

DEFSYS (sysname[[,alias][,smfid]])
sysname

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

alias

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

Default: When no alias is specified, a unique alias is provided by CA MIM.

smfid

(Optional) Specifies an SMF ID or MVS system name. CA MIM uses the smfid during initialization to determine the system identity.

Usage Notes: DEFSYS Command