XML Data Usage - assure_mimix - 6.0

Assure MIMIX for AIX Guide

Product type
Software
Portfolio
Integrate
Product family
Assure
Product
Assure MIMIX™ Software for AIX
Version
6.0
ft:locale
en-US
Product name
Assure MIMIX for AIX
ft:title
Assure MIMIX for AIX Guide
Copyright
2025
First publish date
2003
ft:lastEdition
2025-10-08
ft:lastPublication
2025-10-08T06:18:25.453000

The XML data generated by the monitoring interface is available for external use, allowing users to integrate replication group statuses into custom dashboards or monitoring systems.

Example XML Structure,
<cluster id='1'>
  <replication_group>RG1</replication_group>
  <production>CFG_SRC: aix1</production>
  <recovery>CFG_TGT: AIX02</recovery>
  <direction>DIR: aix1->AIX02</direction>
  <speed>67.4</speed>
  <super_transaction>-0.0</super_transaction>
  <ST_IO>12.1</ST_IO>
  <APP_IO>10.2</APP_IO>
  <snapshot_usage>-0.0</snapshot_usage>
  <Current_SRC_Backlog>0</Current_SRC_Backlog>
  <Current_SRC_Status>30</Current_SRC_Status>
  <Current_TGT_Status>30</Current_TGT_Status>
  <Current_TGT_Backlog>0</Current_TGT_Backlog>
</cluster>

XML Tags and Descriptions

Tags Description Special Values
<replication_group> Name of the replication group N/A
<production>, <recovery>, <replica> Configured source and target nodes N/A
<direction> Replication direction N/A
<speed> Replication speed in MB/s Negative value indicates lost LFC
<super_transaction> Super transaction completion percentage -0.0, Super Transaction is not active
<Current_SRC_Backlog>, <Current_TGT_Backlog> Backlog usage percentages -0.0, Replication Agent(s) not running
<Current_SRC_Status>, <Current_TGT_Status>,<Current_TGT2_Status> Status indicators for source, target and target2 (if a 3 node RG) 30 (Drivers loaded, agent started)

60 (Drivers loaded, agent stopped)

100 (Driver unloaded, agent stopped)

<snapshot_usage>, <snapshot2_usage> Snapshot’s write journal usage on target 1 and target 2 (if a 3 node RG) -0.0, snapshot is not in place.
<APP_IO> Application I/O rate in MB/s N/A
<ST_IO> Super Transaction I/O rate in MB/s  

Node Support

When an RG has 3 nodes in it, the segments show:

The XML data generated by the monitoring interface is available for external use, allowing users to integrate replication group statuses into custom dashboards or monitoring systems.

ExampleXML Structure for a 3 node RG,
<cluster id='1'>
        <replication_group>RG4</replication_group>
        <production>CFG_SRC: aix-24</production>
        <recovery>CFG_TGT: aix-25/aix-26</recovery>
        <replica>CFG_TGT2: aix-26 </replica>
        <direction>DIR: aix-24->aix-25</direction>
        <speed>9.7</speed>
        <Current_TGT_Backlog>0</Current_TGT_Backlog>
        <ST_IO>0.0</ST_IO>
        <APP_IO>4.5</APP_IO>
        <super_transaction>-0.0</super_transaction>
        <Current_SRC_Backlog>2</Current_SRC_Backlog>
        <Current_SRC_Status>30</Current_SRC_Status>
        <Current_TGT_Status>30</Current_TGT_Status>
        <snapshot_usage>-0.0</snapshot_usage>
        <Current_TGT2_Status>30</Current_TGT2_Status>
        <snapshot2_usage>-0.0</snapshot2_usage>
</cluster>

All 3 node RG segments are available via the details status view.