Classification UI stuck in a pending updating status
Applies to
- BlueXP
- Classification
Issue
When in the Classification UI, an upgrade seems to be stuck in a pending state with no progression.
Cause
SDA 2 disk partition is full along with the /var directory showing at 100% usage in Classification.
Solution
Partner Notes
partnerNotes_text
Additional Information
additionalInformation_text
Internal Notes
- Note: the following procedure is to be reviewed with a Classification SME before attempting.
- Procedure to run the cleanup script for elasticsearch
- Navigate to the
/opt/netapp/Datasense/toolsfolder directory - Shut down the Classification containers safely using
stop_system_safe.sh
3. To run the script, the required container is needed to be up and running
docker stack deploy -c docker-compose-infrastructure.yml datasense --resolve-image never
4. Execute the script from /opt/netapp/Datasense/tools
./clean_events_in_es.sh
- Once the script is executed, a task id is generated for monitoring the scan's progress.
./cleanup_es.sh -c <task_id_num:num>
-
Please note the script is expected to take hours to complete due to the nature of the cleanup mechanism.
