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-03-12
ft:lastPublication
2025-03-12T05:07:12.494000

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> Configured source and target nodes N/A
<direction> Replication direction N/A
<speed> Replication speed in MB/s N/A
<super_transaction> Super transaction completion percentage 0 - 100%, -0.00 (not in progress)
<Current_SRC_Backlog>, <Current_TGT_Backlog> Backlog usage percentages N/A
<Current_SRC_Status>, <Current_TGT_Status> Status indicators for source and target nodes
  • 30 (Drivers loaded, agent started)
  • 60 (Drivers loaded, agent stopped)
  • 100 (Driver unloaded, agent stopped)