Previous Topic: SHUTDOWN Command—Stop CA MIMNext Topic: CA MIA Statements and Commands


START Command-Activate CA MIM for z/VM

The START command activates CA MIM.

This command has the following format:

START parmlist
parmlist

Indicates any value that can be specified in the INIT MIM file that can be overridden. The value will override the value set by the INIT MIM file or the default value.

Usage Notes: START Command

Examples: START Command

SYSDUMP Command-Create System Dump

The SYSDUMP command creates a system dump of the CA MIM service machine. You can request the dump on the issuing system, all systems in the MIM complex, all external systems to the issuing system, or a list of selected systems in the complex.

This command has the following format:

SYSDUMP SYSTEM={ALL|EXTERNAL|LOCAL|sysname}
SYSTEM

(Optional) Determines the target systems that are to obtain the system dump. Specify one of the following values:

ALL

Obtains a system dump on every system in the MIMplex.

EXTERNAL

Obtains a system dump on all systems in the MIMplex except the system on which the command is issued.

LOCAL

Obtains a system dump only on the system where the command is issued.

sysname

Obtains a system dump on the named systems. You can specify any system named in the DEFSYS initialization statements, such as SMF ID, CA MIM alias names, or CA MIM system names.

Default: SYSTEM=LOCAL

Usage Notes: SYSDUMP Command

Example: SYSDUMP Command

To request a system dump on system SYS1, you could issue the following:

SYSDUMP SYSTEM=SYS1

(MIM) TABLE Statement-Identify Message Table

The TABLE statement identifies a message table for the CA MIM Message Facility.

This command has the following format:

TABLE name [language]
name

Identifies the message table. Each product determines what table name to use.

language

(Optional) Identifies the message table language. If no language is specified, then the default language, English, is used. Any text is valid.

Usage Note: TABLE Command

You can specify this statement only in message table files. Specify the TABLE statement before MSG statements.

Example: TABLE Command

To name a German language message table for CA MIM, specify this statement in your primary message table:

TABLE MIMMSGX GERMAN

(MIM) VCF Recovery - Initiate recovery of CA MIM’s VCF communication

The VCF command allows you to initiate recovery when virtual control file operations fail.

Scope: Global

This command has the following format:

VCF RECOVERY 
RECOVERY

Initiates recovery when virtual control file operations fail in a VCF environment.

In a CTCDASD environment, recovery takes place by migrating to a new DASD control file.

In another VCF environment, recovery takes place when all systems resynchronize and communicate with the new master system.

Note: Only use this operand when you cannot initiate migration to a backup DASD or new master system using the MIGRATE command.

Usage Notes: VCF Command

Example: VCF Command

To initiate virtual control file recovery, issue this command:

VCF RECOVERY