The Data Aggregator (DA) stops processing data from Data Collectors (DCs) when the IMDataAggregator disk partition reaches 100% capacity․
The DA shows a disk full issue due to the $DA_HOME/IMDataAggregator/data/performance-spool directory. It has filled the disk with *.dto files.
In the the $DA_HOME/IMDataAggregator/data/logs/netops-data-aggregator.log we see this error when the problem begins.
2026-04-12T00:31:09,232 | ERROR | rTask-thread-337 | ExceptionLog | .ca.im.core.util.ExceptionLogger 108 | - - | | A NEW application exception occurred (Key=f3fae1b727a13...32b3d321cd9b810d9a29ea) : ROLLUP: insertEqdGtdRollups Error during temp table process, dcmId= , dcmIds=[11808, 11810], MF=ifstats, uuid=597a...-a1b3-19acbc8c3e8b : StatementCallback; SQL [<<<vsql query>>>
...
[Vertica][VJDBC](2927) ERROR: Could not write to [/data01/drdata/v_drdata_node0003_data]: Volume [/data01/drdata/v_drdata_node0003_data] has insufficient space.
...
Caused by: java.sql.SQLTransientException: [Vertica][VJDBC](2927) ERROR: Could not write to [/data01/drdata/v_drdata_node0003_data]: Volume [/data01/drdata/v_drdata_node0003_data] has insufficient space.
...
Caused by: com.vertica.support.exceptions.TransientException: [Vertica][VJDBC](2927) ERROR: Could not write to [/data01/drdata/v_drdata_node0003_data]: Volume [/data01/drdata/v_drdata_node0003_data] has insufficient space.
SYMPTOMS:
Data Aggregator (DA) is not populating new data for Portal reports.
The /opt/netops/IMDataAggregator partition is completely full (100% usage).
DA is failing to process data sent by Data Collectors.
CONTEXT: This occurs when the DA data directory consumes the majority of the allocated disk space, preventing further data processing.
IMPACT: Loss of visibility into network performance metrics and potential data loss if the disk is not cleared.
Network Observability DX NetOps Performance Management
Node0003 in the three node Vertica DR DB cluster filled it's data directory disk space. Where node0001 and node0002 were configured with larger data directories than catalog, node0003 had them transposed. The catalog directory had the disk space data needed, while data had the space catalog needed.
As a result the data directory filled up prematurely.
Once the node was no longer working due to the full disk the DB stopped processing polled data sent from the DA.
As a result the DA data files backed up and filled the available disk space.
To resolve this we'll stop the running node, copy data between locations and remount them using the exact same location names used initially.
To resolve this follow these steps.
Once completed the restart the DB node using adminTools.
If necessary restart the dadaemon services to have it start processing the backed up data in its *.dto files.