VMware Identity Manager 3.3.7
VMware Aria Automation 8.x
The delegateIP (virtual IP) for the vIDM cluster is not assigned to any active node. This failure is caused by the presence of the following file on the vIDM appliance nodes:
/usr/local/etc/LCM_DISABLE_AUTO_RECOVERY
This file explicitly prevents the Aria Suite Lifecycle (vRSLCM) auto-recovery feature from managing and assigning the delegateIP, even if a failure is detected.
To resolve this issue, you must remove the blocking file from all vIDM nodes to allow the cluster to self-heal.
Log in to each vIDM appliance node via SSH.
Check for and remove the auto-recovery disable file using the following command:
rm /usr/local/etc/LCM_DISABLE_AUTO_RECOVERY
Repeat this step on all nodes in the cluster.
After the file is removed from all nodes, restart the horizon-workspace service to trigger the auto-recovery process.
/etc/init.d/horizon-workspace restart
After the service restarts, the delegateIP will be automatically reassigned to a healthy node in the vIDM cluster, and the Aria Automation login page will become accessible.
Additional Information
The troubleshooting script verify-cluster-prerequisites-v5.sh can be used to confirm the presence of this file as a prerequisite failure. The check will return as a warning that auto-recovery is disabled.