Aria Operations 8.18.X
This is due to large ".dat" file which is more than 2GB for the objects in /data directory .
Follow the steps below to resolve the issue:
Note: Before performing the below steps, take snapshot of Aria Operations Cluster, Refer: Snapshot Creation in VMware Aria Operations
1. SSH to Aria Operations nodes.
2. Run command on each node: find /storage/db/vcops/data -type f -size +1024M -exec du -m {} + | sort -rn
3. The command above shows the large .dat file and its internal ID: ID1.
Example
root@AriaOperationsnode1 [ ~ ]# find /storage/db/vcops/data -type fc du -m () + | sort -rn/storage/db/vcops/data/26/<ID1>/2025_07_<ID1>.dat/storage/db/vcops/data/26/<ID1>/2025_06_<ID1>.dat/storage/db/vcops/data/26/<ID1>/2025_08_<ID1>.dat
4. Search for the ID (ID1) in Aria Operations UI at: Configurations>>Inventory Management>>Objects>>Search ID1 in filter:
5. Choose the object and click "X" to remove it and its associated ".dat" files.