IBM Support

RESUME-INTERNAL-MAINTENANCE version entry

News


Abstract

A version information entry that contains MRDB for its version group and RESUME-INTERNAL-MAINTENANCE for its version name is used by Db2 Mirror for i to enable features related to resuming replication. This news article lists the different version values, when they were introduced, and briefly describes the enhancement enabled by that value.

Content


IBM i operating system makes use of registered version information entries to enable enhancements to Db2 Mirror for i that require coordination of specific features or functions across both nodes. A version information entry that contains MRDB for its version group and RESUME-INTERNAL-MAINTENANCE for its version name is used to enable features related to resuming replication.

Use the following SQL to display the highest registered version value that is available on both nodes for the RESUME-INTERNAL-MAINTENANCE version information entry:

SELECT ACTIVE_VERSION, ENTRY_SOURCE, 
       VERSION_GROUP, VERSION_NAME, 
       PRIMARY_VERSION, SECONDARY_VERSION
    FROM QSYS2.MIRROR_VERSION_LIST
    WHERE STATE         = 'ACTIVE' AND
          VERSION_GROUP = 'MRDB' AND
          VERSION_NAME  = 'RESUME-INTERNAL-MAINTENANCE';

For complete details on viewing registered version information entries stored in the Mirror Version List (MVL), view the IBM Documentation page: MIRROR_VERSION_LIST view.

NOTE:  A PTF of Base indicates that the version for the enhancement is enabled in the base release. Base Enhanced indicates that the version for the enhancement was enabled in the base release without any additional PTFs.


  • Active version:  1.2
  • Version group:  MRDB
  • Version name:  RESUME-INTERNAL-MAINTENANCE

Version 1.2 enhances support while Db2 Mirror is attempting to vary off an IASP. The enhancement includes detecting any jobs with Db2 Mirror database connections for an IASP that have not completed their suspend processing. For complete details, view the IBM Documentation page: Jobs preventing IASP vary off.

The enhancements for this version are enabled after the following Db2 Mirror for i and Db2 for i PTF Groups are loaded and applied:

  • IBM i 7.5 - [SF99951 Level 5 and SF99950 Level 5]
  • IBM i 7.4 - [SF99668 Level 23 and SF99704 Level 26]

  • Active version:  1.1
  • Version group:  MRDB
  • Version name:  RESUME-INTERNAL-MAINTENANCE

Version 1.1 introduces support to improve robustness with better handling of error scenarios while Db2 Mirror is attempting to resume replication. The enhancement includes detecting any jobs with Db2 Mirror database connections that have not completed their suspend processing for a previous suspend request. For complete details, view the IBM Documentation page: Jobs preventing resume.

The enhancements for this version are enabled after the following Db2 Mirror for i and Db2 for i PTF Groups are loaded and applied:

  • IBM i 7.5 - [SF99951 Level 3 and SF99950 Level 3]
  • IBM i 7.4 - [SF99668 Level 21 and SF99704 Level 23]

[{"Type":"MASTER","Line of Business":{"code":"LOB57","label":"Power"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSLLPF","label":"IBM Db2 Mirror for i"},"ARM Category":[{"code":"a8m0z0000001hExAAI","label":"DB2 Mirror"}],"Platform":[{"code":"PF012","label":"IBM i"}],"Version":"7.4.0;and future releases"},{"Type":"MASTER","Line of Business":{"code":"LOB57","label":"Power"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SWG60","label":"IBM i"},"ARM Category":[{"code":"a8m0z0000001hExAAI","label":"DB2 Mirror"}],"Platform":[{"code":"PF012","label":"IBM i"}],"Version":"7.4.0;and future releases"}]

Document Information

Modified date:
11 October 2023

UID

ibm16839541