Change value for ARM restart processing

Description: Before performing cross-system restart, automatic restart management (ARM) waits for member cleanup for the terminated system to complete. ARM proceeds with cross-system restart if cleanup takes longer than a certain amount of time. Before z/OS V1R13, this time was two minutes. Starting with z/OS V1R13 and after the PTFs for APAR OA35357 applied to z/OS V1R13 and z/OS V1R12, the CLEANUP_TIMEOUT parameter can be used to indicate that ARM is to wait additional time for member cleanup for a terminated system to complete. The default for this new parameter is five minutes. That is, ARM will wait five minutes for member cleanup for a terminated system to complete before performing cross-system restart for an element. To get the two-minute timeout behavior that existed before the default change, CLEANUP_TIMEOUT(120) must be added to the ARM policy.

When a CLEANUP_TIMEOUT value greater than 120 is specified (or defaulted to), and additional delay is introduced to wait for member cleanup processing to complete, message IXC815I is issued to the system log to record the delay in performing restart processing.

IXC815I MEMBER CLEANUP FOR SYSTEM sysname1 NUMBER sysnum1 INCOMPLETE.
JOBNAME jobname, ELEMENT elementname RESTART IS DELAYED FOR UP TO dec SECOND(S). 
RESTART IS FOR THE FAILURE OF SYSTEM sysname2 NUMBER sysnum2.

If the member cleanup does not occur within the time specified by the CLEANUP_TIMEOUT parameter, automatic restart management will proceed with processing the element for cross-system restart, and, if CLEANUP_TIMEOUT(120) is not being used, the system issues message IXC815I to the system log to record the time out.

IXC815I MEMBER CLEANUP FOR SYSTEM sysname1 NUMBER sysnum1 INCOMPLETE.
JOBNAME jobname, ELEMENT elementname RESTART DELAY TIMED OUT AFTER dec SECOND(S).

Steps to take: If you prefer to use the two minute value for ARM restart processing, do the following:

  1. Use the z/OS V1R13 version of IXCMIAPU to define an ARM policy with CLEANUP_TIMEOUT(120).
  2. Use the SETXCF START command to start the new or updated policy.

Reference information: For details, see the topic "Automatic restart management parameters for administrative data utility" in the chapter "Administrative data utility" in z/OS MVS Setting Up a Sysplex.