Aria Automation patch 3 installation is failing on health check during the pre-check steps.
search cancel

Aria Automation patch 3 installation is failing on health check during the pre-check steps.

book

Article ID: 406177

calendar_today

Updated On:

Products

VCF Operations/Automation (formerly VMware Aria Suite)

Issue/Introduction

During the pre-check step for the Aria Automation patch 3 installation it is failing with error "VMware Aria Automation health check"

When running command to check overall health, it is failing on memory-usage.

/opt/health/run.sh

Running check memory-usage  
make: *** [/opt/health/Makefile:73: memory-usage] Error 1

When running command to check pod status for both kube-system and prelude pods. Both haven’t been restarted in 174 days. Several prelude pods had multiple restarts.

kubectl -n prelude get pods

kubectl -n kube-system get pods

 

 

Environment

Aria Automation 8.18.x

Resolution

Steps to Resolve:

  1. Run the following command to restart all pods in the kube-system namespace and refresh networking components:

    kubectl -n kube-system delete pod --all
  2. Monitor pods restarting using command kubectl -n kube-system get pods -w and verify that all required services come back online successfully.

  3. Re-run /opt/scripts/deploy.sh to restart Aria Automation services.