When trying to manually upgrade an Operations for Logs appliance, the upgrade will not proceed as the /storage/var partition is at full.
An error is returned at the disk space evaluation phase of the upgrade script.
Not enough disk space! Available disk space at /storage/var: {Total disk space available} is less than required disk space: {Total requires disk space}.
This can also be found in the "upgrade.log
" found in "/storage/core/loginsight/var".
Aria Operations for Logs 8.12 upgrading to Aria Operations for Logs 8.14.1
A file, "QueryResultsCache.data"
in the "/storage/var/loginsight/cache"
directory is 5+ GB.
This can be found by listing all files on the appliance;
cd /
du -h | sort -h
We can see above that
/storage/var/loginsight/cache
Is over 5GB in size.
cd /storage/var/loginsight/cache
ls -lh
QueryResultsCache.data
" with a size of multiple GBservice loginsight stop
rm QueryResultsCache.data
service loginsight start
The 'DataResultsCache.data
' file retains recent queries made in the UI and utilizes these results for subsequent similar queries.