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}])
Specifies the one- to eight-character system name that CA MIM should assign to the system.
(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.
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.
(Optional) Specifies in which state the system starts up. Valid values are:
Specifies that the system starts up and is expected to be active
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
DEFSYS (SYSA,AA,SYSA) (SYSB,BB,SYSB)
DEFSYS (IPOX1,,SMF1) (IPOX2,,SMF2)
Because the system aliases are omitted from this statement, CA MIM uses the system index numbers for the aliases. 01 is the alias for system IPOX1 and 02 is the alias for system IPOX2.
DEFSYS (IPOX1,B1,SMF1,INITIAL=ACTIVE),
(IPOX2,B2,SMF2,INITIAL=FREED)
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.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |