Unable to reset password for user, Error: Authentication token manipulation error for Aria Operations for logs
search cancel

Unable to reset password for user, Error: Authentication token manipulation error for Aria Operations for logs

book

Article ID: 391497

calendar_today

Updated On: 03-26-2025

Products

VMware Aria Suite

Issue/Introduction

Environment

Aria Operations for logs 

Cause

The root (/) partition of the Aria Operations for Logs appliance is full

Resolution

  1. Connect to node via ssh session and investigate root partition
  2. Run this command to check the largest files:

    du -hcx / 2>/dev/null | sort -h -r | head -n 30

  3. If you see any files with large size from paths below, remove them as it is safe to do so:

    /var/log/audit/audit.log
    /var/log/auth.log-xxxxxxx

    /usr/lib/loginsight/java_pid####.hprof

    (auth.log and audit.log are photon os logs and hprof's are java memory dump files.)

 

 

Additional Information