VMware Aria Suite Lifecycle 8.x
VMware vRealize Suite Lifecycle Manager 8.x
This article helps to validate the health of VMware Aria Suite Lifecycle (formerly VMware vRealize Suite Lifecycle Manager) 8.x appliances.
vrlcm-cli --health-statusIf any of the services show any other status then Running, run the following commands to check each service individually:
systemctl status vrlcm-server
systemctl status blackstone-spring
systemctl status vpostgressystemctl list-unit-files --type=service --allnslookup $(ip addr show eth0 | grep inet | awk {'print $2'} | cut -f 1 -d "/")
nslookup $(uname -n)df -hExample Output:
The /data partition can be validated and extended in the product UI by navigating to Lifecycle Operations > Settings > System Details.
As a best practice, always delete binaries that are not in use in Lifecycle Operations > Settings > Binary Mapping.
command 'iface-ip' doesn't exist on Aria Lifecycle manager 8.18, use another command instead:
ip addr show eth0 | grep inet | awk {'print $2'} | cut -f 1 -d "/"