Caching extended attributes of *FILE objects - assure_mimix - 10.0

Assure MIMIX Administrator Reference

Product type
Software
Portfolio
Integrate
Product family
Assure
Product
Assure MIMIX™ Software
Version
10.0
ft:locale
en-US
Product name
Assure MIMIX
ft:title
Assure MIMIX Administrator Reference
Copyright
2025
First publish date
1999
ft:lastEdition
2026-03-10
ft:lastPublication
2026-03-10T14:48:05.710000
L1_Product_Gateway
Integrate
L2_Product_Segment
IBM Infrastructure
L3_Product_Brand
Precisely Assure
L4_Investment_Segment
IBM i HA
L5_Product_Group
IBM i HA
L6_Product_Name
Assure MIMIX

When *FILE objects are replicated by object replication processes, it is sometimes necessary to retrieve the extended attribute of a *FILE object, such as PF, LF or DSPF, in order to accurately perform system journal replication. Whenever large volumes of journal entries for *FILE objects are replicated from the system journal (the security audit journal, QAUDJRN), MIMIX caches this information for a fixed set of *FILE objects to prevent repeated retrievals of the extended attribute. The result is a potential reduction of CPU consumption by the object send job and a significant performance improvement.

This function can be tailored to suit your environment. The maximum size of the cache is controlled though the use of a data area in the MIMIX product library. The cache size indicates the number of entries that can be contained in the cache. If the data area is not created or does not exist in the MIMIX product library, the size of the cache defaults to 15.

To configure the extended attribute cache, do the following:

  1. Create the data area on the systems on which the object send jobs are running. Type the following command:

    CRTDTAARA DTAARA(installation_library/MXOBJSND) TYPE(*CHAR) LEN(2)
  2. Specify the cache size (xx). Valid cache values are numbers 00 through 99. Type the following command:


      CHGDTAARA DTAARA(installation_library/MXOBJSND) VALUE('xx, RCVJRNE_delay_values')

Notes: