This article helps to validate the health of VMware Aria Suite Lifecycle (formerly VMware vRealize Suite Lifecycle Manager) 8.x appliances.
vrlcm-cli --health-status
If 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 vpostgres
systemctl list-unit-files --type=service --all
nslookup $(ip addr show eth0 | grep inet | awk {'print $2'} | cut -f 1 -d "/")
nslookup $(uname -n)
df -h
Example 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 "/"