The Power On task for Aria Automation on Aria Suite Lifecycle Manager is failing with the following error:
Error Code: LCMVRAVACONFIG590070
Error Message: "Failed to start services on VMware Aria Automation."
For more details, refer to the VMware Aria Suite Lifecycle log.
"Failed to start services on VMware Aria Automation <vra.fqdn> For more information, please check the /var/log/deploy.log file on Aria Automation."
However, all other Day 2 tasks for Aria Automation, such as Inventory Sync and Power Off, are functioning as expected.
Aria Suite Lifecycle 8.x
Aria Automation 8.x
Upon investigation, we found the following error in the deploy.log file on Aria Automation:
We further observed that enabling FIPS on Aria Suite Lifecycle allowed the task to complete successfully. This led us to investigate the security settings related to weak SHA1 algorithms and ciphers on both Aria Suite Lifecycle and Aria Automation.
Upon reviewing the /etc/ssh/sshd_config file on Aria Suite Lifecycle, we found the presence of the following entry: [email protected].
This weak cipher was causing the failure, as Aria Automation has these weak SHA1 algorithms and ciphers disabled. This was further confirmed by checking the /etc/ssh/sshd_config_effective file on Aria Automation.
The issue was traced to the weak SHA1 algorithm and cipher configuration in the SSH settings. To resolve this:
Removed the entry [email protected] from the /etc/ssh/sshd_config file.
Restarted the SSH service using the following command on Aria Suite Lifecycle:
systemctl restart sshd
Re-Ran the Power On task, which completed successfully on Aria Automation and the Request completed Successfully on Aria Suite Lifecycle Manager.
After these updates, the task was completed without errors.
Refer Steps for removing weak SHA1 algorithms and ciphers from VMware Aria Products
https://knowledge.broadcom.com/external/article/326133/steps-for-removing-weak-sha1-algorithms.html