Troubleshooting Storage Issues in Aria Operations
search cancel

Troubleshooting Storage Issues in Aria Operations

book

Article ID: 318408

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

Various storage related issues may arise in Aria Operations.
To assist in troubleshooting, see the below list of the most common storage related articles.

Symptoms:
You may experience one or more the below symptoms.

  • The Aria Operations UI login page displays:
Data retriever is not initialized yet.
  • Navigating Aria Operations UI may display the error 

Unable to connect Platform Services

  • The Aria Operations cluster is showing offline in Aria Operations Admin UI or it can show as online but individual node status is:

    Waiting for Analytics

  • The Aria Operations Admin UI reports:
The Cluster was shut down because one node was out of disk space.
  • The Aria Operations analytics logs /storage/log/vcops/log/analytics-<uuid>.log have messages similar to:

    ERROR [FsdbDataRetentionManager]  com.vmware.vcops.fsdb.FsdbDataRetentionManager.deleteResourceData - Delete resource data request is failed for resource #### :com.integrien.alive.FSDB.LowDiskSpaceException: Failed to increase file size. File /usr/lib/vmware-vcops/data/#/####/####_##_####.dat. Reason: FSDB is running low on disk space

  • Aria Operations UI shows the following alert(s):
    • Disk space on node is low   
    • Fsdb is running critically low on disk space
    • Fsdb is estimated to run out of disk space soon
    • vRealize Operations Cluster database is running out of disk space
  • Running df -h command on the Aria Operations nodes shows one or more file systems above 80% used.
  • Accessing the product UI may throw the error :
ERR_TOO_MANY_REDIRECTS

 

Environment

VMware Aria Operations 8.x

Resolution

To verify which volume is out of space, run the df -h command on each Aria Operations node.  See the Related Information section for more information.

/storage/db is out of space

/storage/log is out of space

/ is out of space

Additional Information

To run the df -h command on a Aria Operations node, follow the steps below.

  1. Log into the Primary node as root via SSH or Console, pressing ALT+F1 in a Console to log in.
  2. Run the following command:
df -h
  1. You will see output including the below volumes:
Filesystem             Size  Used Avail Use% Mounted on
...
/dev/sda4               16G  4.5G   11G  30% /

...
/dev/mapper/data-db    207G   25G  172G  13% /storage/db
/dev/mapper/data-core   20G  2.3G   17G  92% /storage/core
/dev/mapper/data-log    20G  7.5G   12G  41% /storage/log
...

Impact/Risks:
To avoid cluster stability issues, do NOT expand an existing disk.