This outlines the Health Checks you can perform once you have successfully upgraded Aria Operations for Networks
Aria Operations for Networks 6.13.0
Aria Operations for Networks 6.14.0
Aria Operations for Networks 6.14.1
Post successful upgrade for Aria Operations for Networks there are several items that can be checked to ensure all components have been upgraded and are healthy. Once the upgrade has completed you need to wait for 1 hour to allow a few polling cycles to complete on the new version
ub
./run_all.sh uptime <-- This will display the uptime for all Platform nodes in the cluster
./run_all.sh df -h <-- This will show the disk usage, if any directory is near 80% capacity take a screen shot, generate a new log bundle and open a support case
./run_all.sh sudo /home/ubuntu/check-service-health.sh -p -d <-- This will check all service on all the nodes, all services should be Running and Healthy and if they are not generate a new log bundle and open a Support case.
sudo cat /home/ubuntu/build-target/deployment/patch.txt <-- This will show the nodes patch history and should include the latest upgrade and show complete and the date.
ub
fdbcli
>status details <-- this should show no moving data and Healthy
>exit
./run_all.sh 'file="/var/lib/ubuntu/fio-tmp"; fio --filename=$file --direct=1 --ioengine=libaio --bs=4K --name=bw-test --rw=randread --iodepth=4 --size=100M | grep -i IOPS; rm -f $file'
b) Write disk IOPS:
./run_all.sh 'file="/var/lib/ubuntu/fio-tmp"; fio --filename=$file --direct=1 --ioengine=libaio --bs=4K --name=bw-test --rw=randwrite --iodepth=4 --size=100M | grep -i IOPS; rm -f $file'
If you have another upgrade to complete it is recommend to wait 24 hours before proceeding
To remove the old upgrade bundle refer to Aria Operations for Networks upgrade fails with Insufficient disk space message displayed in Aria Operations for Networks GUI